mirror of
https://github.com/corn-config/corn.git
synced 2026-07-11 06:16:07 +01:00
[PR #5] [MERGED] Add TOML output support #22
Labels
No labels
bug
bug
documentation
enhancement
enhancement
pull-request
tooling
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
corn-config/corn#22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/corn-config/corn/pull/5
Author: @JakeStanger
Created: 1/28/2022
Status: ✅ Merged
Merged: 1/28/2022
Merged by: @JakeStanger
Base:
master← Head:feat/toml📝 Commits (7)
ca08d25test: add separate tests for output formatsfbcde47test: add script for generating test output dataec7c839feat: improved error handling for parsers22089c9fix: remove broken output type from extension code8edf930feat: toml support1354dc6docs: update readme28459b8style: run fmt📊 Changes
77 files changed (+668 additions, -74 deletions)
View changed files
📝
Cargo.lock(+17 -0)📝
Cargo.toml(+5 -1)📝
README.md(+2 -1)➕
assets/inputs/object_in_array.corn(+3 -0)➕
assets/inputs/value_after_table.corn(+4 -0)📝
assets/outputs/json/array.json(+1 -1)📝
assets/outputs/json/basic.json(+1 -1)📝
assets/outputs/json/basic_empty_let.json(+1 -1)📝
assets/outputs/json/boolean.json(+1 -1)📝
assets/outputs/json/chained.json(+1 -1)📝
assets/outputs/json/chained_complex.json(+1 -1)📝
assets/outputs/json/comment.json(+1 -1)📝
assets/outputs/json/compact.json(+1 -1)📝
assets/outputs/json/complex.json(+1 -1)📝
assets/outputs/json/environment_variable.json(+1 -1)📝
assets/outputs/json/float.json(+1 -1)📝
assets/outputs/json/input.json(+1 -1)📝
assets/outputs/json/integer.json(+1 -1)➕
assets/outputs/json/invalid.json(+0 -0)➕
assets/outputs/json/invalid_input.json(+0 -0)...and 57 more files
📄 Description
Resolves #1
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.