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

Fine-grained reacts poorly to missing core cache files #4909

Open
msullivan opened this issue Apr 13, 2018 · 1 comment
Open

Fine-grained reacts poorly to missing core cache files #4909

msullivan opened this issue Apr 13, 2018 · 1 comment

Comments

@msullivan
Copy link
Collaborator

msullivan commented Apr 13, 2018

If the cache for builtins can't be loaded, fine-grained will basically always crash trying to create builtins.objects. There are some crashes if it can't loading typing also, maybe other things.

The solution is probably to fall back to not using a cache if the most critical cache files are missing, but I get a handful of test failures where we produce additional errors when I do that, so it will require a bit more work.

#4909 (comment)

@ethanhs
Copy link
Collaborator

ethanhs commented Sep 30, 2022

If the cache for builtins can't be loaded

How does this come about? I'm pretty sure the cache should always have builtins written out, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants