-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Chalk hang in Ajour #7796
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
CC @detrumi you might want to take a look at this. |
Chalk hangs on this goal:
It then keeps on expanding:
|
Marking as "broken window" because it's a bad issue that can make people think RA doesn't work at all. Marking "unactionable" because we need to wait for a chalk fix. |
@flodiebold IIRC, we use fuel for chalk, right? Is there perhaps some quick fix here to make this run out of fuel, rather than completely hang? |
The recursive solver doesn't support fuel, and IIRC it's kind of hard to implement there 🤔 |
Heh, this shows the depth of my knowledge about our current state of type inference. I had a vague feeling that something happened to chalk fuel... |
There were also the plans with making the recursive solver cacheable through Salsa, which I think would make fuel even harder (unless we implement it in Salsa? 🤔 ) |
I suspect a lot of these turned into type inference issues. But chalk is mostly abandoned so we can't do anything about it in the short/medium term. |
anythings better than hangs though, and as these are mainly chalk issues they are out of our hands anyways. I don't think we gain much from having a bunch of them open. |
https://github.com/ajour/ajour/
Minimized code:
The text was updated successfully, but these errors were encountered: