v3.0.1
StaticLint v3.0.1
Closed issues:
- Modules containing modules with identical names (#52)
- include and non-existing files. (#53)
- Invalid "Missing reference" due to overlapping import statements (#57)
- Linter shouldn't complain about call convention specifier in ccall (#73)
Merged pull requests:
- Add check for unused parameters (#51) (@ZacLN)
- Release 3.0.0 (#59) (@davidanthoff)
- fix #57 (#60) (@ZacLN)
- check clashing module and submodule names (#61) (@ZacLN)
- set Binding refs field type (#62) (@ZacLN)
- fix all typof module checks to include baremodules (#63) (@ZacLN)
- add support for Turing.model macro (#64) (@ZacLN)
- add type piracy check (#65) (@ZacLN)
- mark documented symbols (#66) (@ZacLN)
- Misc. fixes (#67) (@ZacLN)
- handle raw strings in include paths (#69) (@ZacLN)
- small fix to resolve_ref (#70) (@ZacLN)
- Handle NONSTDIDENTIFIERs (#71) (@ZacLN)
- Add JuMP macro handlers (#72) (@ZacLN)
- fix
stdcallmissing ref (#74) (@ZacLN) - check for empty EXPR.args (#76) (@ZacLN)
- fix compare_f_call (#77) (@ZacLN)
- Bump SymbolServer bound to 3 (#78) (@davidanthoff)