-
Notifications
You must be signed in to change notification settings - Fork 1
feat: flint update command, explicit JAR flag, v0.20.0 #146
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
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
70257b5
chore: remove lint:pre-commit task — use FLINT_FAST_ONLY env var instead
zeitlinger 2113c54
fix(windows): replace self-executing JAR heuristic with explicit regi…
zeitlinger 43d69c2
fix: rename .java_jar() to .windows_java_jar(); fix missing field in …
zeitlinger 7cc2343
feat: bail on obsolete mise.toml tool keys during flint run
zeitlinger b1051b0
feat: add flint update command to migrate obsolete mise.toml tool keys
zeitlinger 473a5b1
style: apply cargo-fmt formatting
zeitlinger d8b2841
test: add e2e cases for version, hook install, and update commands
zeitlinger 3ea05cd
docs: add 'Why not Husky?' section
zeitlinger 8af68e7
fix(tests): add missing files/ dirs; fix TOML string escapes for newl…
zeitlinger f8360ad
chore: set version to 0.20.0, switch release-please to rust type
zeitlinger 803f96e
chore: fix release-please manifest to 0.19.0 (next release is 0.20.0)
zeitlinger fed6ad2
ci: update mise to v2026.4.10, add Windows SHA256
zeitlinger d758de5
fix: correct mise SHA256 hashes, address Copilot review comments
zeitlinger 2cfb54c
fix: gate versioned_bin substitution to Windows only
zeitlinger dc14d62
style: fix unused variable warning for _mise_tools on non-Windows
zeitlinger dea0bfd
fix: handle mise file-mode bash shims on Windows; bust stale tool cache
zeitlinger 901fee8
fix: restore versioned_bin resolution on all platforms
zeitlinger 66717bb
fix: detect .exe binaries in find_pe_binary on Windows
zeitlinger ac5952e
refactor: remove find_bash_shim; fix belongs in mise-action
zeitlinger ae5ff25
refactor: restore spawn_command to match main's structure
zeitlinger 27fcd35
fix(registry): accurate github-backend comment, add ubi obsolete keys
zeitlinger 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| { | ||
| ".": "0.9.2" | ||
| ".": "0.19.0" | ||
| } |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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.