Skip to content

Releases: bblfsh/python-pydetector

v0.14.3

08 Apr 15:29
526ae68

Choose a tag to compare

  • Use full path for Python in Alpine to avoid problems with recent versions.

v0.12.0

11 Aug 12:47

Choose a tag to compare

Merge pull request #19 from juanjux/fix/issues_63_65

Position and performance fixes

v0.11.3

09 Aug 16:05

Choose a tag to compare

Merge pull request #18 from juanjux/fix/nondict_noneliteral

Fix issue #58. Fix more unbound-column errors

v0.11.2

09 Aug 12:30

Choose a tag to compare

Merge pull request #17 from juanjux/fix/noops_endcol_offset

Fix end_col_offset being 0-based for noops

v0.11.1

27 Jul 10:04

Choose a tag to compare

  • Bugfix for endposition of line-trailing comments #15

0.11.0

26 Jul 10:44

Choose a tag to compare

  • First release inside the bblfsh project.
  • Fixes for mising or questionable node start positions in the native AST.
  • Adds endpositions to nodes.
  • Other small fixes.