Samael

Results 284 comments of Samael

the _ToolWindowFactory_ has a method called _isApplicable_ in which I've been using the following to detect either a `dub.json` or `dub.sdl` in the root of the project: ```kotlin val files...

does it crash or just error. I spent some time looking at handling permission denied issues on binaries due to numerous sentry issues for it. I don't have access to...

Are you using [d-unit](https://code.dlang.org/packages/d-unit) or [dunit](https://code.dlang.org/packages/dunit)? See #431 as we don't support both. You should have a test run configuration available if the correct dependency is detected. It's worked for...

I just opened a project which has _d-unit-0.10.2_ detected and was able to add the dUnit run config: [intellij-dlanguage-d-unit-run-config.webm](https://user-images.githubusercontent.com/870567/212910223-412353c8-9928-4ea6-adea-227e72ac416c.webm) However there does seem to be a problem running it: ![Screenshot...

It's a bit odd that this is happening as the code is doing a check for `dmdBinary.exists() && dmdBinary.canExecute()` before attempting to run the command line. I had a quick...

This may be related to paths with spaces. Perhaps windows specific. There's a bug report on sentry currently for this from a Windows user in which the path seems to...

This should be fixed by the #882 ([feature/multiple_compiler_support](https://github.com/intellij-dlanguage/intellij-dlanguage/tree/feature/multiple_compiler_support) branch) which I should have time to finish now

this is becoming a real problem for CI/CD. Not seeing the problem locally but it happens on github runners a lot

Commenting out [2 of the tests in DHighlightingAnnotatorTest.kt](https://github.com/intellij-dlanguage/intellij-dlanguage/commit/aff678dc3c838679cf2592a6e98f3be3144494b1) has made the build more reliable but it can still be a bit temperamental. It needs resolving properly.

got a similar error reported for `method_compile_stat.d` which is was related to dtrace files in Android source code