-
-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
set the proper number of minimum threads this time
- Loading branch information
1 parent
0ab8bf5
commit 0673e58
Showing
4 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
Maintenance version (3.9.3 was incorrect) | ||
|
||
## Improvements | ||
|
||
* **core** when checking for the equality of 2 sets of lines only run the edit distance difference on them if they are different. | ||
this improves build times | ||
|
||
## Fixes | ||
|
||
* **core** set the minimum number of execution threads to 4 to avoid possible deadlocks on single core machines (cf some CI environments) | ||
* **core** use the "user" execution environment to execute examples instead of specs2 own execution environment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version in ThisBuild := "3.9.3" | ||
version in ThisBuild := "3.9.4" |