Skip to content

v2019.10.04-alpha

Pre-release
Pre-release
Compare
Choose a tag to compare
@borkdude borkdude released this 04 Oct 08:15

New

Fixes, enhancements

  • #470: fix type for third parameter of partition (thanks @mrijk)
  • #473: fix several false positives encountered while linting core.rrb-vector
  • #476: fix analysis export when CLJS has require with string
  • #479: fix false positive when using associative as ifn
  • #482: better parsing of ##Inf and friends. This also fixes false positive type errors when using them as numbers (this was an unreported error). Thanks @sogaiu and @lread.
  • #489: false positive type error for conj when used with sequential (return type of flatten) as first arg
  • #493: update IntelliJ instructions (thanks @chorin1)
  • #497: fix crash when ns syntax wasn't correct
  • #500: reader tags that were not conditionals weren't properly processed in .cljc

Changes

  • #478: the spelling of varargs has been made consistent throughout the codebase. This affects the analysis export format: the key :var-args-min-arity has been renamed to :varargs-min-arity.
  • #487: bump level for unresolved-symbol linter to :warning (thanks @mynomoto)