Skip to content

0.19.3

Compare
Choose a tag to compare
@SeanTAllen SeanTAllen released this 09 Oct 12:46

Pony 0.19.3 includes a number of bug fixes including a possible memory leak. Upgrading as soon as possible is recommended.

[0.19.3] - 2017-10-09

Fixed

  • Don't verify partial calls for method bodies inherited from a trait. (PR #2261)
  • Fix broken method and type headings in generated documentation (PR #2262)
  • Fix array inference from ReadSeq interface with tuple element type. (PR #2259)
  • Fix compiler crash related to inferred lambda argument in apply sugar. (PR #2258)
  • Fix excess work stealing under low loads (PR #2254)
  • Fix compiler crash on case methods with _ as a method parameter. (PR #2252)
  • Fix implicit fallthrough in array inference. (PR #2251)