-
Notifications
You must be signed in to change notification settings - Fork 470
Fix issue with bytes_to_string in library. #5580
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
Conversation
@TheSpyder take a look at this fix -- does it work for you? |
The situation of |
That looks like it'll work, yes. The |
I wasn't paying enough attention. RC1 has the same issue - the code I said replaced |
Would you create a PR? |
I'm trying, but figuring out how to run a locally built compiler in my project is turning into a hassle. I got it working, but after changing the reference and rebuilding it was completely broken 🤷♂️ I guess I could still make the PR, the code changes are correct now. |
Thank you. (there's a makefile too though it's ongoing. For your case: "make clean && make test" should do. |
Ah I was just following the contribution guide and didn’t notice the Makefile. Thanks for the tip, I’ll see if that helps later this afternoon. |
Didn't help. I'm at a loss as to why sometimes the local build works in my project and other times it fails with a syntax error. |
If it can "help", the build is no deterministic. Still haven't figured out where but definitely there are race conditions. |
The build completes successfully, it's the compiler executable it builds that is behaving differently. It's acting like it has a different version of the syntax that isn't quite right. |
Is the same executable behaving differently or is there a recompile in between? |
A recompile. On two macs it worked once and then I switched to my branch and never again, even after switching back to master and cleaning everything. |
Fixes #5573