-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Test TOML #1012
Test TOML #1012
Conversation
bors try |
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.
Looks great to me, let's see how Bors feels about it.
tryBuild failed |
seems unrelated |
Sometimes the network connection is faulty bors try |
tryBuild succeeded |
bors try |
tryBuild succeeded |
please squash to one commit and then we can merge. |
We can also just use the GitHub squash and merge button... |
Yea. Btw, my suggested way to test on multiple julia versions seems to not work... |
Squashed and (I believe) fixed the multiple Julia version testing |
It's a bit awkward that one must repeat the script part etc for each stage, but seems to be no other way... bors r+ |
1012: Test TOML r=fredrikekre a=iamed2 Co-authored-by: Eric Davies <[email protected]>
Build failed |
bors try |
Nice, seems to work. bors r+ |
1012: Test TOML r=fredrikekre a=iamed2 Co-authored-by: Eric Davies <[email protected]>
tryBuild succeeded |
I added a fake uuid for the TOML package, do you think something specific should go there?
Includes #1010
I modified number printing to fix the printing test. @StefanKarpinski does this impact you? I noticed you made the change that printed quoted values as a fallback.