Ecosyste.ms: OpenCollective

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

github.com/purescript/spago-legacy

[DEPRECATED] 🍝 PureScript package manager and build tool powered by Dhall and package-sets
https://github.com/purescript/spago-legacy

Warn (but don't error) when trying to watch missing directories (#420)

85e875d028b76ab916457173a1f9447ede2261fe authored over 5 years ago by Elliot Davies <[email protected]>
Minor readme fixes (#432)

0cdb34f7ad1aed2c46ae5b860b4dba4388c377f4 authored over 5 years ago by Jan Hrcek <[email protected]>
Enable support of alternate backend in building (#426)

- extend `Config` type with `backend :: Maybe Text` for the backend entry
- execute the `altern...

760faf6d428e431e377d74ec77cb5dceef37eb81 authored over 5 years ago by Carsten Csiky <[email protected]>
Open generated docs (#421)

* Display a link to index.html of the generated docs
* Add an --open flag to spago docs which o...

46f0f7c3f0d3c630b5d03e9f6ef073caa847402a authored over 5 years ago by Dmitrii Kostianoi <[email protected]>
0.9.0 → 0.10.0 (#398)

* 0.9.0 → 0.10.0

* Compile the changelog and document new features

* Document sourcemaps

* Fi...

87f6096c98391e68f42efcbbc402418059c11fec authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Fix misleading docs in `packages.dhall` (#413)

d267b839340bfa6a6453d625be15516ce189d0eb authored over 5 years ago by Elliot Davies <[email protected]>
Support watching js files (#407)

9e3f3541ded8ca80e881cd00cab84b128de6ee5d authored over 5 years ago by Ping Chen <[email protected]>
Reintroduce following GitHub redirects to avoid ratelimiting (#418)

8855cdf64ba3bd7e3522740f91d7386575e0ed8f authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Update package-sets tag to psc-0.13.3-20190920 (#414)

a543e4d0d85f7552a714f043c2edbbba03eb5dce authored over 5 years ago by SpacchettiBotti <[email protected]>
Speed up Packages.getTransitiveDeps by caching subcomputations (#412)

This reduces the time needed for a no-op `spago install` on acme-spago from 3.7s to 0.1s (on my ...

3ef5149bb1cd390e4d1a1473acd2af77358a6b3d authored over 5 years ago by Gareth Smith <[email protected]>
Upgrade to dhall-1.26.0 (v10 of the standard) (#411)

2feb89c84caa21412da75d8292ae02f175fb2a2b authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Look up remote imports dynamically when doing frozen check (#402)

To fix #349 we no longer look for `packages.dhall` directly when checking
that the remote impor...

61746afc3de40904a1b424d28349dea293df1728 authored over 5 years ago by Elliot Davies <[email protected]>
Fix link for package-set from commit (#405)

add6ec7ac9429d251c80f518052ebdcc9ca69759 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add --no-search flag to `spago docs` (#400)

27a6694ec063f0ea54329969b211b037dd423ea6 authored over 5 years ago by Vladimir Kalnitsky <[email protected]>
Disable login test (#403)

214c89a1748e0a887f33469c9d1ee6752d229841 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Update package-sets tag to psc-0.13.3-20190831 (#399)

548a98767bf6a6b2c94ce8be485cbad6b697ed33 authored over 5 years ago by SpacchettiBotti <[email protected]>
Upgrade to lts-14 (#395)

* Upgrade to lts-14

* Upgrade ubuntu on Travis

f79c58c171f9acb3a58bb8e4daabf69659e6faf3 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add 'spago login' command (#391)

This adds the `spago login` command, which works much like
`pulp login` does, and allows the us...

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

* Update package-sets tag to psc-0.13.3-20190827

* Upgrade purs

4ad68dbe9a90e27cde4a472e63b032d124a61b31 authored over 5 years ago by SpacchettiBotti <[email protected]>
Watch: fix quit command, make commands case-insensitive (#390)

Fixes #389

cce0c0612bf8496e3db73f5e301279469c8598bf authored over 5 years ago by Steve Baker <[email protected]>
Updates to stack.yaml and stack.yaml.lock (#388)

- Upgrading to Stack v2.1.3 from v1.9.3 on Windows, time-1.8.0.4 was
required in stack.yaml
- ...

324265eee4d7921640a1350325644ea06e030491 authored over 5 years ago by Steve Baker <[email protected]>
Fix watch paths on Windows (#387)

`Watch.globToParent` was producing paths on Windows that lacked a slash
after the drive letter,...

ac94f5c21c2d9ac15849de4f6bc311df9eebd69e authored over 5 years ago by Steve Baker <[email protected]>
Fix failure to copy to global cache on a different filesystem (#386)

ba97e38bd5377b8ca316b4dd3dfe598c70708681 authored over 5 years ago by Paul Rouse <[email protected]>
Simplify getGlobalCacheDir, change Windows default (#384)

Simplifies the getGlobalCacheDir function by using
`Directory.getXdgDirectory`, which does most...

96e6c8514f3b5a62dde742b35d9d3a4fd46b1d00 authored over 5 years ago by Steve Baker <[email protected]>
Add flag for specifying config path location (#357)

13cf90cddb1e3e2b7338169d98799b6bc6a54ffe authored over 5 years ago by Justin Woo <[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]>
Update package-sets tag to psc-0.13.2-20190725 (#335)

f36d3697e922c82db9f23ee5ce00e026b99c5c59 authored over 5 years ago by SpacchettiBotti <[email protected]>
Update test template (#334)

7b0d3956a82a7eb17e91a6c72f3a00a29bd64e2a authored over 5 years ago by Justin Woo <[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]>
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]>
Fix missing "commits since last release" in GitHub releases (#326)

41aff2fadd1c4867f200919daa6dcdfb5f17957c authored over 5 years ago by Fabrizio Ferrai <[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]>
Do not overwrite `packages.dhall` when doing `spago init` (#321)

b9db2ca4294edffde2fa1cf4e6358f8a9333640d authored over 5 years ago by Fabrizio Ferrai <[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]>
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]>
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]>
Make `spago run` write a JS file and execute it (#297)

127bac9893e5bed9092230fadd84f8eb614ccc59 authored over 5 years ago by Justin Woo <[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]>
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]>
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]>
Fix build

6d713227faaa34c4a9a39222f437ef58dc1b2a64 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Replace `/`'s in refs for directory names in cache (#258)

2d30786a182b49a69f6b0364e1cb98758aca51c3 authored over 5 years ago by Brandon Martin <[email protected]>
Add Jordan's Spago flowchart for visual overview of workflow (#211)

A flowchart of what Spago does 'under the hood'

19e3725d8cfee8989a130a6658b51af4dcdbd39c authored over 5 years ago by JordanMartinez <[email protected]>
Pull the latest package set version when doing 'init' (#279)

fd021fc55fb43987a930b5d6132588576e9322cf authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add option to pass arguments to node on test/run (#267, #275)

5f86f279b3362cd3b8c8fbf42adbdff214011f28 authored over 5 years ago by M. Ian Graham <[email protected]>
Add --no-install flag for build to prevent automatic installation (#274)

7905d30239d9c449aa3cf4ae1e6797e5f4e7f888 authored over 5 years ago by Justin Woo <[email protected]>
Fix build on Appveyor (#278)

It looks like Appveyor doesn't run the tests anymore after #273, and this seems to fix it 🤔

b2c76f4249c67361723ae7a33ea02e5d68266650 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Add sources to config (#273)

Add `sources` key to config, and migrate existing configs with the old schema.

Default source...

a4ff7810a4c7c81df188dabb2fb23af29c356aad authored over 5 years ago by Valtteri Pajunen <[email protected]>
Report all missing packages (#264)

If there are multiple dependencies which do not exist in the package set instead of just
report...

11c1eb6bb1bca807e4e6fb363aa945c735ffc4ff authored over 5 years ago by Eric Ahlberg <[email protected]>
Add option to clear the screen to spago build/run (#271)

Watch mode only argument --clear-screen (-l) clears the screen on every rebuild.

Example: `sp...

c864383b5e267dfb15684678ba383225892a3c94 authored over 5 years ago by M. Ian Graham <[email protected]>
Improve packages test (#270)

* Fix typo

* Use a fixture when testing missing dependencies

* Add test for checking circu...

99ae8e837b88fe3fca433a83d582d3e0ebe98156 authored over 5 years ago by Eric Ahlberg <[email protected]>
Fix references to internal section (#266)

80fd71325a6b058fb5e4189a51e8c0f20a29d719 authored over 5 years ago by Eric Ahlberg <[email protected]>
Untangle testcases environments (#265)

043a2ad4df78b9920d5debf8c2980f5f987c5b37 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
add json output option for listing packages (#263)

1fdeef2d5dd394e12b636c4ac29af2a68d0641df authored over 5 years ago by Justin Woo <[email protected]>
Update package-sets tag to psc-0.13.0-20190614 (#262)

d21af45bd4b88d677b5162d271d97be67fb1f4f4 authored over 5 years ago by SpacchettiBotti <[email protected]>
Update package-sets tag to psc-0.13.0-20190611 (#261)

eee81859146545dbba87c2d25472b9bf9968d68a authored over 5 years ago by SpacchettiBotti <[email protected]>
0.8.3 → 0.8.4 (#259)

2bb25c79a28cde6011668bc111650eabc8c5a146 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
Skip copy to global cache if we encounter the openBinaryFile problem due to permissions (#260)

It is still possible to encounter the `openBinaryFile: inappropriate type (is a directory)`
iss...

e892018e15b85a285fdc199c7049f5cb085cdba1 authored over 5 years ago by Fabrizio Ferrai <[email protected]>
[Curator] Convert names to lowercase

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