-
-
Notifications
You must be signed in to change notification settings - Fork 371
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
Boot files #2377
Boot files #2377
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine to me, I will try to come up with a test case.
I tested that this also closes #2385. |
maybe a regression test based on #2385 would be great, sad it is not reproducible with the simple case described in the issue |
@jneira I discovered at the end of writting the issue that boot file may be involved. So my repro without boot file was not succesful. I was at work, so a bit busy by "we need to fix HLS right now", but I'll try to write a repro when I'll get a bit of time. |
Perhaps the boot5688 test in the GHC tree triggers this case? |
4c77921
to
a4877b5
Compare
That worked, it fails without this patch and succeeds with it. Test added now, thanks Matt. |
Damned, I did not saw @mpickering answer before starting to work on my repro. Here is my repro: https://github.com/guibou/hls_repro_2385, in case it may help. In any case, thank you for providing a solution for this problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, regression test included, thanks @pepeiborra for the fix and everyone for the help
Will cut a 5.1 release asap after merge this
Thanks for working in the repro anyways 👍 |
there are almost as flaky tests in ubuntu than windows lately 😟 |
Fixes the regression in #2365 addressing 2 problems identified by @mpickering and @wz1000
Tested with the repros described in that ticket (using the ghc codebase).
Does not_fix #2362 but that appears to be a slightly different problem (and verified it's not a regression).
I don't know if I'll have time to add a new test before next weekend