-
Notifications
You must be signed in to change notification settings - Fork 20
Toon Spec 3.0 #23
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
Merged
Merged
Toon Spec 3.0 #23
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
ecef101
Implemented Specs v3.0
krlosflipdev 16d35fb
- Removed `IsIdentifierSegment` and `IdentifierPattern` from `PathExp…
krlosflipdev 64a00e7
Update README.md
krlosflipdev 1e079c2
Fixes
krlosflipdev 1d4f35a
Revert "Fixes"
krlosflipdev db0db15
Fixes
krlosflipdev 898b54c
Fixed tests
krlosflipdev f2f5f48
Updated tests
krlosflipdev 4651a38
Fixed tests on windows
krlosflipdev 843c3d9
feat: Ensure numeric values are fully represented
ghost1face 7bb5305
feat: Remove LengthMarker references
ghost1face 5358db6
chore: Remove unused converters
ghost1face b01d468
chore: Test cleanup
ghost1face b1a3501
chore: Change test project structure, manual tests/specs are no longe…
ghost1face 32a87d9
feat: Test to validate issue #7 is resolved
ghost1face b21f376
chore: Default namespaces to Toon.Format
ghost1face e3fa6ad
chore: Regenerate test file for appropriate line endings
ghost1face 9c709b3
Update README.md
ghost1face 1b1ba37
Update README.md
ghost1face 3a5ef0f
chore: Code cleanup based on code review
ghost1face 38198e8
Merge remote-tracking branch 'origin/full-spec-2' into full-spec-2
ghost1face File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| # generate spec | ||
| $GH_REPO = "https://github.com/toon-format/spec.git" | ||
| $OUT_DIR = "./tests/ToonFormat.Tests" | ||
| $OUT_DIR = "./tests/ToonFormat.Tests/GeneratedTests" | ||
|
|
||
| # build and execute spec generator | ||
| dotnet build tests/ToonFormat.SpecGenerator | ||
|
|
||
| dotnet run --project tests/ToonFormat.SpecGenerator -- --url="$GH_REPO" --output="$OUT_DIR" --branch="v2.0.0" --loglevel="Information" | ||
| dotnet run --project tests/ToonFormat.SpecGenerator -- --url="$GH_REPO" --output="$OUT_DIR" --branch="v3.0.0" --loglevel="Information" |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| # generate spec | ||
| GH_REPO="https://github.com/toon-format/spec.git" | ||
| OUT_DIR="./tests/ToonFormat.Tests" | ||
| # build and execute spec generator | ||
| dotnet build tests/ToonFormat.SpecGenerator | ||
| dotnet run --project tests/ToonFormat.SpecGenerator -- --url="$GH_REPO" --output="$OUT_DIR" --branch="v2.0.0" --loglevel="Information" | ||
| # generate spec | ||
| GH_REPO="https://github.com/toon-format/spec.git" | ||
| OUT_DIR="./tests/ToonFormat.Tests/GeneratedTests" | ||
|
|
||
| # build and execute spec generator | ||
| dotnet build tests/ToonFormat.SpecGenerator | ||
|
|
||
| dotnet run --project tests/ToonFormat.SpecGenerator -- --url="$GH_REPO" --output="$OUT_DIR" --branch="v3.0.0" --loglevel="Information" |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.