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(Queryable)] using Macros 1.1 #458

Merged
merged 1 commit 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.

/cc @killercup @dtolnay I'm going to merge once CI is green, but if either of you want to take a quick look go for it. This is all straight up extracted from the other PR>

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.
@sgrif sgrif merged commit 3cfbf25 into master Oct 3, 2016
@sgrif sgrif deleted the sg-macros-1-1-queryable branch October 3, 2016 17:53
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