Closed
Conversation
Member
Author
|
merged in 507a464 |
ggould-tri
added a commit
to ggould-tri/drake
that referenced
this pull request
Jun 11, 2020
* pyyaml changed its default flow semantics in yaml/pyyaml#256 * We must override the default with the magic tribool value `None` * Fixes 13541
ggould-tri
added a commit
to ggould-tri/drake
that referenced
this pull request
Jun 11, 2020
* pyyaml changed its default flow semantics in yaml/pyyaml#256 * We must override the default with the magic tribool value `None` * Fixes 13541
ggould-tri
added a commit
to ggould-tri/drake
that referenced
this pull request
Jun 11, 2020
* pyyaml changed its default flow semantics in yaml/pyyaml#256 * We must override the default with the magic tribool value `None` * Fixes RobotLocomotion#13541
ggould-tri
added a commit
to ggould-tri/drake
that referenced
this pull request
Jun 12, 2020
* pyyaml changed its default flow semantics in yaml/pyyaml#256 * We must override the default with the magic tribool value `None` * Fixes RobotLocomotion#13541
ggould-tri
added a commit
to RobotLocomotion/drake
that referenced
this pull request
Jun 15, 2020
* Force older and newer yaml.dump to give the same output * pyyaml changed its default flow semantics in yaml/pyyaml#256 * We must override the default with the magic tribool value `None` * Fixes #13541
Totktonada
added a commit
to tarantool/test-run
that referenced
this pull request
Sep 14, 2020
Set flow style (JSON-like) explicitly instead of block style to don't break indentation. Before the patch (incorrect): | - - app-tap/iconv.test.lua | - null After the patch: | - [app-tap/iconv.test.lua, null] The default was changed in [1]. [1]: yaml/pyyaml#256
Totktonada
added a commit
to tarantool/test-run
that referenced
this pull request
Sep 14, 2020
Set flow style (JSON-like) explicitly instead of block style to don't break indentation. Before the patch (incorrect): | - - app-tap/iconv.test.lua | - null After the patch: | - [app-tap/iconv.test.lua, null] The default was changed in [1]. [1]: yaml/pyyaml#256
This was referenced Mar 9, 2021
This was referenced Mar 14, 2021
takuti
added a commit
to takuti/prelims
that referenced
this pull request
Jan 15, 2022
* sklearn 1.0+ requires Python 3.7+ * sklearn's minimum numpy dependency is 1.14.6 * PyYAML 5.1 introduced several backward-incompatile changes that we already adapted, including: - yaml/pyyaml#254 - yaml/pyyaml#256
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #199
Falsewill output block style always.Truewill output flow style always.Nonewill output flow style only for the collections which consistsonly of scalars.
Output: