narpfel

Results 18 issues of narpfel

This PR implements a feature to change job `command`s via keyboard shortcut, instead of changing `bacon.toml` or switching between different jobs. This is done by allowing simple conditionals of the...

When a `command` produces output on both `stdout` and `stderr`, sometimes both are interleaved. Small reproducer (with `cargo new t && cd t`): `src/main.rs`: ```rust fn main() { for i...

`tree-sitter-c` can parse `_Generic` selections, but the `_Generic` keyword is currently not highlighted at all.

There are a few cases where the current escape sequence parser is inaccurate, which causes misleading syntax highlighting. * `hexadecimal-escape-sequence` does not have a maximum length, so `'\x00000000a'` is the...

### Is your feature request related to a problem? Please describe It’s not easy to find out how exactly CE invokes compilers for e. g. the LLVM IR or the...

request

Usually when a command run through `bacon` exits with a non-zero exit code, `bacon` prints `Command error code: ` in the top status bar. This does not always work. Small...

Generator functions were implemented in https://github.com/rust-lang/rust/pull/118457, tracking issue https://github.com/rust-lang/rust/issues/117078.