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

Merge pull request #2524 from purescript/phil/kind-reserved-word

'kind' is no longer a reserved word

ca0cf8b3c0f8776aa5dcd3e1fbe99016b381531f authored about 8 years ago by Phil Freeman <[email protected]>
fixes #2438: represent PureScript strings as sequence of Word16

773d778a3df014d64a509abe043969d919ec9ae6 authored about 8 years ago by Michael Ficarra <[email protected]>
Update orphan instance check to use covering sets

26b73d679aaa2ec72dfc8aa118cc4b2b4993fd50 authored about 8 years ago by Liam Goodacre <[email protected]>
\'kind\' is no longer a reserved word

975e2807abbb00c4de0f2e962c60c64dae0d5b3f authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2523 from kRITZCREEK/psc-ide-fix-windows-tests

[psc-ide] Fixes tests on windows

78760837d1eaa33583d86fedd70770b908a278c7 authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2521 from purescript/remove-stackage-badges

Remove Stackage badges

1d713ba7748b3a7a8d9556e18add55a678195ef4 authored about 8 years ago by Phil Freeman <[email protected]>
[psc-ide] Fixes tests on windows

On my local windows machine \r characters were not removed by Text.lines

e9176bd6b9ce9db28e324f236b43243357d89db8 authored about 8 years ago by kRITZCREEK <[email protected]>
Remove Stackage badges

Now that we no longer are in stackage I think we should remove these. LTS 2 and 3 were horribly ...

fca36558d780216b0ad28ac5b9e9f579e32a562e authored about 8 years ago by Christoph Hegemann <[email protected]>
0.10.4

