Releases: squaresLab/BugZoo
Releases · squaresLab/BugZoo
v2.1.33
v2.1.32
2.1.32 (2019-12-04)
Bug Fixes
- Fixed bad
__str__
method inLanguage
enum - Re-enabled support for Java and Python bugs
v2.1.31
2.1.31 (2019-10-11)
Changes
- Updated
attrs
to 19.2.0
v2.1.30
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
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
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
2.1.27 (2019-05-08)
Features
- Added ability to specify a particular Docker build stage.
v2.1.26
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
2.1.25 (2019-02-09)
Bug Fixes
- Updated
clear
ofContainerManager
to properly delete all running
containers. - Fixed
coverage
method in server-sideBugManager
to no longer use
removedCoverageManager
.
v2.1.24
2.1.24 (2019-01-28)
Features
- Added
__contains__
to client- and server-sideBugManager
. - Added
__delitem__
to client- and server-sideBugManager
. - Added
head
method to client API interface. - Added
has_image
method to client-side Docker manager.