Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sources to config #273

Merged
merged 10 commits into from
Jun 16, 2019
Merged

Add sources to config #273

merged 10 commits into from
Jun 16, 2019

Conversation

vapaj
Copy link
Collaborator

@vapaj vapaj commented Jun 16, 2019

Description of the change

Add key sources to config (fix #173)
Default source paths are [ "src/**/*.purs", "test/**/*.purs" ].

Copy link
Member

@f-f f-f left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! ❤️

@f-f f-f merged commit a4ff781 into purescript:master Jun 16, 2019
@f-f f-f mentioned this pull request Jun 17, 2019
f-f added a commit that referenced this pull request Jun 17, 2019
It looks like Appveyor doesn't run the tests anymore after #273, and this seems to fix it 🤔
elliotdavies pushed a commit to elliotdavies/spago that referenced this pull request Jul 1, 2019
Add `sources` key to config, and migrate existing configs with the old schema.

Default source paths are `[ "src/**/*.purs", "test/**/*.purs" ]`
elliotdavies pushed a commit to elliotdavies/spago that referenced this pull request Jul 1, 2019
It looks like Appveyor doesn't run the tests anymore after purescript#273, and this seems to fix it 🤔
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add "sources" config key
2 participants