-
https://github.com/Wilfred/remacs/pull/1182 made some `LispObject` functions generic; instead of dealing with `LispObject`s, they deal with any type that implements `Into`. This means that callers don…
-
I am sorry that I can't think of a better way to put this, but `bfc` installed with `cargo install --git` (tested with both the `master` branch and tag 1.11.0) mangles the output of a program I wrote.…
-
Thanks for reporting a bug! Please include all of the following:
(1) A description of the issue. A screenshot is often helpful too.
When declaring a generator or typing method arguments over mul…
-
### Code
```Rust
use clap::Parser;
fn wrong_type() -> Option {
return true;
}
```
### Current output
```
error[E0308]: mismatched types
--> src/lib.rs:4:12
|
3 | fn wrong_…
-
**Version info**
- OS: Ubuntu 20.04
- Build: 2083
**Description**
"Hide whitespace changes" also hides whitespace changes inside strings
**Steps to reproduce**
Steps to reproduce the…
-
There's a few "naked" or bare exception usage that can yield some difficult to track down bugs.
There's a difference between `except:` and `except Exception`. The former is catching SystemExit, Ke…
-
Hi, I jut discovered this project yesterday, and first would like to say this is a cool idea, even if just a chance to dig into the emacs internals. So I decided to get stuck in, first by writing a fe…
-
Currently, when diffing minimized bundled JavaScript code, there's a significant amount of 'noise' due to the bundler often changing the minified variable names between builds. This can obscure the re…
-
Request from developer (t.me/Jonathan432):
Add in https://github.com/cennznet/cennznet option for documentation to run a node without requiring Docker. The computer doesn't allow virtualization in …
-
In 7153765199fbb57fd87091869050b6dfce19637f the `org.gnu.Emacs` bundle identifier gets renamed to `org.gnu.Remacs` in what is likely just a string replacement. This is obviously not an urgent issue, b…