pirocks
pirocks
If I create a project from existing dub sources/checkout a dub project from vcs, intellij will not detect the dub project and process d libraries will not be available.
When creating a new project source roots/test roots should be automatically marked(Obviously this can't be done perfectly every time). For example the d standard library and runtime would look like...
By default intellij runs a build before running a specific run configuration. This slows down build times, and does nothing for a d project. Therefore it should be disabled by...
Currently we have no way of testing gdb integration. Particularly we should ensure that the gdb-mi parser works
## Environment * **IntelliJ Rust plugin version:0.4.170.4627-221** * **Rust toolchain version: rustc 1.62.0-nightly (30f386087 2022-05-05)** * **IDE name and version: CLion 2022.1.1, Build #CL-221.5591.52 ** * **Operating system: Debian stable**...
I had a usecase for pthread_sigqueue so I added it to nix. Implementation is pretty much the same as pthread_kill. Requires a libc version bump.