Skip to content
This repository was archived by the owner on May 1, 2020. It is now read-only.

Adding support for PureScript 0.9.1 and newer #61

Merged
merged 3 commits into from
Jun 6, 2016
Merged

Conversation

ethul
Copy link
Contributor

@ethul ethul commented Jun 4, 2016

Resolves #60 and resolves #59

@garyb Just wondered if you had any thoughts on this PR. Thanks!

@kritzcreek
Copy link

Skimmed through and it looks good! Only two things related to imports. Why did you explicitly write out Data.Array members when you are fully qualifiying it anyway? And you don't need to explicitly list Prelude members since you can have one implicit import per file.

@ethul
Copy link
Contributor Author

ethul commented Jun 5, 2016

@kritzcreek Thanks for taking a look!

I see your point about Data.Array. I suppose there is no benefit to write out the members being used since it is qualified. I can update this.

For the Prelude, I am thinking that it is clearer to see what is being used. Is there a drawback to writing out the members here? Or is it is not considered proper practice?

@kritzcreek
Copy link

No drawbacks. Just something I regularly see and do... but I actually kind of like the explicit imports here because they're few

@ethul
Copy link
Contributor Author

ethul commented Jun 5, 2016

Sounds good. I've updated Data.Array. I will push the release tonight or tomorrow. Thanks again!

@garyb
Copy link
Member

garyb commented Jun 6, 2016

Looks great to me 👍

I think Aff has been updated now too, so you should be able to use a real dependency for that.

@ethul
Copy link
Contributor Author

ethul commented Jun 6, 2016

Great! Thanks for taking a look. I will update the Aff dependency.

On Sunday, 5 June 2016, Gary Burgess [email protected] wrote:

Looks great to me 👍

I think Aff has been updated now too, so you should be able to use a real
dependency for that.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#61 (comment),
or mute the thread
https://github.com/notifications/unsubscribe/AAVYy95H28UuSEmgyEpJ9ah7JbD-FW5Uks5qI2jogaJpZM4IuO8b
.

@ethul ethul merged commit d7f9e7b into master Jun 6, 2016
@ethul ethul deleted the topic/issue-60 branch June 6, 2016 02:00
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support PureScript 0.9.1 How to add --json-errors flag?
3 participants