Skip to content

Releases: squaresLab/Darjeeling

v0.1.13

12 Dec 03:56
Compare
Choose a tag to compare
v0.1.13 Pre-release
Pre-release
release v0.1.13

v0.1.12

05 Oct 17:03
Compare
Choose a tag to compare
v0.1.12 Pre-release
Pre-release
updated deps and version

v0.1.11

09 Jul 07:10
Compare
Choose a tag to compare
v0.1.11 Pre-release
Pre-release
  • added __contains__ to Localization
  • added reads set to snippets
  • implemented scope checking in transformation search
  • implemented ability to eagerly compute transformation space
  • fixed bug that caused an incorrect test ordering

v0.1.10

08 Jul 20:15
789c846
Compare
Choose a tag to compare
v0.1.10 Pre-release
Pre-release
  • added line_col_offset to ProgramSourceManager
  • implemented support for Rooibos transformations
  • implemented time-based test ordering
  • fixed bug in localization that caused an IndexError exception
  • refined logging verbosity
  • added new ways to construct Localization objects
  • added Kaskara integration
  • added basic support for insertion points
  • refactored transformation generators to be faster and to use less memory

v0.1.9

26 Jun 22:55
a30358e
Compare
Choose a tag to compare
v0.1.9 Pre-release
Pre-release
  • added optional limit on number of candidate patches that may be evaluated during search.
  • implemented test case reduction via the use of coverage information.
  • added serialisation methods to snippet database.
  • updated snippet database to record all occurrences of a given snippet.

v0.1.8

19 Jun 18:04
b4c3fbb
Compare
Choose a tag to compare
v0.1.8 Pre-release
Pre-release
  • updated BugZoo and Boggart versions to v2.1.11 and v0.1.8, respectively.

v0.1.7

17 Jun 21:29
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release

Features

  • added SignedToUnsigned, InsertVoidFunctionCall, InsertConditionalBreak, InsertConditionalReturn, and ApplyTransformation transformations.

Bug Fixes

  • fixed bug in searcher that caused the reported search time to be longer than expected.

Changes

  • removed dependence on BugZoo's localization module.
  • improved logging levels.
  • added more debugging statements for Rooibos transformations.

v0.1.6

13 Jun 15:11
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • added better support for searching for Rooibos transformations
  • added localization module
  • removed repair module
  • simplified outcome module

v0.1.5

08 Jun 19:34
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • added missing dependency "boggart"

v0.1.4

08 Jun 18:33
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • added patch history to Searcher
  • added basic Rooibos integration