Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

PureScript

Help fund infrastructure for PureScript, a strongly-typed functional programming language that compiles to JavaScript
Collective - Host: opensource - https://opencollective.com/purescript - Website: https://www.purescript.org - Code: https://github.com/purescript

Fix order of type class dictionaries passed to a function

github.com/purescript/purescript - 63d89f257d0725829fb64f8a89ffcf4686ea65ca authored almost 11 years ago by Phil Freeman <[email protected]>
Fix random function in Prelude

github.com/purescript/purescript - 3a2b3f4d279daf414a5135912f5ee932553bc224 authored almost 11 years ago by Phil Freeman <[email protected]>
Replace master branch with page content via GitHub

github.com/purescript/purescript.github.io - 64ed4d7d797cc3343eb5f96c7d66de9d9af2fa84 authored almost 11 years ago by Phil Freeman <[email protected]>
Use monad-unify 0.2.0

github.com/purescript/purescript - 4cbe6e390583cbc26b12452b64f997aa1ad651e2 authored almost 11 years ago by Phil Freeman <[email protected]>
Bump version to 0.3.8

github.com/purescript/purescript - 8ecd1e9469f385c295af4df68a2bccbcb0ba6686 authored almost 11 years ago by Phil Freeman <[email protected]>
Fix == on lists, use >>> and <<< for category composition

github.com/purescript/purescript - daacf6bdfd1b5228733c0ce05f77fae08d46da7d authored almost 11 years ago by Phil Freeman <[email protected]>
Speed up Operators.purs example by avoiding long chains of nested calls to >>=

github.com/purescript/purescript - ca5a7c7e9933b411a3c6e73ebdac706c5e188b71 authored almost 11 years ago by Phil Freeman <[email protected]>
Add optimizations for binary and unary operators

github.com/purescript/purescript - c4fd3093dd22ee5bffd0c2b9cf68a63930dcd1b8 authored almost 11 years ago by Phil Freeman <[email protected]>
Make tests pass again

github.com/purescript/purescript - 041e4eac618e4ec50b8e1b043275f97a31c14e45 authored almost 11 years ago by Phil Freeman <[email protected]>
Initial commit for noops branch #161

github.com/purescript/purescript - f4c671115340c1e8c215dd53a46a9e9ed6535b08 authored almost 11 years ago by Phil Freeman <[email protected]>
Remove redundant sortBy in CodeGen.JS

github.com/purescript/purescript - 2ec50a1626d245d58d8827dcfe82b57ff2a7e700 authored almost 11 years ago by Phil Freeman <[email protected]>
Add indexer notation for operators at the top level #142

github.com/purescript/purescript - e74c7771e64ed3ce7771ec61102d1c2529be1757 authored almost 11 years ago by Phil Freeman <[email protected]>
Merge pull request #168 from garyb/stringnames

Remove `Ident`s from JS AST

github.com/purescript/purescript - 9fd5b268b36f7680e11e009b024d7b47566c4067 authored almost 11 years ago by Phil Freeman <[email protected]>
Remove `Ident` from JS AST

github.com/purescript/purescript - 8927254bd4ab4ec57faa3ceb034dfa1382f327d0 authored almost 11 years ago by Gary Burgess <[email protected]>
Revert "Use [..] property access for non-JS-safe ids"

This reverts commit f6501d081978b4c23d3f1d4e62efc71a6f62df61.

github.com/purescript/purescript - eb345956aa532c363a20ecfae7222a06853f3e59 authored almost 11 years ago by Gary Burgess <[email protected]>
Use [..] property access for non-JS-safe ids

Doesn't work for typeclasses yet

github.com/purescript/purescript - f6501d081978b4c23d3f1d4e62efc71a6f62df61 authored almost 11 years ago by Gary Burgess <[email protected]>
Fix type synonym issue #165

github.com/purescript/purescript - 16f0260d511adebec7b04778e2820a636af1608e authored almost 11 years ago by Phil Freeman <[email protected]>
Start work on Prelude documentation #164

github.com/purescript/purescript - 8b3e18b9492585405918455aa07317a38abfa19b authored almost 11 years ago by Phil Freeman <[email protected]>
Update docs for multiple argument functions

github.com/purescript/purescript - 65e05dc8b6d0f2559af9e926c764ffcee4442128 authored almost 11 years ago by Phil Freeman <[email protected]>
Bump version to 0.3.7

github.com/purescript/purescript - 571af4204467f7b96e35d9cbcad15737bdc1a7e0 authored almost 11 years ago by Phil Freeman <[email protected]>
Merge branch 'singleargs'

github.com/purescript/purescript - 2f0a2ae07d4d954dafe6e86172451f6c9a107780 authored almost 11 years ago by Phil Freeman <[email protected]>
Remove multi arg functions from Prelude

github.com/purescript/purescript - 063ef3ceb731542c07f8f3c0cf0ed52511f54fc6 authored almost 11 years ago by Phil Freeman <[email protected]>
Fix Category bug #158

github.com/purescript/purescript - e7d219edf2394e220effad8d9c5ce7d89980547b authored almost 11 years ago by Phil Freeman <[email protected]>
Merge pull request #160 from garyb/singleargs

Singleargs

github.com/purescript/purescript - 98d1989b9dcbe92a25612607dc1c601d35f753c4 authored almost 11 years ago by Phil Freeman <[email protected]>
Import kinds for basic types

A bit hacky I think, not familiar enough with Parsec to know the best
way to do this

github.com/purescript/purescript - cbb46de6c35b7237d6b3a19a75b617fdbcf45711 authored almost 11 years ago by Gary Burgess <[email protected]>
Use `TypeConstructor`s for basic types

github.com/purescript/purescript - 9f939a646a68865729dfa4bb3e37fb07ffbf6a37 authored almost 11 years ago by Gary Burgess <[email protected]>
Merge pull request #159 from puffnfresh/superclasses

Fix bad error for non-existent methods on a class

github.com/purescript/purescript - 28420804d7e569186fa4ab17e149a20ce1f89f4f authored almost 11 years ago by Phil Freeman <[email protected]>
Fix bad error for non-existent methods on a class

When defining an instance for Monad with a silly method:

instance Monad X where
fakeM...

github.com/purescript/purescript - 20f350d260824e953566de9059b5ad207f36a914 authored almost 11 years ago by Brian McKenna <[email protected]>
Merge pull request #156 from puffnfresh/travis-image

Update Travis image in README

github.com/purescript/purescript - 0468847c209f301db8acf5d58b312ce187615088 authored almost 11 years ago by Phil Freeman <[email protected]>
Fix outdated links in README and RELEASE

github.com/purescript/purescript - 234c13dab0981e275db3ad0709d19a7cdc2727a7 authored almost 11 years ago by Brian McKenna <[email protected]>
Update Travis image in README

Repository has been moved.

github.com/purescript/purescript - c556a35e3d720afa98d1f57f42e9a064ceeceedf authored almost 11 years ago by Brian McKenna <[email protected]>
Merge pull request #155 from puffnfresh/gitignore-sandboxes

Ignore Cabal sandboxes

github.com/purescript/purescript - 8ff6185ce94bf66e37a77c576a18401cf975436e authored almost 11 years ago by Phil Freeman <[email protected]>
Ignore Cabal sandboxes

github.com/purescript/purescript - 7e2924f78337de05bb2feb3e427618d13acbfc46 authored almost 11 years ago by Brian McKenna <[email protected]>
Merge branch 'singleargs' of github.com:paf31/purescript into singleargs

github.com/purescript/purescript - b2fb5419e108dfb0cbb77f10999fc27bb42926cb authored almost 11 years ago by Phil Freeman <[email protected]>
Fix type class lookup

github.com/purescript/purescript - 360799655dc052105023c12d7e6b4a75464820e0 authored almost 11 years ago by Phil Freeman <[email protected]>
Merge pull request #154 from garyb/master

Tests now passing

github.com/purescript/purescript - 4017b5554b79d8e258b944318fe871ba309eef61 authored almost 11 years ago by Phil Freeman <[email protected]>
Don't parse nullary functions

github.com/purescript/purescript - 6b6cfc0d0246a43e3dcd86e3a635a04a03ef788f authored almost 11 years ago by Gary Burgess <[email protected]>
Fixed bugs with JS output for typeclass dictionaries

github.com/purescript/purescript - a86e71a4326a3d8b9dbae8884edd305641f86a05 authored almost 11 years ago by Gary Burgess <[email protected]>
Merge pull request #153 from puffnfresh/name-mangling

Mangle '.' to "$dot"

github.com/purescript/purescript - 856ca36d2a7ad3da32ab48b1bfcc8bba30a011be authored almost 11 years ago by Phil Freeman <[email protected]>
Mangle '.' to "$dot"

This should be the last operator needing to be mangled.

github.com/purescript/purescript - 05b4bdd4b53a05ff675f14698bd98aab5dafed59 authored almost 11 years ago by Brian McKenna <[email protected]>
Add Escaped constructor to Ident to prevent double mangling of names

github.com/purescript/purescript - 80141e6149f60fff829c43af0b715616372e1dbe authored almost 11 years ago by Phil Freeman <[email protected]>
Merge pull request #152 from puffnfresh/name-mangling

Mangle '$' identifier to "$dollar"

github.com/purescript/purescript - 752c6cff71a421d93ecc6c61258e42754aebc508 authored almost 11 years ago by Phil Freeman <[email protected]>
Mangle '$' identifier to "$dollar"

github.com/purescript/purescript - 0a178b0b5bd84f8bd005725d4bfde5711ea8c88d authored almost 11 years ago by Brian McKenna <[email protected]>
Merge pull request #151 from puffnfresh/name-mangling

Use pretty name mangling, e.g. '~' becomes "$tilde"

github.com/purescript/purescript - 9ab0ff290cb53401b6ee33f94bc68cf1967ac388 authored almost 11 years ago by Phil Freeman <[email protected]>
Use pretty name mangling, e.g. '~' becomes "$tilde"

Copied directly from how Scala mangles operators.

Fixes #150

github.com/purescript/purescript - 65dbca5ea143fafc9120e959c0416b33c0820540 authored almost 11 years ago by Brian McKenna <[email protected]>
Remove multiple argument functions, allow type class instances for ->

github.com/purescript/purescript - b37c7300e854cc7e47fa220380a565c8dcd2c4d5 authored almost 11 years ago by Phil Freeman <[email protected]>
A test for the $ bug, can now apply $ to a constrained function type.

github.com/purescript/purescript - 24679fbce1fa5c9ecd5f2490d26a46f500cf2812 authored almost 11 years ago by Phil Freeman <[email protected]>
Support constrained types in the subsumes check #138

github.com/purescript/purescript - 310378e537a2ea373feb90249dca1b91f57b9e9e authored almost 11 years ago by Phil Freeman <[email protected]>
Bump version

github.com/purescript/purescript - 2d18686cb93d910202c16972c47f9cbdaf652d3a authored almost 11 years ago by Phil Freeman <[email protected]>
Merge pull request #149 from garyb/master

Revised fix for code gen for data constructor pattern matches

github.com/purescript/purescript - 1ce015c6e7792513dec0c87972067ce1d12bb563 authored almost 11 years ago by Phil Freeman <[email protected]>
Revised fix for code gen for data constructor pattern matches

github.com/purescript/purescript - 60258959097e51a3374c7b1d84484138d7af3f6f authored almost 11 years ago by Gary Burgess <[email protected]>
Use monad-unify package

github.com/purescript/purescript - d59db662e9cab6001850e71cbd86a53c389d3225 authored almost 11 years ago by Phil Freeman <[email protected]>
Use pattern-arrows library #118

github.com/purescript/purescript - 96f7566d5c4b65b10226a996ddf37edf65fed9fe authored almost 11 years ago by Phil Freeman <[email protected]>
Disallow reserved names as value names #136

github.com/purescript/purescript - f6aacec03499f8e28c85560d6e88da690b7e7993 authored almost 11 years ago by Phil Freeman <[email protected]>
Fix error in code gen for pattern matches on data constructors #148

github.com/purescript/purescript - 3ab225e37e9aeda48b0e24b70ac02cbe6419a4d1 authored almost 11 years ago by Phil Freeman <[email protected]>
Merge pull request #146 from puffnfresh/findexecutable-node

Lookup node executable

github.com/purescript/purescript - c44e5ce07b795ac3697a3e665a9927d602141986 authored almost 11 years ago by Phil Freeman <[email protected]>
Lookup node executable

I wasn't able to execute tests because node.js was installed as "node"
and tests/Main.hs was for...

github.com/purescript/purescript - 7fc75b3eeb39c05d53b8c921aa3afd9181cdb61e authored almost 11 years ago by Brian McKenna <[email protected]>
Inline fully applied calls to $

github.com/purescript/purescript - f20f277ce1ce7020eb52ceeaa473f4e4f9d7cd5b authored almost 11 years ago by Phil Freeman <[email protected]>
When defining FFI calls with inline JS, copy the JS into the module body #145

github.com/purescript/purescript - a3e07b6f971113fa1837e222c3ef95be8ecd6ee4 authored almost 11 years ago by Phil Freeman <[email protected]>
Fix precedence of -> and type application #144

github.com/purescript/purescript - d6985082d130fd133ea94614947b67919dec0a1e authored almost 11 years ago by Phil Freeman <[email protected]>
More Haddock comments

github.com/purescript/purescript - 1cb455bec8cbac657cd7126abd9968b54b44a0b4 authored almost 11 years ago by Phil Freeman <[email protected]>
Do not allow variable shadowing #135

github.com/purescript/purescript - 464a1ed8f82f523d5af01fb83854bd8b25c0f4c0 authored almost 11 years ago by Phil Freeman <[email protected]>
Update CONTRIBUTING.md

github.com/purescript/purescript - 313a98b4ce0bc2a3bd2165684c27de11e0e7174d authored almost 11 years ago by Phil Freeman <[email protected]>
Update README.md

github.com/purescript/purescript - 3472ef7ff11542560d9ac21c44ced958f03d93b8 authored almost 11 years ago by Phil Freeman <[email protected]>
Update README.md

github.com/purescript/purescript - 5ce8345aa9e84a656623444ca7220d272029bfe9 authored almost 11 years ago by Phil Freeman <[email protected]>
Merge pull request #134 from taku0/fix_inlining

Fix inlineVariables

github.com/purescript/purescript - 4d724ad329678fd5ea212d5db304ce15d6c6cba0 authored almost 11 years ago by Phil Freeman <[email protected]>
Fix inlineVariables

github.com/purescript/purescript - 85adeb3b01ca23d80f098b60594393fff8ceaeb2 authored almost 11 years ago by taku0 <[email protected]>
Starting work on code comments

github.com/purescript/purescript - cb572506d84714ace45bc7d8a057fdc14eeadd3a authored almost 11 years ago by Phil Freeman <[email protected]>
Generate proper name for names involving tick characters #133

github.com/purescript/purescript - 71ebb7b85eae9671e6ef6376d325855a3485a63d authored almost 11 years ago by Phil Freeman <[email protected]>
Do not run tests in NodeJS during Travis CI build

github.com/purescript/purescript - 5e3f09c9e76175ef6989f52546332b5a3d4b8545 authored almost 11 years ago by Phil Freeman <[email protected]>
Update .travis.yml

github.com/purescript/purescript - 0317844d100c7718c3bf220a209317429e80bbe0 authored almost 11 years ago by Phil Freeman <[email protected]>
Replace obsolete shelltest scripts

github.com/purescript/purescript - c4221188ca771288c969598be4f5a7f6f859d553 authored almost 11 years ago by Phil Freeman <[email protected]>
More Prelude work, run tests in nodejs

github.com/purescript/purescript - f1f9bc17db83cda1265f5e03128d98b7f148c677 authored almost 11 years ago by Phil Freeman <[email protected]>
Code for mutually recursive types not being generated #127

github.com/purescript/purescript - 5159dfd16000687d2599d7b56c75b3a7a55bb726 authored almost 11 years ago by Phil Freeman <[email protected]>
Sort modules based on dependencies

github.com/purescript/purescript - 11d65b2048fb5c2b352c9c7ee7f67dae8cdb0663 authored almost 11 years ago by Phil Freeman <[email protected]>
Fix type class issue where instances with missing members were passing the type checker #126

github.com/purescript/purescript - 4189e7fc1eacbbaaba66c05454a0181098e94043 authored almost 11 years ago by Phil Freeman <[email protected]>
Type synonyms and data type declarations can now depend on each other.

github.com/purescript/purescript - 4aca4c1323ecd0d19a2325bb2472cdf970707f73 authored almost 11 years ago by Phil Freeman <[email protected]>
Update index.rst

