Remove uses of nightly Rust, switch compiler to beta#724
Merged
sophiajt merged 5 commits intonushell:masterfrom Sep 28, 2019
Merged
Remove uses of nightly Rust, switch compiler to beta#724sophiajt merged 5 commits intonushell:masterfrom
sophiajt merged 5 commits intonushell:masterfrom
Conversation
Contributor
|
@est31 wow! That's awesome! |
Contributor
Author
|
Hmmm I just now discovered that language-reporting uses nightly Rust... will have to file a PR for language-reporting before this is ready for merging. |
Contributor
|
cc @wycats about language-reporting using nightly |
Contributor
Author
|
The PR has been filed: wycats/language-reporting#7 I have also updated this PR to use it. |
Contributor
|
I merged language-reporting |
elferherrera
added a commit
to elferherrera/nushell
that referenced
this pull request
Feb 7, 2022
Hofer-Julian
pushed a commit
to Hofer-Julian/nushell
that referenced
this pull request
Jan 27, 2023
If I'm understanding that correctly from [this PR](nushell#7052) `command_type` should be `plugin` if it comes from a plugin.
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
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.
This removes the last remaining dependencies on nightly Rust and switches the pinned nightly to the beta toolchain. Once 1.39.0 is released, the pin can be removed.
Closes #362