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

Re-implement #[derive(Identifiable)] using Macros 1.1 #460

Merged
merged 2 commits into from
Oct 3, 2016

Conversation

sgrif
Copy link
Member

@sgrif sgrif commented Oct 3, 2016

This was extracted from #453.

Going forward Macros 1.1 is the intended path of stabilization for
procedural macros, so diesel_codegen will need to be rewritten to use
it.

Much of the helper code around this is a direct port of the libsyntax
version of our code, rewritten to use syn instead.

Close #453.

sgrif added 2 commits October 3, 2016 12:45
This was extracted from #453.

Going forward Macros 1.1 is the intended path of stabilization for
procedural macros, so `diesel_codegen` will need to be rewritten to use
it.

Much of the helper code around this is a direct port of the libsyntax
version of our code, rewritten to use `syn` instead.
…g Macros 1.1

This was extracted from #453.

Going forward Macros 1.1 is the intended path of stabilization for
procedural macros, so `diesel_codegen` will need to be rewritten to use
it.

Much of the helper code around this is a direct port of the libsyntax
version of our code, rewritten to use `syn` instead.

Close #453.
@sgrif sgrif merged commit d6718c8 into master Oct 3, 2016
@sgrif sgrif deleted the sg-macros-1-1-insertable.rs branch October 3, 2016 18:12
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.

1 participant