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

Replace the use of void* by encore_arg_t #97

Merged
merged 4 commits into from
Feb 19, 2015

Conversation

kikofernandez
Copy link
Contributor

Replace the use of void* by encore_arg_t in parametric classes, methods and functions and closures relying on type variables

@kikofernandez
Copy link
Contributor Author

@EliasC I give you this one since you might recall if we forgot something. Thanks!

@EliasC
Copy link
Contributor

EliasC commented Feb 19, 2015

Looks good! This commit cleans up a lot of annoying redundancies (and should help us avoid a bunch of warnings from clang). There is some boyscouting to be done (such as foo $ (...) and sequences of let that only needs the first let) but I think we could leave that for a later larger cleanup commit.

@EliasC EliasC closed this Feb 19, 2015
@kikofernandez
Copy link
Contributor Author

thanks for the review!

@kikofernandez kikofernandez reopened this Feb 19, 2015
@kikofernandez
Copy link
Contributor Author

You need to merge it if it looks good, not close it! 🎱

EliasC added a commit that referenced this pull request Feb 19, 2015
Replace the use of void* by encore_arg_t
@EliasC EliasC merged commit 870c8d6 into parapluu:new-ponyrt Feb 19, 2015
@EliasC EliasC deleted the features/encore_arg_t branch February 19, 2015 15:41
@EliasC
Copy link
Contributor

EliasC commented Feb 19, 2015

Sorry, I thought I clicked merge first...

@kikofernandez
Copy link
Contributor Author

no problem, thanks!

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