-
Notifications
You must be signed in to change notification settings - Fork 304
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
[Rust] Updated module let bindings #3747
Conversation
ncave
commented
Feb 10, 2024
•
edited
Loading
edited
- [Rust] Updated module let bindings.
- [Rust] Run non-threaded tests on a single thread.
- [Rust] Fixes Rust tests fail in dev container locally #3741.
- [Python] Fixes Explore why Python CI fails from time to time #3750 (hopefully).
You had mentioned in #3741 that this transient failure also affects other language compilations (e.g. python). Can the changes here be repurposed to fix those other issues? |
I'm not exactly sure what's causing the sporadic Python CI issues. They're perhaps less frequent. |
Ah, shucks. Hoped maybe there was an opportunity for 2 birds one stone. In any case, thanks again for looking into this! |
Yes Python errors don't seems to be related to Python runtime but instead something fails something during the Fable compilation. It is always on the same tests and for the same reason:
I will create an issue to track it, and hopefully something will have an idea on how to fix it. |