-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
YAML - "Like Python, sets are just maps with null values" - Wrong #3098
Comments
divayprakash
added a commit
that referenced
this issue
Oct 27, 2018
[yaml/en] Correct wording, closes #3098
justin-themedium
added a commit
to justin-themedium/learnxinyminutes-docs
that referenced
this issue
Nov 17, 2021
This contains translations: 7d6d031 [yaml/en] Remove unused anchor f2b4df9 UTF-8/16/32 characters need to be encoded 699ab98 Correct wording, closes adambard#3098 62e9ea6 Explain regexp, closes adambard#2197 dba905f Fix YAML, closes adambard#3172 (adambard#3329) 7cd43d8 [yaml/en] Use preferred style; add missing uses ae1d18a [yaml/en] Fix adambard#2558 1 is interpreted as a number not as a boolean. For a boolean use we use true Signed-off-by: Justin Yang <justin.yang@themedium.io>
6 tasks
justin-themedium
added a commit
to justin-themedium/learnxinyminutes-docs
that referenced
this issue
Nov 17, 2021
This contains translations: 7d6d031 [yaml/en] Remove unused anchor f2b4df9 UTF-8/16/32 characters need to be encoded 699ab98 Correct wording, closes adambard#3098 62e9ea6 Explain regexp, closes adambard#2197 dba905f Fix YAML, closes adambard#3172 (adambard#3329) 7cd43d8 [yaml/en] Use preferred style; add missing uses ae1d18a [yaml/en] Fix adambard#2558 1 is interpreted as a number not as a boolean. For a boolean use we use true Signed-off-by: Justin Yang <justin.yang@themedium.io>
justin-themedium
added a commit
to justin-themedium/learnxinyminutes-docs
that referenced
this issue
Nov 17, 2021
This contains translations: 7d6d031 [yaml/en] Remove unused anchor f2b4df9 UTF-8/16/32 characters need to be encoded 699ab98 Correct wording, closes adambard#3098 62e9ea6 Explain regexp, closes adambard#2197 dba905f Fix YAML, closes adambard#3172 (adambard#3329) 7cd43d8 [yaml/en] Use preferred style; add missing uses ae1d18a [yaml/en] Fix adambard#2558 1 is interpreted as a number not as a boolean. For a boolean use we use true Signed-off-by: Justin Yang <justin.yang@themedium.io>
justin-themedium
added a commit
to justin-themedium/learnxinyminutes-docs
that referenced
this issue
Nov 17, 2021
This contains translations: 7d6d031 [yaml/en] Remove unused anchor f2b4df9 UTF-8/16/32 characters need to be encoded 699ab98 Correct wording, closes adambard#3098 62e9ea6 Explain regexp, closes adambard#2197 dba905f Fix YAML, closes adambard#3172 (adambard#3329) 7cd43d8 [yaml/en] Use preferred style; add missing uses ae1d18a [yaml/en] Fix adambard#2558 1 is interpreted as a number not as a boolean. For a boolean use we use true Signed-off-by: Justin Yang <justin.yang@themedium.io>
justin-themedium
added a commit
to justin-themedium/learnxinyminutes-docs
that referenced
this issue
Nov 17, 2021
This contains translations: 7d6d031 [yaml/en] Remove unused anchor f2b4df9 UTF-8/16/32 characters need to be encoded 699ab98 Correct wording, closes adambard#3098 62e9ea6 Explain regexp, closes adambard#2197 dba905f Fix YAML, closes adambard#3172 (adambard#3329) 7cd43d8 [yaml/en] Use preferred style; add missing uses ae1d18a [yaml/en] Fix adambard#2558 1 is interpreted as a number not as a boolean. For a boolean use we use true Signed-off-by: Justin Yang <justin.yang@themedium.io>
Menelion
pushed a commit
that referenced
this issue
Nov 27, 2021
This contains translations: 7d6d031 [yaml/en] Remove unused anchor f2b4df9 UTF-8/16/32 characters need to be encoded 699ab98 Correct wording, closes #3098 62e9ea6 Explain regexp, closes #2197 dba905f Fix YAML, closes #3172 (#3329) 7cd43d8 [yaml/en] Use preferred style; add missing uses ae1d18a [yaml/en] Fix #2558 1 is interpreted as a number not as a boolean. For a boolean use we use true Signed-off-by: Justin Yang <justin.yang@themedium.io>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In Python, sets are different objects than dicts, with different operations and semantics. They both use hashes, but that's really the only similarity.
Perhaps you're thinking of Javascript.
The text was updated successfully, but these errors were encountered: