Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/purescript/purescript
A strongly-typed language that compiles to JavaScript
https://github.com/purescript/purescript
* Add real error messages for associativity errors
* Factor out repeated code for position an...
3d62184cd65402d1a23ac6c26bef6ce97c917d48 authored over 6 years ago by Gary Burgess <[email protected]>* Move solved type classes into Prim modules & bump test deps
* Update many many many many te...
92d7b6b1e9714287680e4a9cbf947a612553259e authored over 6 years ago by Liam Goodacre <[email protected]>8ae2a06180dd17c8efd7f2cc9431f1a95b8eadab authored over 6 years ago by Alex Berg <[email protected]>
* Remove inlining for `mod` for `Int`
* Remove inlining for `div` for `Int`
0ebc45779ed21ee16c2fb48a3a2c42544a560512 authored over 6 years ago by Gary Burgess <[email protected]>
- Set the file name in error message
- Parse whole file at once so correct lines numbers are gi...
* Add missing output directory to error
* Update CONTRIBUTORS file
* Clarify error message...
263b3cc75179998ebd806aeabcf2f1c9e9a15e36 authored over 6 years ago by Rudi Grinberg <[email protected]>* Add Prim.Row.Lacks constraint
* Doc fix: rows -> tow
* Remove unnecessary parens
* Re...
2495be53436f39321be257753e8b33d7ad8611de authored over 6 years ago by Nathan Faubion <[email protected]>This is no longer possible since FFI implementation lives beside the source module.
dcc73640cc246964f730e3fad32f36d7aef4cea7 authored over 6 years ago by Nicholas Wolverson <[email protected]>7be8051b2327621fa1ebf4a8a0119b875e30d10c authored over 6 years ago by Nicholas Wolverson <[email protected]>
Fixes #2672.
21760f7ea3fe4f4aeba88ef8cc4eec9184acce15 authored over 6 years ago by rndnoise <[email protected]>* Improvments to REPL tab-completion
- Complete all names that have been imported (transitive...
f509ffe7e8ede2305ad13b84732a3e51a26c2eb1 authored over 6 years ago by rndnoise <[email protected]>dd6925d1b4d0ebb01c3247a9ca284cae40cdbd58 authored over 6 years ago by Liam Goodacre <[email protected]>
1d9e0ff3f41288bfdd89df9e59a680c3d59eb6e8 authored over 6 years ago by Liam Goodacre <[email protected]>
f5f347959716e401b6956d86ae5464fb3ea10a66 authored over 6 years ago by Liam Goodacre <[email protected]>
75d1e8bb284f65b81e77ba2fce55b5243bc29f3f authored over 6 years ago by Tom Harding <[email protected]>
143c86548851c13dcb24f32ee2fe4fb06a6756f5 authored over 6 years ago by Gary Burgess <[email protected]>
Resolves #2726
e996ca181dcc08f26e4ef1e49f8c5bc2a58c503d authored over 6 years ago by Gary Burgess <[email protected]>* ghcid is love
* gotta go fast
1b541b8807e3d52de00ba10431f6295e958c0425 authored over 6 years ago by Matt Parsons <[email protected]>* Allow functor derivation under quantification
When "functor variables" exist within a quant...
f88caabdb33d4ca1eef5f30fe1d37b9fea6a69f0 authored over 6 years ago by Tom Harding <[email protected]>* updated docs for RowCons and RowUnion
* updated contributors
a5e87c7b9339f1f336cc233f9caa275f18c7b27b authored over 6 years ago by Vladimir Ciobanu <[email protected]>86d8b5ce0272d8d03a1819891acf2ece342d9e37 authored almost 7 years ago by Nathan Faubion <[email protected]>
* Smarter make
* all tests pass :tada:
* reduces partiality
* Refactors Make into small...
fdd9e492210c5c3124633aa2a9c149b15a2e2daa authored almost 7 years ago by Christoph Hegemann <[email protected]>* [purs ide] Find usages for recursive definitions
Previously we'd fail to find these because...
662da01c9f73873fcc2c4577bbc58fcc3f776f41 authored almost 7 years ago by Christoph Hegemann <[email protected]>* Makefiles make things easier for new and regular contributors alike
* Added stack exec in c...
80cef847264f4124ca20cce01e2657998bcaaeaa authored almost 7 years ago by Chris Allen <[email protected]>978c353e6eac35d0f40fb9823267f2a73618e597 authored almost 7 years ago by Christoph Hegemann <[email protected]>
* Disallow Prim modules
* Address comments
d6667180dc73cab62d0924d3dec1e0b1abc03f5f authored almost 7 years ago by Matt Parsons <[email protected]>* Rename Prim classes
* Rename tests
* Fix docs
* clean warns
* Figured out how to a...
7efbbc930176d98413439425cb08efc20d52c189 authored almost 7 years ago by Matt Parsons <[email protected]>* Improvments to REPL tab-completion
- Complete all names that have been imported (transitive...
e970a4fad0b6842896b9686bd8dd7c6f62d40671 authored almost 7 years ago by rndnoise <[email protected]>* Improvments to REPL tab-completion
- Complete all names that have been imported (transitive...
cddf62dc64a74964e789981876723c3063b46a1e authored almost 7 years ago by rndnoise <[email protected]>* Add source spans for literals
This fixes the IntOutOfRange error (again 😄)
* Don't paren...
9a4992a110056c9c41751cccea1d92808d2997bc authored almost 7 years ago by Gary Burgess <[email protected]>* Take advantage of multi-span errors
This fixes `CycleInModule ` not having many positions, ...
96ccf1ebb69de3425d89cf711e7e6cc66dc89aed authored almost 7 years ago by Gary Burgess <[email protected]>* Add source span for UnnecessaryFFIModule
* Add source spans for more FFI warnings
* Add ...
80c671e7a0c1dd9f50cf1b77e5cdc655e14876de authored almost 7 years ago by Gary Burgess <[email protected]>3171a77e117ed4dcdbf994e40d0308fb440f6f57 authored almost 7 years ago by Gary Burgess <[email protected]>
* Explaining the custom Eq, Ord instances for Binder
* fix type and stretch to 80 characters
13bd530a1a88eff45a5dc31e6928b840c61f03a6 authored almost 7 years ago by Chris Allen <[email protected]>
The old code relies on the Parser inserting PositionedValue wrappers in certain
places, so that...
* Skip SourceSpan in Binder Eq, Ord for faster exhaustivity check
* Use Semigroup rather than...
d73957dbe12c2fe34bfb7472fcac7399631664f6 authored almost 7 years ago by Chris Allen <[email protected]>143f8f1f04144a0ee6bf10fc9ebf3755b75c1b62 authored almost 7 years ago by rndnoise <[email protected]>
- Complete all names that have been imported (transitively or directly)
- Do not complete names...
6c7f561584af2591b851366d914eafa6398ae3e3 authored almost 7 years ago by Gary Burgess <[email protected]>
* allow for explicit exports in generating tags
fixes https://github.com/purescript/purescrip...
0798e334c7cfc22b508d54786b94d463b93ef156 authored almost 7 years ago by Matthew Leon <[email protected]>d60d0f5436a655e50f11c814d73af7993b442c05 authored almost 7 years ago by Gary Burgess <[email protected]>
* Ensure MissingClassMember, ExtraneousClassMember have source spans
* Ensure ExpectedWildcar...
65df12af20f7a893185ca336c985beb17bc22194 authored almost 7 years ago by Gary Burgess <[email protected]>80339ffd4fcadd4b887c103b2f1b219969fe8af2 authored almost 7 years ago by Gary Burgess <[email protected]>
* Fix build errors in master
* fix ide tests
3f3b47391a276430c7db58ecd3cb02a3612054df authored almost 7 years ago by Gary Burgess <[email protected]>ce94cd94e836a013c52ab8f7545ff6dd63c7e69c authored almost 7 years ago by Gary Burgess <[email protected]>
* don't prematurely convert from a Map to a List
* adds getModuleDeclarations
* [WIP] Find...
30de1f87514b96a53fed0d1c83160af5f05f824f authored almost 7 years ago by Christoph Hegemann <[email protected]>`stack build` will thus use GHC 8.2.2
939b9d0946279e5a06b89a01ab2fb918e45a86cb authored almost 7 years ago by Matthew Leon <[email protected]>* Allow `Eq1` to be used when deriving `Eq`
* Derive `Eq1` (as `eq1 = eq`)
* Allow `Ord1` ...
4b2317152c326c66be90c9ea0f30fc466e413007 authored almost 7 years ago by Gary Burgess <[email protected]>683f6da43bfe3c6756bd7b748b633a9f2a817005 authored almost 7 years ago by Christoph Hegemann <[email protected]>
Fixes https://github.com/purescript/purescript/issues/3187
Rather than using the magic string...
8369db42eebe535cf7a1fb85e501bb72731a3c68 authored almost 7 years ago by Matthew Leon <[email protected]>Resolves #3132. Attempting to export a type class where the superclass is defined in the same mo...
950f184609af48dea305ca9314598ea7d9493411 authored almost 7 years ago by Matt Parsons <[email protected]>* Make explicit import suggestions more consistent
* Make ImplicitQualifiedImport suggestions...
3679da409c5c3aa5ee5b2df2035e4f4d94bae104 authored almost 7 years ago by Nicholas Wolverson <[email protected]>* Revert "pretty print proxy types when rendering docs (#3144)"
This reverts commit 14227c715...
38f631c71367cffcc973ce0dab2229e81969e161 authored about 7 years ago by Harry Garrood <[email protected]>* Initial switch for test suite to tasty.
Still missing docs and publish tests, since these u...
8afe8c04c99646941466c133fc941f9dc77625d4 authored about 7 years ago by Christoph Hegemann <[email protected]>94197b36f2502f4373e5488ad502091cb34eb335 authored about 7 years ago by Matt Parsons <[email protected]>
* Fix functional dependencies rendering as links
* Rename idents to typeVars
86b00306cc95c0d8867425bf6c6fc930d4c4480e authored about 7 years ago by Eoin Houlihan <[email protected]>* Print error message
* Add newline
* Add myself :D [skip ci]
6c14cab09c1c0dbb3a1cd598075fd2da62017f36 authored about 7 years ago by Matt Parsons <[email protected]>31de60ba85d0c89b34ea726384548e817758e716 authored about 7 years ago by b123400 <[email protected]>
* Added pre-built installers to INSTALL.md
Added 3 examples of installing the latest pre-buil...
559ae9e2fb415ca0bc67253dc9f81ef8373ae159 authored about 7 years ago by Nicholas Kircher <[email protected]>adf3a29706765a2001ddcfe89acadfbd4c6ad05a authored about 7 years ago by Brandon Martin <[email protected]>
c19a79285c5697b59c46803483b41ffeaa5cd7b0 authored about 7 years ago by Christoph Hegemann <[email protected]>
6e1903649b8c43a5fe1188b8563825a71a8e88a4 authored about 7 years ago by Harry Garrood <[email protected]>
* Update Glob library, fixes #3055
Also update the Stackage snapshot so that we get the lates...
82a47da5a2b47ddce4f5c83289335057f6c8f6a5 authored about 7 years ago by Harry Garrood <[email protected]>* pretty print proxy types when rendering docs
* add tests for proxy doc
* changed contrib...
14227c7151d1a907bf7f00af5701ab61dadb1c0b authored about 7 years ago by Simon <[email protected]>15d7330b3adb7f8d941052a7cfc4df075724d248 authored about 7 years ago by Thimoteus <[email protected]>
f312f85998b11ad211d182e6f8c7dcf54b3b7071 authored about 7 years ago by Phil Freeman <[email protected]>
b2004c9781b17ba5e79d26962e87ce0f6b2c9821 authored about 7 years ago by Phil Freeman <[email protected]>
64d6c5a2e03a03894445c59ef65e6a2bca854d58 authored about 7 years ago by Liam Goodacre <[email protected]>
a85b7e97ef651f53e873bb17c2a0620fa3d1e588 authored about 7 years ago by Nicholas Wolverson <[email protected]>
6a30b5667df98368166736e2ed01520e993035fb authored about 7 years ago by Nicholas Wolverson <[email protected]>
* Add docs for duplicate labels in record types
* Typo
56b345108479984c995e15e503d9c896bcf3ac34 authored about 7 years ago by Phil Freeman <[email protected]>
This caused an issue in inferring kinds (Invalid argument ...) then
in unifying types (Could no...
129a378e956333ab9a4b01210293cf3724545fee authored about 7 years ago by Liam Goodacre <[email protected]>
b515a8011d27a73b30fe1f7796b8dc9e096661a4 authored about 7 years ago by b123400 <[email protected]>
* Adds a (non-completed) document for ide's design.
I hope this helps potential contributors ...
561bb9816c16ece33f9caa9b65b3824797bf8353 authored about 7 years ago by Christoph Hegemann <[email protected]>6df7a14c590c29ba4429a0fc2b3ac029239ec169 authored about 7 years ago by Sergey Homa <[email protected]>
5e778e2509ec51a16af732b180fa38b25b5f98ab authored about 7 years ago by Phil Freeman <[email protected]>
* Add valid location list to orphan instance error
Previously, the orphan instance simply sai...
39af532d0b78491df0b3ecff426c175e11dec137 authored about 7 years ago by Tom Harding <[email protected]>eac822e437fa59deea1441a664ce068a82c67593 authored about 7 years ago by Brandon Hamilton <[email protected]>
Remove old video link
Add note about opening issues
Previously, the error message made no mention of a solution to the
error. This update adds poss...
* Fix and regression tests for #2197
* Updated Prim module documentation
* Added test usin...
c4577de5d1c36ca99118e6848fe4b7f0bdcbf30b authored about 7 years ago by Isaac Elliott <[email protected]>* fixes cabal warning about an unspecified Paths module
* Bump to GHC 8.2 stack nightly
* ...
21c096e34913a0d9a866e396cef803ed547d5550 authored about 7 years ago by Christoph Hegemann <[email protected]>f7209a595499b1dd1ec5f202239678b1b191fb8a authored about 7 years ago by Christoph Hegemann <[email protected]>
* Add docs for duplicate labels in record types
* Typo
5c2463f0c5cf15d8e5ecbe396bdd8f78ef2d741b authored about 7 years ago by Phil Freeman <[email protected]>3541dd2e9d0572b7e914884ddd7e1e34ec65ca3c authored about 7 years ago by Nicholas Wolverson <[email protected]>
c507005489627d1bc521471b7a93550a66233cc0 authored about 7 years ago by Liam Goodacre <[email protected]>
ac18e538e833e25e7a87fa6d709c790db9b9802b authored about 7 years ago by Nicholas Wolverson <[email protected]>
This caused an issue in inferring kinds (Invalid argument ...) then
in unifying types (Could no...
cfd1db3ab9eb8f8af400ffc5812af13d4cad9302 authored about 7 years ago by Liam Goodacre <[email protected]>
When verifying a substitution, if we see a skolem (that hasn't been
matched with itself) then i...
c9b58e18c7ef9b1405bc9cbaadf2bc217fb4b2fa authored about 7 years ago by Liam Goodacre <[email protected]>
32809237d213ea3f65767b2b273e03606c67ef7e authored about 7 years ago by b123400 <[email protected]>
* Adds a (non-completed) document for ide's design.
I hope this helps potential contributors ...
8c80928136d77b46da463549e44f686af72dc67a authored about 7 years ago by Christoph Hegemann <[email protected]>* Update PROTOCOL.md
improve `currentModule` description
* Update CONTRIBUTORS.md
add m...
a5aad4a0d08d53a468454b1f4a2ef0bd04d6cd24 authored about 7 years ago by Sergey Homa <[email protected]>* Add valid location list to orphan instance error
Previously, the orphan instance simply sai...
71fc308a53bf89678c1e1d4a242cc01561d556d1 authored over 7 years ago by Tom Harding <[email protected]>Remove the type variable.
1a3ee21c110dd3dce45e7e2a77349141e943e254 authored over 7 years ago by Marcin Szamotulski <[email protected]>* CoreFn.FromJSON: parse json representation of CoreFn
* CoreFn.Module: ModuleT
Polymorphi...
d31638f7031935c7a412371492e660e39faae19f authored over 7 years ago by Marcin Szamotulski <[email protected]>fe0aa0d7d448e9d660ab00b59ca3094e49e5b7f7 authored over 7 years ago by Liam Goodacre <[email protected]>
2bce85802de0c0273ad7fe4e7b8f9779c7264e09 authored over 7 years ago by Brandon Hamilton <[email protected]>