-
Notifications
You must be signed in to change notification settings - Fork 3
Use Typst's JSON dep file (with outputs) #22
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
Open
tovrstra
wants to merge
5
commits into
reproducible-reporting:main
Choose a base branch
from
tovrstra:json-deps
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
82d0b53
Use Typst's JSON dep file (with outputs)
tovrstra f1c0498
Add example, few cleanups
tovrstra 2fdf4dc
Fix for current development version of Typst (post 0.14)
tovrstra 073c1be
Merge branch 'main' into json-deps
tovrstra 9559604
Merge branch 'main' into json-deps
tovrstra 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
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
24 changes: 0 additions & 24 deletions
24
tests/examples/compile_typst_dep_error/expected_stdout.txt
This file was deleted.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
tests/examples/compile_typst_dep/.gitignore → tests/examples/compile_typst_deps/.gitignore
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,7 +1,7 @@ | ||
| .stepup | ||
| current* | ||
| document.pdf | ||
| document.dep | ||
| document.deps.json | ||
| image.jpg | ||
| document1.pdf | ||
| reproducibility_inventory.txt |
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
1 change: 1 addition & 0 deletions
1
...amples/compile_typst_dep_error/.gitignore → ...mples/compile_typst_deps_error/.gitignore
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,4 +1,5 @@ | ||
| .stepup | ||
| current* | ||
| document.pdf | ||
| document.deps.json | ||
| data.yaml |
File renamed without changes.
File renamed without changes.
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
20 changes: 20 additions & 0 deletions
20
tests/examples/compile_typst_deps_error/expected_stdout.txt
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 |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| 0/0 | STARTUP │ (Re)initialized boot script | ||
| 0/0 | DIRECTOR │ Launched worker 0 | ||
| 0/1 | PHASE │ run | ||
| 0/1 | START │ runpy ./plan.py | ||
| 1/3 | SUCCESS │ runpy ./plan.py | ||
| 1/3 | START │ compile-typst --keep-deps document.typ | ||
| 1/3 | RESCHEDULE │ compile-typst --keep-deps document.typ | ||
| ──────────────── Rescheduling due to unavailable amended inputs ──────────────── | ||
| Missing inputs and/or required directories: | ||
| data.yaml | ||
| ──────────────────────────────────────────────────────────────────────────────── | ||
| 1/3 | START │ runsh echo 'fixed: new' > data.yaml | ||
| 2/3 | SUCCESS │ runsh echo 'fixed: new' > data.yaml | ||
| 2/3 | START │ compile-typst --keep-deps document.typ | ||
| 3/3 | SUCCESS │ compile-typst --keep-deps document.typ | ||
| 3/3 | DIRECTOR │ Trying to delete 0 outdated output(s) | ||
| 3/3 | WARNING │ Check logs: .stepup/warning.log | ||
| 3/3 | PHASE │ watch | ||
| 3/3 | DIRECTOR │ Stopping workers | ||
| 3/3 | DIRECTOR │ See you! |
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
File renamed without changes.
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,3 +1,4 @@ | ||
| .stepup | ||
| current* | ||
| error.pdf | ||
| error.deps.json |
Oops, something went wrong.
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.