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 example to probe purescript-foldable-traversable C FFI #27

Merged
merged 2 commits into from
Oct 8, 2018

Conversation

Lupino
Copy link
Collaborator

@Lupino Lupino commented Sep 28, 2018

No description provided.

@felixSchl
Copy link
Collaborator

This is fantastic. Thanks for taking this up (and #26). I'll take a closer look after in a fewer hours after work. We're circling in on being able to run against PureScript's test suite soon, which is exciting.

@felixSchl
Copy link
Collaborator

I've forked foldable-traversable and refs if you'd like to make a pull request there. We also need to get you onto the contributors list, which does not exist yet. I think copying what the PureScript compiler project does would be desirable? https://github.com/purescript/purescript/blob/master/CONTRIBUTORS.md

@Lupino
Copy link
Collaborator Author

Lupino commented Sep 28, 2018

OK

@felixSchl
Copy link
Collaborator

You mind adding a couple more tests around empty arrays, and singleton arrays?

@Lupino Lupino force-pushed the foldable-traversable branch from ab62d92 to 4308de2 Compare October 3, 2018 06:50
@Lupino Lupino force-pushed the foldable-traversable branch from 4308de2 to bd945e3 Compare October 8, 2018 14:57
@Lupino Lupino merged commit 05d1fb4 into pure-c:master Oct 8, 2018
@felixSchl
Copy link
Collaborator

Please, in the future, do not merge your own pull requests. Let's make sure pull requests are reviewed, well considered, and merged by another party instead. I was holding off on merging these because - while useful during building up the libraries - these examples should really be tests, and they should really live in each of the project's respective repositories. It's OK to keep this for now until we complete #12. Once #12 is done, we should be able to add a Makefile to our dependencies and run the tests there - that's how i was testing purescript-integers and it worked well.

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.

2 participants