Samael

Results 187 issues of Samael

The latest release has compatibility issues with the 2025.3 EAP. This may end up being ok as the EAP builds can change a fair bit in run up to final...

tested on develop branch but this issue is also in the 1.37.* releases, so another 1.37 should get released with a fix. relates to #1124 See video. For this test...

bug

There's numerous times in which I've ended up with a project's source (or src) directory not being available in the IDE after opening a dub project. Generally I close the...

Currently we look for phobos and druntime paths in expected locations for various systems. So for example on Fedora (with dmd rpm installed) the plugin finds: ``` /usr/include/dmd/phobos /usr/include/dmd/druntime/import ```...

GDB is no longer an option for Mac users. There needs to be a working solution for users on Apple silicon

debugger
LLDB
Mac

Plugin v1.37 used in IntelliJ IDEA Ultimate Edition 2025.1.3 ``` java.lang.ArrayIndexOutOfBoundsException: Index -32649 out of bounds for length 40457 at com.intellij.psi.tree.IElementType.(IElementType.java:119) at com.intellij.psi.tree.IElementType.(IElementType.java:96) at com.intellij.psi.tree.ILazyParseableElementType.(ILazyParseableElementType.java:30) at com.intellij.psi.tree.IFileElementType.(IFileElementType.java:16) at io.github.intellij.dlanguage.features.documentation.DDocParserDefinition.getFileNodeType(DDocParserDefinition.kt:42) at...

ddoc

I just noticed that the response from a call to https://code.dlang.org/api/packages/vibe-d/info is 118,161 lines of json (if pretty-printed). It's probably worth having a review of the API contracts to see...