Jendrik

Results 27 issues of Jendrik

I think it would be nice to have a method to return a clone of the default value.

It would be nice to add support fot the free desktop XDG base directory specification (https://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html), where configurations should be placed in `$XDG_CONFIG_HOME/appname`.

The rgbds toolchain (https://github.com/rednex/rgbds) can output a `.sym` file, where all labels used in the assembler code are given with their location. It looks something like this. ``` ; this...

GBG knows two kinds of debug messages that can be used to trace what the program is doing. They're described in the [manual](https://bgb.bircd.org/manual.html#expressions). In the first kind, the message is...

### Code ```rust // struct Peekable use std::iter::Peekable; pub struct Span { inner: Peekable, } struct ConditionalIterator { f: F, } impl Iterator for ConditionalIterator { type Item = ();...

I-ICE
T-compiler
C-bug

[Enter steps to reproduce:] 1. install the package **Atom**: 1.20.1 x64 **Electron**: 1.6.11 **OS**: "Arch Linux" **Thrown From**: [latexer](https://github.com/Focus/latexer) package 0.3.0 ### Stack Trace Failed to activate the latexer package...

## Environment * **IntelliJ Rust plugin version:** 0.4.175.4772-222 * **Rust toolchain version:** 1.62.1 (e092d0b6b 2022-07-16) x86_64-unknown-linux-gnu * **IDE name and version:** CLion 2022.2 (CL-222.3345.126) * **Operating system:** Linux 5.17.8-arch1-1 *...

subsystem::type inference & name resolution

## Environment * **IntelliJ Rust plugin version:** 0.4.174.4743-221 * **Rust toolchain version:** 1.62.0 (a8314ef7d 2022-06-27) * **IDE name and version:** Clion 2022.1.3 * **Operating system:** Arch Linux 5.17.8 ## Problem...

feature
subsystem::tests

### What it does It happened to me a few times that I was copy-pasting a method to make some light changes. I then renamed the method in the pasted...

A-lint

With `#[rustc_on_unimplemented(mesage = "xxx", label = "xxx")]`, it is possible to customize error messages if an implementation for a trait is not found. Maybe this can produce better error messages....