-
-
Notifications
You must be signed in to change notification settings - Fork 115
msedit: Add at v1.2.1 #6589
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
msedit: Add at v1.2.1 #6589
Conversation
0982da5 to
bb68c2f
Compare
bb68c2f to
a00fd80
Compare
a00fd80 to
7475707
Compare
|
@EbonJaeger No rush but I believe this one is ready. |
7475707 to
42e4f39
Compare
|
Does it not need Rust 1.90? |
|
I just needed to add RUSTC_BOOTSTRAP=1 for non-nightly builds. |
**Summary** A simple editor for simple needs. This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use. Resolves: getsolus#6567
|
Rust 1.90 is now in Unstable, can this now build without the workaround? |
|
Still no. This is the error it throws. error[E0554]: `#![feature]` may not be used on the stable release channel
--> src/lib.rs:4:1
|
4 | / #![feature(
5 | | allocator_api,
6 | | breakpoint,
7 | | cold_path,
... |
12 | | maybe_uninit_uninit_array_transpose
13 | | )]
| |__^
|
= help: the feature `let_chains` has been stable since `1.88.0` and no longer requires an attribute to enable |
|
More context from edit. Build Instructions Clone the repository |
EbonJaeger
left a comment
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.
LGTM, thanks!
Summary
A simple editor for simple needs.
This editor pays homage to the classic MS-DOS Editor, but with a modern interface and input controls similar to VS Code. The goal is to provide an accessible editor that even users largely unfamiliar with terminals can easily use.
Resolves: #6567
Test Plan
Tested on Budgie and KDE. Opens and saves.
Checklist