-
Notifications
You must be signed in to change notification settings - Fork 2
feat: use multi-output predicates #49
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
ax0
wants to merge
30
commits into
main
Choose a base branch
from
multi-outputs
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 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
1a2dbdd
Port @artwyman's BatchDef, ItemInBatch, AllItemsInBatch predicates
arnaucube e8af4c6
add st_{batch/item}_def, st_item_in_batch methods; pending update macro
arnaucube e73940c
Adjust predicates
ax0 2288bb7
WIP
ax0 de016a6
Fix commitlib tests
ax0 e608127
Change itemdef statement method signature
ax0 3269e08
Update craftlib
ax0 936c403
Use HashMap for keys
ax0 ecb3cc9
Update app
ax0 e953251
small fixes, identify the cause of the error at the Synchronizer veri…
arnaucube c777b15
Fix committing & verifying
ax0 ffc39b9
Merge branch 'main' into multi-outputs
ax0 94d2a49
Form item POD in steps
ax0 345a8ad
Clean-up
ax0 85242b7
wip draft DisassembleStone into 2 outputs predicates
arnaucube 2c1bf8c
fix DisassembleStone related predicates
arnaucube c5e0108
draft multi-outputs DisassembleStone rust statements methods
arnaucube 7cde696
Complete statement methods
ax0 161b2ce
(wip) integrate multi-outputs crafting into the app_cli
arnaucube 1d6d4de
add ui elems for multi-outputs DisassembleStone into Dust+Gem (not ye…
arnaucube 1bb36f3
Fix CLI
ax0 9631c5c
Fix mock mode toggle
ax0 f853b36
Clippy
ax0 6a1dbbc
Code review
ax0 4c60ce2
Fix GUI flow
ax0 8e222e1
Remove print statements
ax0 6a2ddf4
fix multi-output outputs file naming (& ui icons), parametrize & redu…
arnaucube 3876041
Fix CLI
ax0 d8075cb
Drop unnecessary PODs when crafting
ax0 7e2d79a
rm shell.nix file
arnaucube 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
Some comments aren't visible on the classic Files Changed page.
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
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 |
|---|---|---|
|
|
@@ -8,7 +8,7 @@ let | |
| wayland | ||
| wayland.dev | ||
| wayland-protocols | ||
| sway | ||
| emacs | ||
|
||
| mesa | ||
| mesa-gl-headers | ||
| egl-wayland | ||
|
|
||
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this TODO sounds good, I suggest applying this already.