-
Notifications
You must be signed in to change notification settings - Fork 2
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
bump to 0.5.0 #159
Merged
bump to 0.5.0 #159
Conversation
This file contains 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
related to - nushell/nupm#51 ## description this PR renames the `package.nuon` files to `nupm.nuon` as per nushell/nupm#51.
depends on - nushell/nushell#11157 - nushell/nupm#47 - #140 - #141 ## description as directory modules won't export the modules next to any `mod.nu`, this PR adds `export module` calls to `nu-git-manager-sugar` and the tests, making the source base compatible again with nushell/nushell#11157 and nushell/nupm#47.
should - close #85 ## description ### before ``` pkgs/nu-git-manager/ |-- nu-git-manager | |-- completions | | `-- nu-complete.nu | |-- error | | `-- error.nu | |-- fs | | |-- cache.nu | | |-- dir.nu | | |-- path.nu | | `-- store.nu | |-- git | | |-- repo.nu | | `-- url.nu | `-- mod.nu |-- nupm.nuon `-- tests |-- gm.nu `-- mod.nu ``` ``` pkgs/nu-git-manager-sugar/ |-- nu-git-manager-sugar | |-- completions | | `-- nu-complete.nu | |-- extra.nu | |-- git | | |-- lib | | | |-- lib.nu | | | |-- prompt.nu | | | `-- style.nu | | |-- mod.nu | | `-- prompt.nu | |-- github.nu | `-- mod.nu |-- nupm.nuon `-- tests |-- git.nu `-- mod.nu ``` ### after > **Important** > caveats: > - `[1]`: has `use path.nu ...` instead of `use path` > - `[2]`: has `use style.nu ...` instead of `use style` ``` pkgs/nu-git-manager/ |-- nu-git-manager | |-- completions.nu # internal | |-- error.nu # internal | |-- fs # internal | | |-- cache.nu [1] | | |-- dir.nu [1] | | |-- mod.nu | | |-- path.nu | | `-- store.nu [1] | |-- git # internal | | |-- mod.nu | | |-- repo.nu | | `-- url.nu | `-- mod.nu |-- nupm.nuon `-- tests |-- gm.nu `-- mod.nu ``` ``` pkgs/nu-git-manager-sugar/ |-- nu-git-manager-sugar | |-- completions.nu # internal | |-- extra.nu # public | |-- git # public | | |-- lib # internal | | | |-- git.nu [2]# public | | | |-- mod.nu | | | |-- prompt.nu # public | | | `-- style.nu [2]# public | | |-- mod.nu | | `-- prompt.nu # public | |-- github.nu # public | `-- mod.nu |-- nupm.nuon `-- tests |-- git.nu `-- mod.nu ``` ## TODO - [x] `nu-git-manager-sugar/git/lib` issue with `prompt.nu` in 77596ff
related to - nushell/nushell#11365 ## description this PR will suppress the deprecation warning from nushell/nushell#11365 which is deprecating `: bool` annotations for switches
related to - nushell/nushell#11289 wait for - nushell/nupm#57
this includes nushell/nupm#57
amtoine
added a commit
that referenced
this pull request
Jan 22, 2024
the bump to Nushell 0.89.0 in #159 missed the one in the README.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
0.5.0
0.89.0