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

feat: add yaml.dump func #12

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open

feat: add yaml.dump func #12

wants to merge 8 commits into from

Conversation

snowyu
Copy link

@snowyu snowyu commented Jun 21, 2021

No description provided.

Riflio pushed a commit to Riflio/lua-yaml that referenced this pull request Jan 30, 2023
feat(yaml.lua): Add support check YAML version tag
feat(yaml.lua): dump to yaml (author @snowyu, PR exosite#12)
fix(yaml.lua): negative numbers as properties should not parse as a list (author @FreeMasen, PR exosite#11)
fix(yaml.lua): timestamp timezone
fix(yaml.lua): only parsing first block hash with indent==0
fix(yaml.lua): parsing block after empty row
feat(samples): Check comments
fix(samples): timezone
feat(samples): Check negative numbers as properties
PavelK and others added 4 commits February 2, 2023 15:28
feat(yaml.lua): Add support check YAML version tag
feat(yaml.lua): dump to yaml (author @snowyu, PR exosite#12)
fix(yaml.lua): negative numbers as properties should not parse as a list (author @FreeMasen, PR exosite#11)
fix(yaml.lua): timestamp timezone
fix(yaml.lua): only parsing first block hash with indent==0
fix(yaml.lua): parsing block after empty row
feat(samples): Check comments
fix(samples): timezone
feat(samples): Check negative numbers as properties
fix(liblua): Inline arrah/hash comments
@snowyu
Copy link
Author

snowyu commented Jun 27, 2023

@RealPacket thanks, fixed.

@snowyu
Copy link
Author

snowyu commented Sep 6, 2023

@RealPacket no syntax error for your example:

x:
  y:
    - {}
    -
      a: 2

tionis pushed a commit to tionis/lua-yaml that referenced this pull request Dec 1, 2023
…k YAML version tag feat(yaml.lua): dump to yaml (author @snowyu, PR exosite#12) fix(yaml.lua): negative numbers as properties should not parse as a list (author @FreeMasen, PR exosite#11) fix(yaml.lua): timestamp timezone fix(yaml.lua): only parsing first block hash with indent==0 fix(yaml.lua): parsing block after empty row feat(samples): Check comments fix(samples): timezone feat(samples): Check negative numbers as properties

Signed-off-by: tionis <[email protected]>
tionis pushed a commit to tionis/lua-yaml that referenced this pull request Dec 1, 2023
…k YAML version tag feat(yaml.lua): dump to yaml (author @snowyu, PR exosite#12) fix(yaml.lua): negative numbers as properties should not parse as a list (author @FreeMasen, PR exosite#11) fix(yaml.lua): timestamp timezone fix(yaml.lua): only parsing first block hash with indent==0 fix(yaml.lua): parsing block after empty row feat(samples): Check comments fix(samples): timezone feat(samples): Check negative numbers as properties

Signed-off-by: tionis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant