Skip to content

v1.1.1

Compare
Choose a tag to compare
@klange klange released this 29 Apr 00:38
· 562 commits to master since this release

Kuroko 1.1.1

This is Kuroko, a dynamic, bytecode-compiled, interpreted language with significant whitespace and familiar syntax.

For a complete tutorial and sample code, please visit kuroko-lang.github.io.

If you believe you have discovered a bug in this release, please file an issue report here on Github or join #toaruos on Freenode to discuss the problem.

What's new in 1.1.1

This is a bug fix release to address issues found in 1.1.0:

  • An issue where trailing commas were not accepted in function call argument lists has been fixed.
  • An issue where single complex assignment targets did not result in a one-value unpack has been fixed.
  • An issue with scrollback in rline has been fixed.
  • An issue where any and all corrupted the stack when passed iterators has been fixed.
  • An issue where dict.capacity expected an unused argument has been fixed.
  • An issue where set.__eq__ was not implemented has been fixed.
  • An issue where the timeit module was not included in the bundle list has been fixed.
  • Some minor changes to the source layout have been made: C extension modules are now in src/modules/.
  • tcmalloc is no longer used on Windows, as the issue it was added to solve was resolved previously. This change was quietly applied to the release archive for Windows provided for 1.1.0.
  • Some minor changes have been made to support building under tcc.