-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Regression in nametable_codegen-0.1.2, Rust 1.17 #40960
Comments
Also affects pgrustxn-sys cc @posix4e |
Er sorry @ernestrc it's actually quasi-codegen cc @erickt |
Those are some super old versions of syntex and quasi. Is this being run with rust nightly? We could try to release a minor version bump to syntex 0.31 and quasi 0.9 that fixes this if you'd like. |
The full report is online with versions and everything. |
Pgrustsys is happy to upgrade. Thanks for looking out though!
…On Fri, Mar 31, 2017 at 2:25 PM Alex Crichton ***@***.***> wrote:
The full report
<https://brson.github.io/cargobomb-reports/stable-v-nightly-2017-03-29/index.html>
is online with versions and everything.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40960 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAxN210hgZ2Sfm5-xkgUXSvR61a0WSKyks5rrUUcgaJpZM4Mv8P9>
.
|
Relevant function: pub fn expand_quote_item<'cx>(cx: &mut ExtCtxt,
sp: Span,
tts: &[TokenTree])
-> Box<base::MacResult+'cx> {
let expanded = expand_parse_call(cx, sp, "parse_item_panic", vec!(), tts);
base::MacEager::expr(expanded)
} note: this error is the result of a recent bug fix; for more information, see issue #33685 pub fn expand_quote_item<'cx>(cx: &'cx mut ExtCtxt, |
I thought I saw this bug before. I believe I fixed this same bug in https://github.com/serde-rs/syntex/tree/v0.29.x. I think we need a statute of limitations on these bugs, since I don't necessarily want to keep updating these old branches :) We can cut a branch for 0.31.x but do we know if there are other old versions of syntex out there that also have this bug? We've done 64 releases so far, so we're not too excited about having to fix this in all the other releases. |
Hi, thanks for mentioning this, but actually i found that the implementation of the crate |
I just uploaded a new version to get it working again. @brson |
Resolved in #38897. That is indeed relnotes. |
Thanks @arielb1! |
Thanks @crlf0710! |
https://github.com/crlf0710/nametable
cc @crlf0710
The text was updated successfully, but these errors were encountered: