Remove double colon in Hash keys (:sym: "value" → sym: "value")#1003
Open
amomchilov wants to merge 8 commits into
Open
Remove double colon in Hash keys (:sym: "value" → sym: "value")#1003amomchilov wants to merge 8 commits into
:sym: "value" → sym: "value")#1003amomchilov wants to merge 8 commits into
Conversation
:sym: → sym:):sym: "value" → sym: "value")
:sym: "value" → sym: "value"):sym: "value" → sym: "value")
Member
|
Are VS Code's pictures reversed? |
Author
|
@st0012 Yes they were. Fixed! 😅 |
This was referenced Jul 28, 2023
ono-max
approved these changes
Dec 10, 2023
amomchilov
force-pushed
the
plain-symbol-keys
branch
2 times, most recently
from
January 4, 2024 04:48
46c0421 to
7e3c8f1
Compare
amomchilov
force-pushed
the
plain-symbol-keys
branch
from
November 14, 2024 21:31
7e3c8f1 to
79430da
Compare
These values are assumed to be 0 if they're missing.
st0012
force-pushed
the
plain-symbol-keys
branch
from
December 18, 2024 21:09
79430da to
74d6047
Compare
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.
This PR depends on the changes in #1001. Only this last commit of this PR is unique to this change.
Description
:after the key, so the final result looks closer Ruby's Hash syntax, like:{ sym: 1 }Here's an example for this hash: