-
Hi I'm not getting Syntastic to work for idris, where it works for other languages
I can invoke the checker manually
:SyntasticCheck idris
and it reports errors but the SyntasticInfo …
-
Please make sure your issue is not addressed in the [FAQ](https://fbinfer.com/docs/support#troubleshooting).
I'm not sure if it appropriate to ask here, let me know if I was wrong.
I've read oth…
-
Reported by **mcodescu** and assigned to **maeder**
Migrated from http://trac.informatik.uni-bremen.de:8080/hets/ticket/1260
---
With the specification (should be inconsistent, the axiom adds confu…
-
`clang-tidy` seems to be enabled by default. I tried turning it off by putting the following in my `.vimrc`:
```vim
let g:syntastic_c_checkers=[]
let g:syntastic_cpp_checkers=[]
```
Even afte…
-
Perhaps debatable if worth the effort but perhaps and interesting experiment
-
I have tried over a dozen roms of 1.0, 1.1, 1.2, and gamecube from different sites, and all fail the crc check here despite working in emulators and crc checkers.
After looking at the code, and rea…
-
I've recently added type annotations to a large library, and have been checking my code using both mypy and pyright. While doing so, I noticed many differences between mypy and pyright in the types th…
-
```
JavacRunner provides more precise location information for reported problems.
Thus, quick fixes only work with JavacRunner. I changed
checkers.eclipse.actions.CheckerWorker.shouldUseJavacRunner(…
-
Hello, sorry to interrupt. I try to use infer to analyze my mvn project. When I run `mvn clean compile`, everything is fine. The info is like:
```
[INFO] Scanning for projects...
...
[INFO] ------…
-
Is there any type hinting style in `datacontract-cli`?
What do you think about usage of type hinting libraries/checkers in the CI of this repo? `mypy`?
Data contract specification module is a go…