Skip to content
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

Closed
erezsh opened this issue Mar 25, 2018 · 0 comments · Fixed by #4272
Closed

YAML - "Like Python, sets are just maps with null values" - Wrong #3098

erezsh opened this issue Mar 25, 2018 · 0 comments · Fixed by #4272

Comments

@erezsh
Copy link

erezsh commented Mar 25, 2018

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.

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>
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
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants