v8.1.0
StaticLint v8.1.0
Closed issues:
- Unused variable warning for global assignment (#296)
local
is ignored? (#293)- "Possible method call error" for function arguments (#294)
- Core.eval "Possible method call error" (#295)
- Compare against nothing (#297)
- Linter bug with documented function (#309)
- Missing "Assigned but not used" warning when same symbol used in local function (#314)
Merged pull requests:
- Fix PointlessAND description (#303) (@pfitzseb)
- hand aliased imports (#304) (@ZacLN)
- Rev290 (#305) (@ZacLN)
- check assumption (#306) (@ZacLN)
- Fix 2351 (#307) (@pfitzseb)
- Fix stack overflow in infer_eltype (#308) (@pfitzseb)
- Update README.md (#316) (@bergel)
- Expr -> to_codeobject (#318) (@pfitzseb)
- Skip bindings for assignments in @. (#320) (@BenPH)