914481c89ca47c60dfff738b4af835b5f469504c authored about 8 years ago by Phil Freeman <[email protected]>
Derive instances when data types use type synonyms (#2516)

* Derive instances when data types use type synonyms

* Handle nested synonyms

cd535c18945bd9bbae1194a96fb7df897f4b55bd authored about 8 years ago by Phil Freeman <[email protected]>
Add naive functor deriving (#2515)

* Add naive functor deriving

* Add support for records in functor deriving

380de1662b35eb8c23343afd994dba95348530a0 authored about 8 years ago by Liam Goodacre <[email protected]>
Add command to apply minor package updates (#2510)

* Add command to apply minor package updates

* Support major updates, prettify JSON

* Requ...

751018be04c38cc7e844298988f57389413b0b72 authored about 8 years ago by Phil Freeman <[email protected]>
Solving CompareSymbol and AppendSymbol (#2511)

* update test support

* Solve CompareSymbol and AppendSymbol

* Pass foreign support throug...

88fdceeefb01bd6a3ff28e9fc8919b50308d8924 authored about 8 years ago by Liam Goodacre <[email protected]>
Add support for user defined kinds (#2486)

* Add foreign import kind

* Make ForeignKind.Lib visible to example tests

* Rename to Name...

144dd6f020167d2a21095e315afc5e60b3c2bc2f authored about 8 years ago by Liam Goodacre <[email protected]>
Merge pull request #2474 from nwolverson/bundle-sourcemaps

psc-bundle: Add source map output

766d7fefac9027c4bfbe379f7977c12d92b5a39b authored about 8 years ago by Phil Freeman <[email protected]>
psc-bundle: Add source map output

5f828927072a199b0268ac9b6d46f7b98067f312 authored about 8 years ago by Nicholas Wolverson <[email protected]>
Merge pull request #2509 from purescript/improve-license-generator

More robust license generator script

99a2db3cea29e74d833d78333972846b5eae8d94 authored about 8 years ago by Harry Garrood <[email protected]>
Add --node-path option to PSCi (#2507)

* Add --node-path option to PSCi

* Don't run findNodeProcess unless we need to

1afba5aad560ddfd1268e639e3486874c29eff82 authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2508 from purescript/phil/verify-set

Add verify-set command to psc-package

4af7f4abdc6dec493538f97e637843a5fbcf2183 authored about 8 years ago by Phil Freeman <[email protected]>
More robust license generator script

Changes:

* Ensure that all responses are 200 OK responses, i.e. avoids errors
such as a 404 e...

9ed097452bacc512049b2003739896aa511d9454 authored about 8 years ago by Harry Garrood <[email protected]>
Fix #2459, add verify-set command to psc-package

21ca139bda157d626a34518856d6dedf06f72e83 authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2503 from purescript/add-package-info-to-reexports

Add package information to re-exports

aec0ece116a056b4f41e003028f247a30bbd4414 authored about 8 years ago by Harry Garrood <[email protected]>
Add package information to re-exports

This gets us most of the way towards fixing the following issue:

https://github.com/purescrip...

df8b1aed4977b79498101d2f8901e92c5a693192 authored about 8 years ago by Harry Garrood <[email protected]>
Further conversions to Text in Docs modules (#2502)

* Further conversions to Text in Docs modules

* Test leading whitespace is preserved in doc c...

1c5a43120ba9f24c22b6aae0b0869643782c5534 authored about 8 years ago by Harry Garrood <[email protected]>
Merge pull request #2501 from purescript/prim-docs-update

Update docs for the Partial type class

1531559693a16e8c08d47d398e006100aba3f920 authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2500 from purescript/add-turtle-upper-bound

Add upper bound on turtle, fixes #2472

ac1d1e161db67294200dd58c502eb14abb3c5fdd authored about 8 years ago by Phil Freeman <[email protected]>
Update docs for the Partial type class

b3c889bde98e345552b9ddd4c756f975aaa03cc6 authored about 8 years ago by Harry Garrood <[email protected]>
Add upper bound on turtle, fixes #2472

062f13820e77a2bfc66183c6397fe30676689af8 authored about 8 years ago by Harry Garrood <[email protected]>
Add Prim docs to the library, resolves #2494 (#2498)

* Add Prim docs to the library, resolves #2494

* Use 'a' in the Char example

* Link to pla...

a1e22ec6d8b5e10d56237b5fcfdbcdd06b03a87c authored about 8 years ago by Harry Garrood <[email protected]>
Merge pull request #2391 from rightfold/master

Support record updates on records with field named hasOwnProperty

c2bd953d5b7085553c7d84954bde091162ac1ad4 authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2497 from purescript/2039

Fix some issues with the pretty printer

39a1b433a5613fb3d40f6f53492b1d2dddad9db9 authored about 8 years ago by Phil Freeman <[email protected]>
Fix some issues with the pretty printer, fix #2039

d214e2e1d50dd64eb7e534d55d433850780c69e2 authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2495 from purescript/fix-language-js-bounds

Fix version bounds on language-javascript

820e96ff259071e1c1bfaa94e6171f3f78138373 authored about 8 years ago by Phil Freeman <[email protected]>
Fix version bounds on language-javascript

The JSAnnotSpace constructor was introduced in 0.6.0.9 and therefore
this should be the lower bo...

f05dfc488f6734145168dbc703fe5612553a6d45 authored about 8 years ago by Harry Garrood <[email protected]>
Merge pull request #2491 from LiamGoodacre/fix/entails-kinded-type

Unwrap KindedType when instance solving

81b58fc4a51c3e5105a602e1e9526e388546af26 authored about 8 years ago by Phil Freeman <[email protected]>
Unwrap KindedType when instance solving

92b5f53f382b53fb7b40dcaccb84d96b1411cd9f authored about 8 years ago by Liam Goodacre <[email protected]>
Update links to wiki (#2476)

612585a161f6ee2c1af10e74899767e66fb8b5b4 authored about 8 years ago by Liam Goodacre <[email protected]>
Update websocket host in psci interactive (#2483)

* Update websocket host in psci interactive

host 0.0.0.0 do not work on Windows

* Fix CONT...

4248ad1f29810a1772be1ab5f3c2e070ab765d5c authored about 8 years ago by Seungha Kim <[email protected]>
0.10.3

4c792a12e3e624794be5a775f39434b88a51557c authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2473 from pure11/psc-package

psc-package: display full path in 'packages.json does not exist' error messsage

e0d6ffcf4eed51475a41ef87f108ec27f5ef9ee0 authored about 8 years ago by Phil Freeman <[email protected]>
psc-package: display full path in 'packages.json does not exist' error message

599d49e8aa4fd7d9515b993ad65f81b94bf1ceb8 authored about 8 years ago by Andy Arvanitis <[email protected]>
fixes #2434 and #2438: PureScript chars must be UTF-16 code units (#2454)

* fixes #2434: fixes #2438: PureScript chars must be UTF-16 code units

* add descriptions to ...

93a52e251809eae36943125b8fd0412a2678eeb4 authored about 8 years ago by Michael Ficarra <[email protected]>
Merge pull request #2469 from pure11/dump-tests-output

Issue #2453: dump output of psc tests to file

05452aa097a748c5f680793d4706bdc2af6a863a authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2470 from kRITZCREEK/psc-ide-cleanup

Cleanup

2353a3965d9cf5c5db02ace20efd41eecae55f65 authored about 8 years ago by Phil Freeman <[email protected]>
remove unneeded pragmas

22616a10c33bfe629361c4f1c083abc907a3ba30 authored about 8 years ago by Christoph Hegemann <[email protected]>
remove text conversion functions

546804b6c5e87643f0fb77c9840aef46be801bae authored about 8 years ago by Christoph Hegemann <[email protected]>
Merge pull request #2468 from purescript/psc-bundle-utf8

Use writeUTF8File in psc-bundle

4960ef065a198dd21ec9a558a55c3430182e21d3 authored about 8 years ago by Harry Garrood <[email protected]>
Issue #2453: dump output of psc tests to file

aaa6990549ecc7c4cd91c9f32fc7486833ee4169 authored about 8 years ago by Andy Arvanitis <[email protected]>
Use writeUTF8File in psc-bundle

4ffff84dce072eb7df66d1c464d1e501021ec0e2 authored about 8 years ago by Harry Garrood <[email protected]>
Fix merge leftover

260a2a3baf63522eaa492dd1f3d11f47d12e27a9 authored about 8 years ago by Christoph Hegemann <[email protected]>
Merge pull request #2467 from kRITZCREEK/psc-ide-diagnostics

[psc-ide] Better logging and diagnostics

9528dd59fcdd6f5f3dbaf5585c3edceb695f058b authored about 8 years ago by Christoph Hegemann <[email protected]>
Merge pull request #2465 from purescript/phil/2074

Use HTTPS to query Pursuit

ad6fd470af7a087886e2cf22ea2ff783003f6bd5 authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2466 from purescript/fix-windows-ci

Fix windows CI

1e607283310da1971710e65631c21e8b148c479e authored about 8 years ago by Phil Freeman <[email protected]>
[psc-ide] log version mismatches when reading externs files

7cb2c29da84bb37963a7394369af7ee3eb5690d9 authored about 8 years ago by Christoph Hegemann <[email protected]>
[psc-ide] more finegrained logging

a9c525c7f78351775283f14d4b2d91cfac740100 authored about 8 years ago by Christoph Hegemann <[email protected]>
[psc-ide] log handleCommand duration

9ded0a340af796ae1ec19e4b393209459b8ce467 authored about 8 years ago by Christoph Hegemann <[email protected]>
Merge pull request #2414 from kRITZCREEK/psc-ide-polling

[psc-ide] Polling option for psc-ide-server

5f0dd05515b5f3b048dbf1ed3e193e1eb33df652 authored about 8 years ago by Phil Freeman <[email protected]>
[psc-ide] Adds polling option for psc-ide-server

* This uses polling instead of file system events for the file watcher

* Make polling the defau...

460e8cba5087fbd16925e9b53baca32314b63a3c authored about 8 years ago by Christoph Hegemann <[email protected]>
Fix windows CI

The stack windows binary archive at the previous URL seems to have
changed from a .zip to a .tar...

25f58b72f8c6e9a4d5bad6d2476fc2fa1e37dd69 authored about 8 years ago by Harry Garrood <[email protected]>
Use HTTPS to query Pursuit

642f939ec08dba4b7616790d1fdcc4b84ebd0abe authored about 8 years ago by Phil Freeman <[email protected]>
Add support for rows in instance head under fundeps (#2451)

* Support rows in instance head under fundeps

* Check determined class args by calculating co...

6954b06d5e3316af4419b6594464c4ec2ec17aa8 authored about 8 years ago by Liam Goodacre <[email protected]>
Merge pull request #2456 from purescript/new-docs

Update documentation link location

1d6934e1c5b798df0d94f54ca4468522cd09544d authored about 8 years ago by Harry Garrood <[email protected]>
Update documentation link location

3323f6381add03eba20fb5e3969c91877d77d6ba authored about 8 years ago by Harry Garrood <[email protected]>
Print functional dependencies in psc-docs output, fix #2439 (#2450)

* print fundeps with psc-docs #2439

* adding a test for fundeps in psc-docs

* Fixing error...

8c324a0c0548ae8db3cf215fbf9bfe137994b131 authored about 8 years ago by Gil Mizrahi <[email protected]>
Update Errors.hs

1eb46ba8e2192907ba0a1b0af85cdd5ee4d2426e authored about 8 years ago by Phil Freeman <[email protected]>
Merge pull request #2446 from osa1/patch-1

Update CONTRIBUTING.md -- bower needs to be in path for tests

6b5e5276e2360566e40a9df426aa0382342770eb authored about 8 years ago by Phil Freeman <[email protected]>
Use Text over String (#2418)

* Lexer done.

* Names done.

* Parser.Common done.

* CodeGen.JS.Common done.

* Consta...

92c8c653f42801bc68de212b755f616c940d5b2c authored about 8 years ago by Christoph Hegemann <[email protected]>
Exhaustive pattern match on JSAnnot. (#2432)

* Exhaustive pattern match on JSAnnot.

Also append to contributors file.

* Bump LTS versio...

ae98dfafa9a20f93e26f1fc0e6bca813f50ea1f8 authored about 8 years ago by Tim McGilchrist <[email protected]>
Update error message of `ErrorInDataBindingGroup` to include participating identifiers (#2447)

* Update error message of `ErrorInDataBindingGroup` to include
participating identifiers.

* ...

f81b9ca23554c54fe473624159251be2e9247072 authored about 8 years ago by Liam Goodacre <[email protected]>
Warn for shadowed type class variables (#2441)

* Warn for shadowed type class variables

* Fork higher when gathering errors for type classes

32bc8cc042b5303d9a47fdc454024c2aa62bb0c0 authored about 8 years ago by Hardy Jones <[email protected]>
Update CONTRIBUTING.md

610424443b20eb83a70fcb3e966cfe36f665866b authored about 8 years ago by Ömer Sinan Ağacan <[email protected]>
Solving IsSymbol instances (#2429)

* Solve IsSymbol instances

* IsSymbol dict with constructor application

* IsSymbol solving...

1e6fc9dd68fc199364d4865eed37b7e2fcd6b91f authored about 8 years ago by Liam Goodacre <[email protected]>
Merge pull request #2440 from joneshf/psc-package-uninstall

Add uninstall command to psc-package

79060d45c4aba3022a31a75ed838abbabd4a0720 authored about 8 years ago by Phil Freeman <[email protected]>
Add uninstall command to psc-package

f764c39eb987702ea83d1ed612c0fbc972c616d7 authored about 8 years ago by joneshf <[email protected]>
Add value source positions (#2427)

* Add value source positions #1801

* Fix operators

a53031bd118a16e1c88a259bc2412b4243850b42 authored about 8 years ago by Nicholas Wolverson <[email protected]>
Add 'available' command to psc-package (#2430)

a22bde51eec1bd2ce022cd70b05210e41e58b247 authored about 8 years ago by Andy Arvanitis <[email protected]>
AmbiguousTypeVariable error: prettyPrintType -> typeAsBox (#2428)

* 2374: Add error message for ambiguous type variables in inferred contexts

* 2323 add contri...

6561a9f0e811eb35f4a6a086f4865131e5d6dc3c authored about 8 years ago by bbqbaron <[email protected]>
Create documentation for psc-package (#2424)

* Create documentation for psc-package

* Tag->Ref

c5432ce9964212610b1d390d9205474b48fa63e3 authored about 8 years ago by Phil Freeman <[email protected]>
Fix GHC 8.0.2 build (and fix #2421) (#2422)

* Fix GHC 8.0.2 build (and fix #2421)

* Update CONTRIBUTORS.md

46f573a1205c6483716610ec7d5041757f0588ba authored about 8 years ago by Ryan Scott <[email protected]>
Merge pull request #2420 from marsam/master

Add psc-package to release bundle

1ecd787618995e5df5edb742b100e0a5e31bf8ff authored about 8 years ago by Phil Freeman <[email protected]>
Add psc-package to release bundle

8de8142f66c42db1b4f940770cc00bcabca20f2f authored about 8 years ago by Mario Rodas <[email protected]>
-> 0.10.2

03bc0724a5b8e0f9af01445578bcfea68191ee3c authored about 8 years ago by Phillip Freeman <[email protected]>
Traversal should pick up bindings in all value declarations. (#2412)

887d4130e91a3af9ef8178f04e63d10c8ef56c19 authored about 8 years ago by Liam Goodacre <[email protected]>
2323: Sort IDE-generated explicit imports (#2413)

* 2323 sort IDE-generated explicit imports

* make basic formatting/function choice changes be...

6675280b8633c2382845993ef81929d844273e41 authored about 8 years ago by bbqbaron <[email protected]>
Add psc-package (#2337)

* Basic sketch of psc-package

* Clone to depth one

* Add install command

* Do not use D...

854069c5e5ebc854829007c4ef77a0065c609ec5 authored about 8 years ago by Phil Freeman <[email protected]>
2374: Add error message for ambiguous type variables in inferred contexts (#2410)

* 2374: Add error message for ambiguous type variables in inferred contexts

* 2323 add contri...

5ed9384bed7a645b500c24550b415f5499bdb0ee authored about 8 years ago by bbqbaron <[email protected]>
Merge pull request #2417 from kRITZCREEK/text-lexer

Speeds up parsing by reading files as Text

2b04f5a2173cd5a183d3a5b9cc979cbdeafc6950 authored about 8 years ago by Phil Freeman <[email protected]>
Speeds up parsing by reading files as Text

This doesn't change anything inside the parsed AST, it just changes the
initial file read to use...

c144a392266d1c9269306933f9b32b405581e001 authored about 8 years ago by Christoph Hegemann <[email protected]>
Merge pull request #2403 from brandonhamilton/inliner

Fix inliner for integer bitwise operators

504c77e45360fe378f0b315b1fb6ea66d9fefe05 authored about 8 years ago by Gary Burgess <[email protected]>
Fix inliner for integer bitwise operators

b2526f5e83edfc6b5d3d546525040cb22cd58fd3 authored about 8 years ago by Brandon Hamilton <[email protected]>
Derive Data.Generic.Rep.Generic (#2356)

* Derive Data.Generic.Rep.Generic

* Remove redundant case

* Refactor

* Fix tests

* M...

fe6a70948ff3ecacca82d4c6b927b1f5631f7453 authored about 8 years ago by Phil Freeman <[email protected]>
Add paste mode, remove --multi-line option, fix #934 (#2361)

0072f2569402b938d35d6d5cbe31cbdb1640f90d authored about 8 years ago by Phil Freeman <[email protected]>
Fix #2379, add error message for unknown classes (#2396)

* Fix #2379, add error message for unknown classes

* Typo, fix cabal file

b8bb12b5fec663509040413ca39816bab02ddc4c authored about 8 years ago by Phil Freeman <[email protected]>
Handle TypeLevelString when checking orphans (#2393)

* Handle TypeLevelString when checking orphans

A TypeLevelString by itself can never determin...

a8756f0ffe39dce9f67438f193bc93fb44f7acde authored about 8 years ago by Hardy Jones <[email protected]>
Fix issue with typed holes in inference mode (#2386)

* Fix issue with typed holes in inference mode

* Fix issues arising from unification variable...

da83efb94a6a50d4d29c73fa89a3e8fa0c4c9b76 authored about 8 years ago by Phil Freeman <[email protected]>
Fix inliner for Data.Array.unsafeIndex (#2389)

* Fix inliner for Data.Array.unsafeIndex

* Better naming in Inliner functions

* Ignore dic...

26590bb02cffce314df9b12f0e38a9d2a6675ffc authored about 8 years ago by Brandon Hamilton <[email protected]>
Support record updates on records with field named hasOwnProperty

Previously this would fail.

4f2959aab1c81136e7b63f51e9beffe6a8052a0c authored about 8 years ago by rightfold <[email protected]>
Merge pull request #2387 from rightfold/patch-1

Update outdated comments about Prim types

c0ec8309666a139b6fb5b9637e1855e430e85b80 authored about 8 years ago by Phil Freeman <[email protected]>
Update outdated comments about Prim types

0ab0f9af2a05bb70de2d871fe4e6f788868d4b23 authored about 8 years ago by rightfold <[email protected]>
Allow symbols in data contructors (#2384)

* Allow symbols in data contructors

* Accept bindings with data contructors containing symbol...

a70b5dd927e360bded78cd66156352b120a955db authored about 8 years ago by Brandon Hamilton <[email protected]>