Skip to content

Releases: squaresLab/BugZoo

v2.1.33

10 Dec 03:31
Compare
Choose a tag to compare

2.1.33 (2019-12-09)

Changes

  • Updated attrs to 19.3.0

v2.1.32

04 Dec 17:17
d922335
Compare
Choose a tag to compare

2.1.32 (2019-12-04)

Bug Fixes

  • Fixed bad __str__ method in Language enum
  • Re-enabled support for Java and Python bugs

v2.1.31

11 Oct 18:25
3801699
Compare
Choose a tag to compare

2.1.31 (2019-10-11)

Changes

  • Updated attrs to 19.2.0

v2.1.30

05 Oct 14:34
d81b843
Compare
Choose a tag to compare

2.1.30 (2019-10-05)

Changes

  • Updated patch method in ContainerManager to use --ignore-whitespace option
    in an effort to ignore file ending issues when patching.

v2.1.29

06 Sep 20:14
Compare
Choose a tag to compare

2.1.29 (2019-09-06)

Features

  • Added an efficient data structure for representing maps that are indexed
    by FileLine objects: FileLineMap.

Changes

  • Updated FileLineSet to implement Set[FileLine] interface.

v2.1.28

23 Jul 20:27
d523d68
Compare
Choose a tag to compare

2.1.28 (2019-07-23)

Bug Fixes

  • Use safe_load to load YAML files.
  • Ensure HTTP requests are explicitly closed.
  • Check whether port is in use before launching server.
  • Use backslashreplace when decoding command output.

Changes

  • Ensured that contents of TestSuiteCoverage are deterministically
    ordered.

v2.1.27

08 May 20:20
381d6c7
Compare
Choose a tag to compare

2.1.27 (2019-05-08)

Features

  • Added ability to specify a particular Docker build stage.

v2.1.26

14 Mar 15:53
c1c03fd
Compare
Choose a tag to compare

2.1.26 (2019-03-14)

Bug Fixes

  • Fixed a hardcoded log directory in BugZoo CLI.
  • Updated coverage instrumentation to use C90-compatible comments.
  • Update coverage instrumentation to support C.

v2.1.25

10 Feb 16:15
2eea950
Compare
Choose a tag to compare

2.1.25 (2019-02-09)

Bug Fixes

  • Updated clear of ContainerManager to properly delete all running
    containers.
  • Fixed coverage method in server-side BugManager to no longer use
    removed CoverageManager.

v2.1.24

28 Jan 21:20
Compare
Choose a tag to compare

2.1.24 (2019-01-28)

Features

  • Added __contains__ to client- and server-side BugManager.
  • Added __delitem__ to client- and server-side BugManager.
  • Added head method to client API interface.
  • Added has_image method to client-side Docker manager.