Ecosyste.ms: OpenCollective

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

github.com/purescript/spago

🍝 PureScript package manager and build tool
https://github.com/purescript/spago

Add flag for specifying config path location (#357)

13cf90cddb1e3e2b7338169d98799b6bc6a54ffe authored over 5 years ago by Justin Woo <[email protected]>
Update README.md (#19)

3b9d2c648df6c1daa762c6cf409b93ac0e117261 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Cache latest package set tag in global cache to not hit GitHub (#382)

64998a7944a87cba0bfec472aaf0fec411c0e6d1 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Update package-sets tag to psc-0.13.3-20190818 (#381)

2efcc8fb84d5dc99cdd6b8c73c68306ce58397b3 authored over 5 years ago by SpacchettiBotti <[email protected]>
Add an explicit purs args flag (#366)

* Add explicit purs args flag

* Update readme instructions on passing args to purs

* Add purs ...

2d3c9f60274259afb12deb6d2cc4fdeaf699f405 authored over 5 years ago by Georgi Lyubenov <[email protected]>
Update package-sets tag to psc-0.13.2-20190815 (#376)

662c6e043be63f4516049f638fb405f1c62c7918 authored over 5 years ago by SpacchettiBotti <[email protected]>
Use `git clone` instead of `git fetch` when fetching a package. (#374)

67695ec77ee95da98452488b71db9ac34e9d6705 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Implemented custom event debouncing for file watcher. (#371)

10a6f38016cdbe4cec00fd7baf565c5cee2da4dc authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Fix syntax error in template comment (#369)

9e3be2cda4b1c38e56808302803526eb3eecde26 authored over 5 years ago by Jan Hrcek <[email protected]>
Fix CI (#362)

- hide some unnecessarily logged failures or global cache
- fix Appveyor builds, some cache key...

f542588b3d2f630b80dd5d18b8004902b5c57f72 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Update to [email protected] (#361)

77fec6dcb765a4bc93220b308b20930176dd04a7 authored over 5 years ago by SpacchettiBotti <[email protected]>
Remove reviews limitation on mergify (#354)

fba65e3ff630a3eaf8d41192336223ea5e5bea0a authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Fix naming clash in short flag for repl dependencies (#352)

Fix #350

63c2c21a44746ab109e2fded7638a8997715c80b authored over 5 years ago by Fabrizio Ferrai <[email protected]>
0.8.5 → 0.9.0 (#344)

2d349cc7c1ce02769688e136bdf9a3939c04ed35 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add bower migration (#342)

This reworks the prototype from #272 to provide a smooth migration
from Bower when doing `spago...

11c5f3307c52f1a70d2ec82c651711d23b1aa574 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Improve error message for overriding acceptable compiler version (#345)

5a0caaf52dceeaef032396cd207689101e89770d authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Stop reformatting the config file at every run (#339)

This removes the `--no-config-format` flag, as Spago won't
reformat anyways if it's not strictl...

826faefa4f8aa56d11ba0962e18d14ba8ccaaddd authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Apply suggestions from #333 (#340)

509cbc252f7e2c3dc415b8cbfcb38dae51164850 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Add docs search (#333)

* added: Integration with `purescript-docs-search`
* Patch only HTML docs; compile before runni...

d8cd3268669e26bc41566f1d72f43ad8e2c0832c authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Import local packages `as Location` (#301)

This changes how local packages are specified in the `packages.dhall`
This is a breaking change...

e42df5c2434ccdd2a6df957ffe4806a03b43dce9 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Refactor dry-run machinery so we print a list of dry actions (#338)

This also splits generating the bower config from actually writing
the bower file

Unrelated ...

03c4a1255343c7b4f4dd68c411cde1cd0ca62d64 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add first implementation for migration from Bower (#272)

bbc425e4898507f25d854f28ff5a33535dc42a92 authored over 5 years ago by Jonathan King <[email protected]>
Rename 'package-set-upgrade' → 'upgrade-set' (#336)

2d12d5a9e77f36b5c3b7f4b737048b2a56cd79dd authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Move psc-package commands from IO to Spago context (#337)

So we can use global options and fix #240

47756d758eb34ed0a4d781ad078d8fc497049318 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
v0.0.4

* v0.0.4

* added: `version` command

* refactor .travis.yml; use sh syntax

* remove `mai...

de6670d8dc9624b6ffa6d391dadd5cdca7624c9d authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Update package-sets tag to psc-0.13.2-20190725 (#335)

f36d3697e922c82db9f23ee5ce00e026b99c5c59 authored over 5 years ago by SpacchettiBotti <[email protected]>
use parcel (#13)

* refactor package.json

* use parcel

4d7f8efd3930d7e6d22d7d4ba52948a11c4444bd authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Update test template (#334)

7b0d3956a82a7eb17e91a6c72f3a00a29bd64e2a authored over 5 years ago by Justin Woo <[email protected]>
use input.select() (#12)

close #11

dbcb21dea6bed0fb3d08687bc8c2659624f4ce9c authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Add `--deps-only` flag to build only with deps and no project sources (#331)

* add deps-only flag to build only with deps, no sources

* Refactor

eeaaaba910c8860499c0b6d1722aadd2497ea284 authored over 5 years ago by Justin Woo <[email protected]>
Fix mergify config: Travis check name

96efe5f604511941bafe67aa87b010492cafde24 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add configuration for Mergify (#332)

9ff216b5a5969a9b689c4792689e84cf34335729 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
v0.0.3

e661cde2a24e4a2ba5b66aed3c55997bdbd10209 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
fix #8 (#9)

b40fa519bd89a84ca9a43b9d512f26a34d845000 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Fix `psa` detection (#327)

Before this change `spago` would fail to run if `psa` was not installed.
So we fix this and add...

553e8cb6040047b31c5f56ba28030c4989354bf3 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
0.0.2 (#7)

f2a81f2836c2d118eb4b9690cf80a5a493097fc4 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Fix missing "commits since last release" in GitHub releases (#326)

41aff2fadd1c4867f200919daa6dcdfb5f17957c authored over 5 years ago by Fabrizio Ferrai <[email protected]>
attempt to fix NPM_API_KEY (#6)

60354c0741aea1417b3585d3b2a8b2ef658cfbe9 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
added: CLI interface; added: search REPL (#5)

* added: CLI interface
added: search REPL

* added: shebang to the executable file

* added...

1f7a6d9c14cb8e94ea261a647481715a11183810 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Generate GIT-REPO#version versions in bower.json for packages that are not found in Bower. (#324)

aa1a3276bc4d6a896a063fc14b06f72963c41371 authored over 5 years ago by Gareth Smith <[email protected]>
Catch exceptions whilst trying to fetch metadata (#325)

The previous way was only handling the case where the metadata fetched
could not be correctly p...

70d5d5cf2be53eeedfbac843b266267dc8988004 authored over 5 years ago by Carlos D'Agostino <[email protected]>
Remove mkPackage Dhall function and switch to package-sets releases (#322)

Upgrade to purescript/package-sets#399

Changes:
- Remove `mkPackage` from template (fix #320...

3f5aa3779f87823f059770ad614b0ab27243c9db authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Watch all sources, including dependencies, when building (#309)

3eaba105a0a9ff59a35709e5d6336c1d81d73215 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
added: "S" hotkey to focus on search field (#4)

0dbc98f00f6668ab5f7a7851c207eddfd7713bdc authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
refactor IndexBuilder + some tests (#3)

0f919784bff0f829e8577d34d41698e89dd67647 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Do not overwrite `packages.dhall` when doing `spago init` (#321)

b9db2ca4294edffde2fa1cf4e6358f8a9333640d authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add a badge

* Add a badge

* Add self-test for index builder

cbea3329198788f2937859db6887785591aff23d authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Merge pull request #1 from spacchetti/add-ci

Add Travis config

de8890f205b7e29160826b146633517271bb994f authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
add artifacts to .travis.yml

1bda3cc0b9e820ff8012e824aecb9e1551ada605 authored over 5 years ago by klntsky <[email protected]>
Don't build other branches than tags and master

578330461e2ce3d316ebe230801778ba72e37fa9 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add Travis config

54b7dce7ecb43d91210d1ca5cd5626be960a2d5e authored over 5 years ago by Fabrizio Ferrai <[email protected]>
added: proper sorting for type queries

minor UI improvement

979b5522725b1c7b60bdadd089f60703cf67032b authored over 5 years ago by klntsky <[email protected]>
Add docs about switching from bower (#317)

756c1cd73606447435bfe0472f763760e91f190c authored over 5 years ago by Simon Hafner <[email protected]>
Update to [email protected] (#315)

* Update package-sets tag to psc-0.13.2

* Upgrade to purs 0.13.2

* Fix package-sets versio...

bb4dbececa565985816140c637eb7ffa6cb6043a authored over 5 years ago by SpacchettiBotti <[email protected]>
fixed: IndexBuilder.writeIndex

renamed: Spago.Search -> Docs.Search
renamed: spago-search -> docs-search

747ee2c7732978756805fe4a50e17685285809a0 authored over 5 years ago by klntsky <[email protected]>
Add fallback for global cache directory (#314)

f8247762d2f6d2851c8fc978392f74b2f2b1142d authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add test for local dependencies (#310)

0ae9dea1301e56ded54118bc0e89bc2add170c44 authored over 5 years ago by Elliot Davies <[email protected]>
Add project sources to `spago sources` output (#308)

fabe8fd2d2a10f3631138b61f5a81fe165604ceb authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Use `psa` for compiling if installed (#305)

This detects if `psa` is installed in the system and if so
automatically uses it to compile.
...

b144183470b033a460f98464309ddc730c052c77 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Make the packages.dhall manipulation in BumpVersionSpec.hs less hacky. (#307)

18669ea449ed8ae47cae04fdfb53a26f4fa6c240 authored over 5 years ago by Gareth Smith <[email protected]>
Add tests for the list-packages command (#304)

08b09c49fb7c7cdba5bddc3e7e8e6db19eef47ac authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add `--no-config-format` flag (#302)

- Add `dontFormatConfig` to `GlobalOptions`
- Add condition to `Spago.Dhall.writeRawExpr` with ...

3be573a0a44c1b23ef245cd48a33caf0fc24b978 authored over 5 years ago by Aniket Deshpande <[email protected]>
Add a bump-version command that creates a git tag and a bower.json file (issue #203) (#289)

75a3407275aa46f73b4f0e5d90049eb5dd42289b authored over 5 years ago by Gareth Smith <[email protected]>
Add `--format` flag to `spago docs` (#299)

a77b869edcfddd592f45726400b816de8c1f070e authored over 5 years ago by Elliot Davies <[email protected]>
added: sorting by distance between type and type query

fixed: missing onClick handlers for links
added: FunDeps rendering

6455b8db3c6a4697a524bb81941cd1c20e59ed58 authored over 5 years ago by klntsky <[email protected]>
added: hashing of type shapes

64d0678c62e40c543b1d0f420a06fe3e305cc768 authored over 5 years ago by klntsky <[email protected]>
added: splitting index in parts

33d3cd46fe2af3ccff79341ca38bfb5bd93d6f69 authored over 5 years ago by klntsky <[email protected]>
Improve the failure messages when tests fail. (#298)

- The line numbers in the error messages now refer to the function that
calls `shouldBe*`, in...

7bf293a2b260056b96dd246bc0a5cae63580ef5a authored over 5 years ago by Gareth Smith <[email protected]>
added: search by type for type class members

ad9b8621db825626bf3daa1d7831be80a074f0c3 authored over 5 years ago by klntsky <[email protected]>
added: signature rendering for type synonyms and data definitions

added: loading indicator
fixed: typo

888510dcb0c4f6ed490598559e85f38d908ea702 authored over 5 years ago by klntsky <[email protected]>
minor parser improvements

569686c1ac19270393e90b17eba298a76de2c211 authored over 5 years ago by klntsky <[email protected]>
a bunch of improvements

e962b908811b5d9a7f743e5f795f84d4ed64b3ff authored over 5 years ago by klntsky <[email protected]>
added: TypeShape

5d1ee997d4d41c8fdacdd1bc51480e443d2be3a2 authored over 5 years ago by klntsky <[email protected]>
added: TypeQuery

d94efc24b459264caba1a7f10ff7b85a4778221b authored over 5 years ago by klntsky <[email protected]>
Make `spago run` write a JS file and execute it (#297)

127bac9893e5bed9092230fadd84f8eb614ccc59 authored over 5 years ago by Justin Woo <[email protected]>
use genericShow

aaff6d1686d91b2d87b2713d7d4b3c4c0328a608 authored over 5 years ago by klntsky <[email protected]>
moving things

ccf50a4318d8cc1f584972a57d3d839ab62b10bf authored over 5 years ago by klntsky <[email protected]>
added: README

00d85822a074fc8effca8bead5e34bd14fed1a5b authored over 5 years ago by klntsky <[email protected]>
added: type rendering

added: "Show more results" link

daa64986aa90086864f4418abd37a5279559aeed authored over 5 years ago by klntsky <[email protected]>
Update to [email protected] (#296)

0ef0462e9768e0e37451b93834799fc530e32066 authored over 5 years ago by SpacchettiBotti <[email protected]>
Change --node-args to -a (#293)

d3508e247f51957f6f36278c590abebee9b8c828 authored over 5 years ago by Justin Woo <[email protected]>
fixed ForAll

5935cac47dd4f7a6939168f969534f6d99bda7b1 authored over 5 years ago by klntsky <[email protected]>
finished type encoding & decoding

046e008d4343e2a68dab8bb15d4f0ac128d78c5a authored over 5 years ago by klntsky <[email protected]>
fix RCons

12a16ea3154025ae3d321df06ad488d4bff4c3e8 authored over 5 years ago by klntsky <[email protected]>
added: type parser

8a529a15f7d8138e48eff42b253a1e8e7c5c5139 authored over 5 years ago by klntsky <[email protected]>
added: parser for kinds

4dceffdcddfc64adb89bd773df72199db49011de authored over 5 years ago by klntsky <[email protected]>
added: class members and data constructors to search results

4798f9712bdc5638880dbc8b7e69004a4ead5d7f authored over 5 years ago by klntsky <[email protected]>
fixed: navigation from search results to the docs when a result points to the current page.

87c427cf838065db98fd9aace1be97cc6f21376d authored over 5 years ago by klntsky <[email protected]>
improvements

b95eb716f812e617c4eab954b515e17b879c6ab1 authored over 5 years ago by klntsky <[email protected]>
added: SearchResult instead of IndexEntry

8d19d9cc79e3986d6ee3ed5e5327f0f68ba768f7 authored over 5 years ago by klntsky <[email protected]>
better style

2594103cd5de14409dfe4b447102bcfbb4028705 authored over 5 years ago by klntsky <[email protected]>
Update README to newest changes (#286)

- Replace ugly Node command with `spago run`
- Mention the `sources` in the configuration expla...

40551e3765ffd07637e7afabd2a169238626ace0 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Update package-sets tag to psc-0.13.0-20190623 (#290)

cc390a06c1fc2b009c3a9a88d49ab37a99292a4b authored over 5 years ago by SpacchettiBotti <[email protected]>
added: search field

d74d1dc4f6bc42af833bf0764ac6dc339a0ee9cd authored over 5 years ago by klntsky <[email protected]>
WIP

8b42049bf6d8b1b0087321c5123375d5b4b01ce8 authored over 5 years ago by klntsky <[email protected]>
Add support for global REPL (#280)

* Support global repl

* Update CHANGELOG

* Refactor

* Change flag name and use SomeExce...

02a96256201a7e56b4d63286297bc125c6e243b1 authored over 5 years ago by Eric Ahlberg <[email protected]>
Handle branch names differing only by case (#285)

Escape upper case characters in branch names to ensure that branches
which only differ in case ...

76af2531c15763a35fa231bfd38a58245726d8f7 authored over 5 years ago by Harry Garrood <[email protected]>
Log exceptions in Curator to see when the STM exceptions happen (#284)

c8563a04ea56b756f317da44354e9ad647ef6400 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
0.8.4 → 0.8.5 (#277)

92e9c64bdde0373a64514def96b7f78738601909 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Fix install with empty dependencies list (#282)

aaceff41a8fd640b8084859b0b8f09aea87a088f authored over 5 years ago by Fabrizio Ferrai <[email protected]>