-
-
Notifications
You must be signed in to change notification settings - Fork 348
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
Minor fixes in AnyValue and scons #899
Conversation
Codecov Report
@@ Coverage Diff @@
## main #899 +/- ##
==========================================
+ Coverage 71.11% 71.18% +0.06%
==========================================
Files 376 376
Lines 46201 46200 -1
==========================================
+ Hits 32858 32887 +29
+ Misses 13343 13313 -30
Continue to review full report at Codecov.
|
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 basically fine to me. Could you update the commit "[scons] Small updates/fixes" to have a more descriptive message? It's not immediately obvious what the purpose of these changes is.
d5d2916
to
206bb00
Compare
Sorry for pushing again, but I noticed that the note in |
Will probably add another update for the formatting, as I just found a snippet for Anaconda on windows documenting the status before this PR
All this takes is a couple of |
206bb00
to
891139b
Compare
🎉 ... better:
|
Ensure that a YAML field `some-field: '12345'` is read as a string by the C++ parser
The 'note' indent for the species N2 is not consistent with former CTI/YAML versions; the note is also not identified as string
- Make path separators consistent on Windows post-install message - Update list of Python example folders
891139b
to
0ef12d6
Compare
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 good. Sorry for the delayed review.
NP - I figure you took a well-deserved break 😉 |
Changes proposed in this pull request
some-field: '12345'
is read as a string by the C++ parser (which currently returns an integer)ruamel.yaml
os.path.sep
s in install message on windows)This is a minor fix that is left over after closing #881. Also cherry-picking minor fixes from #892 to ensure that fixes of existing features survive.
Checklist
scons build
&scons test
) and unit tests address code coverage