github.com/purescript/purescript - 17d8ee4de739d864ece9050ae5f492a08f8c95be authored almost 11 years ago by Phil Freeman <[email protected]>
Create kinds.rst

github.com/purescript/purescript - fe6d0a3210ad7f2f2942f62284ce89a8d220acf7 authored almost 11 years ago by Phil Freeman <[email protected]>
Update types.rst

github.com/purescript/purescript - 21469c4452797477543694cfe9c61bfb2798a3cf authored almost 11 years ago by Phil Freeman <[email protected]>
Update syntax.rst

github.com/purescript/purescript - cd287bd3b8ae7eb628c93d8347e4eaa7d9113e17 authored almost 11 years ago by Phil Freeman <[email protected]>
Update types.rst

github.com/purescript/purescript - de7cd27894b07a6629f31e82e0c72b78e77b53eb authored almost 11 years ago by Phil Freeman <[email protected]>
Update syntax.rst

github.com/purescript/purescript - 3ad52a4682f2b8fba1bc11c9042d39243396eb1c authored almost 11 years ago by Phil Freeman <[email protected]>
Update syntax.rst

github.com/purescript/purescript - befaa35cb7a8680a8332fa2128b223a21f4114b0 authored almost 11 years ago by Phil Freeman <[email protected]>
Update syntax.rst

github.com/purescript/purescript - c2ecee0f73799ba5d7565916529ac5d0638adae3 authored almost 11 years ago by Phil Freeman <[email protected]>
Update intro.rst

github.com/purescript/purescript - d48306c9f920be07f3b6f8a1f7d96d9bec608816 authored almost 11 years ago by Phil Freeman <[email protected]>
Update README.md

github.com/purescript/purescript - 9c360d1f097153ae04a826af5b53b2fc8d21e2fc authored almost 11 years ago by Phil Freeman <[email protected]>
Update README.md

github.com/purescript/purescript - 1d8d1840df380d54e0d902b430a231c1d7b38183 authored almost 11 years ago by Phil Freeman <[email protected]>
Update types.rst

github.com/purescript/purescript - 9fb3ad590ab5e8f06d7458db4b9b75f80a77e843 authored almost 11 years ago by Phil Freeman <[email protected]>
Update typeclasses.rst

github.com/purescript/purescript - 4efe14b2d260796837e7d7acb1a3072b047603a5 authored almost 11 years ago by Phil Freeman <[email protected]>
Update index.rst

github.com/purescript/purescript - 0237bc450b5c7d6becc288e9cc21810b38948b5d authored almost 11 years ago by Phil Freeman <[email protected]>
Create blocks.rst

github.com/purescript/purescript - 4b42758e442a3a685f15afca1473792721785758 authored almost 11 years ago by Phil Freeman <[email protected]>
Update syntax.rst

github.com/purescript/purescript - fbb9e254d843bcbef4ba12585db57197cb4bc4d7 authored almost 11 years ago by Phil Freeman <[email protected]>
Update patterns.rst

github.com/purescript/purescript - 9ef2ea09c9abbf10d125aaf7995872c8ac756985 authored almost 11 years ago by Phil Freeman <[email protected]>
Update modules.rst

github.com/purescript/purescript - 64bd2db2ee4261283df53c48c962cf681101ab0d authored almost 11 years ago by Phil Freeman <[email protected]>
Update intro.rst

github.com/purescript/purescript - 8c3bdb03b6ada8f78a841db0b122329ecc228f9f authored almost 11 years ago by Phil Freeman <[email protected]>
Update intro.rst

github.com/purescript/purescript - 56cf09afb03a0ddb090e9ed84fb1a1e21b25a29a authored almost 11 years ago by Phil Freeman <[email protected]>
Update intro.rst

github.com/purescript/purescript - 19064bdc0ed39cd5b2c8650b25a096e99927e8fd authored almost 11 years ago by Phil Freeman <[email protected]>
Update ffi.rst

github.com/purescript/purescript - 3b67c3174536dfdaf6f0943f6fb235a1ed40ac04 authored almost 11 years ago by Phil Freeman <[email protected]>
Update index.rst

github.com/purescript/purescript - a676af67c318a29f9bff6daefaed9c8c151611ff authored almost 11 years ago by Phil Freeman <[email protected]>