Skip to content

Releases: madlib-lang/madlib

Release v0.24.1

17 Jun 17:38
Compare
Choose a tag to compare

Bug Fixes

  • use correct range for autocompletion (2618113)

Release v0.24.0

16 Jun 15:35
Compare
Choose a tag to compare

Features

  • improve autocompletion (12a7b9f)
  • improve type information for the language server in the event of type errors (50c8221)
  • make local error recovery better and mock up autocompletion (ea8a548)
  • start recovering errors locally instead of at the top level (44c4fd6)

Release v0.23.17

08 Jun 19:01
Compare
Choose a tag to compare

Bug Fixes

  • disable aborting when collecting from unknown threads and make putenv noop on windows (3f5dbfa)
  • update build script for libgc (b05d34b)
  • update build script for libgc (64f99ce)
  • update build script for libgc (9ab9533)
  • update build script for libgc (1980919)
  • update build script for libgc (c0dbf28)

Release v0.23.16

08 Jun 07:32
Compare
Choose a tag to compare

Features

  • remove cycle check for some language server commands as it was killing performance (0043db6)

Release v0.23.15

16 May 18:21
Compare
Choose a tag to compare

Bug Fixes

  • make sure import collisions are reported correctly (6a9e4fb)

Features

  • add a few trigonometry functions to Math module (b874819)
  • add exePath option to madlib run (a3ad67f)
  • move GC_THREADS macro to process header (28d78c3)

Release v0.23.14

06 May 19:49
Compare
Choose a tag to compare

Bug Fixes

  • make Scope check faster in some cases and remove overhead of Set (8a47c39)

Release v0.23.13

05 May 19:20
Compare
Choose a tag to compare

Bug Fixes

  • add missing wrapping double quotes around string patterns in formatter (7cac266)
  • make imports for other modules than main in packages work correctly (ac83e20)
  • remove extra quotes around json imports (d0d7775)
  • rename namespaced constructors to the correct name if multiple constructors with same name are in scope (78b18f6)

Features

  • add difference and symmetricDifference to List (#148) (9217f6b)

Release v0.23.12

21 Apr 12:41
Compare
Choose a tag to compare

Bug Fixes

  • handle a 2 annoying edge cases of template strings (fc685d8)
  • improve multiline template string formatting (c28979d)

Reverts

  • revert part of the previous commit (4befcd8)

Release v0.23.11

20 Apr 19:23
Compare
Choose a tag to compare

Features

  • improve layout for records in llvm backend (34d7860)

Release v0.23.10

19 Apr 18:38
Compare
Choose a tag to compare

Bug Fixes

  • make formatter skip resolving imports (e1d2bea)

Features