Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Releases: bblfsh/ruby-driver

v2.9.6

25 Oct 13:38
Compare
Choose a tag to compare
  • Fixed splitting of UTF-8 comments in Semantic mode
  • Update Go to 1.13
  • Update SDK to 3.3.1

v2.9.5

03 Oct 12:38
Compare
Choose a tag to compare

Fixes

  • Set correct roles for Switch statements.

Updates

  • Update SDK to v3.2.4.

v2.9.4

28 May 14:57
Compare
Choose a tag to compare
  • Switch to Go modules for the build system

v2.9.3

08 Apr 20:45
Compare
Choose a tag to compare
  • Update SDK to v2.16.4.

v2.9.2

26 Mar 09:30
Compare
Choose a tag to compare
  • Update SDK to the latest 2.16.x version

v2.9.1

19 Mar 08:09
Compare
Choose a tag to compare
  • Update SDK to the latest 2.15.x version

v2.9.0

20 Feb 17:03
3d2af11
Compare
Choose a tag to compare
  • Upgrade to SDK 2.14 and annotate or drop (with "TODO"s) the
    nodes failing the new check.
  • Fix position annotation.
  • Other microfixes.

v2.8.0

07 Feb 16:14
50309fe
Compare
Choose a tag to compare
  • Convert blockarg native types to uast.Argument.
  • Convert booleans to uast.Bool.
  • Adds several missing types to annotation.go.
  • Handle a case where a native type ("nth") child is a raw Integer.
  • Add a new benchmark fixture (thanks @tsolakoua!).

v2.7.0

05 Feb 17:00
3fc8021
Compare
Choose a tag to compare
  • Remove the removal of # in the native driver. This also shows the # in non semantic code as other drivers do (semantic UAST will keep it removed).
  • Update SDK.

v2.6.0

28 Nov 18:43
@bzz bzz
ee9b3b6
Compare
Choose a tag to compare

New features

  • max gRPC msg size set in server configuration
  • OpenTracing support