-
Notifications
You must be signed in to change notification settings - Fork 13.3k
nalgebra and differential-dataflow regressed #42003
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
Comments
broken in which way? do you have an error message or ICE you can share with us? |
nalgebra:
differential-dataflow:
|
Is this fixed now? |
I think |
What about differential-dataflow ? Note that compiling with |
|
OK. Regression. Nominating. |
cc @rust-lang/compiler -- regression, anybody have any ideas? |
|
I've tried to bisect the regression, but all I could find was rust compiler versions where the compilation failed.
Therefore, @Zoxc can you please point to a rustc version where compilation works? |
It did work on a crater run on top of 5aaa606. That looks pretty close to 1.16 stable though. |
Version |
Still fails compilation on 1.9: http://paste.ubuntu.com/24804993/ |
I built 5aaa606 locally and it doesn't work there either :/ |
A bit surprising that we've not seen this in cargobomb runs or other things. I'm inclined to believe that was a bug in that release of differential-dataflow -- but hard to say without closer investigation |
triage: P-high I'm marking this P-high, but mostly because I want to try and confirm if there has been a regression here or not (hence no assignee) |
When |
@frankmcsherry hmm, ok. This is a compilation error though. |
Ah, sorry. The reason I haven't been tracking it is for that reason. The reason there is a compile error above is because the timely_sort crate had a breaking change. It got fixed in master, but can't fix 0.0.3. |
@frankmcsherry thanks! :) I'm going to close this bug then. |
nalgebra v0.10.1 and differential-dataflow v0.0.3 works on 5aaa606, but are broken on 9f15631.
UPDATE: nalgebra fixed, different-dataflow not yet.
The text was updated successfully, but these errors were encountered: