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

Update to Macros 1.1 #1

Closed
dtolnay opened this issue Nov 7, 2016 · 4 comments
Closed

Update to Macros 1.1 #1

dtolnay opened this issue Nov 7, 2016 · 4 comments

Comments

@dtolnay
Copy link

dtolnay commented Nov 7, 2016

Check out treeflection_derive for an example of the new system, the RFC for the motivation around why code written against Macros 1.1 will be more stable than using plugin_registrar, and the tracking issue to keep up with progress on stabilizing Macros 1.1.

@JelteF
Copy link
Owner

JelteF commented Jan 5, 2017

I'm gonna be looking in to this now.

@JelteF
Copy link
Owner

JelteF commented Jan 5, 2017

This seems to be way more work than I hoped my progress can be seen on the macros-1.1 branch.

@JelteF
Copy link
Owner

JelteF commented Jan 9, 2017

It's taking some time, but I'm making serious progress. The only thing that still needs to be converted are the mul_like derives 😄.

@JelteF
Copy link
Owner

JelteF commented Jan 11, 2017

I just released version 0.4.0 which passes all previously created tests with Macros 1.1 :), The lib now works on the beta channel!

Thanks for the great quote and syn libraries. The new code is much nicer and more readable.

@JelteF JelteF closed this as completed Jan 11, 2017
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

No branches or pull requests

2 participants