This commit is contained in:
Pantazis Deligiannis 2022-05-20 19:09:10 +00:00 коммит произвёл GitHub
Родитель 5445d1918d
Коммит a6d5dade5a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
4 изменённых файлов: 10 добавлений и 7 удалений

2
.config/dotnet-tools.json поставляемый
Просмотреть файл

@ -9,7 +9,7 @@
] ]
}, },
"microsoft.coyote.cli": { "microsoft.coyote.cli": {
"version": "1.5.4", "version": "1.5.5",
"commands": [ "commands": [
"coyote" "coyote"
] ]

Просмотреть файл

@ -2,7 +2,7 @@
<!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. --> <!-- This file may be overwritten by automation. Only values allowed here are VersionPrefix and VersionSuffix. -->
<Project> <Project>
<PropertyGroup> <PropertyGroup>
<VersionPrefix>1.5.4</VersionPrefix> <VersionPrefix>1.5.5</VersionPrefix>
<VersionSuffix></VersionSuffix> <VersionSuffix></VersionSuffix>
</PropertyGroup> </PropertyGroup>
</Project> </Project>

3
History.md поставляемый
Просмотреть файл

@ -1,3 +1,6 @@
## v1.5.5
- Fixed a bug in `coyote rewrite`.
## v1.5.4 ## v1.5.4
- Significantly improved runtime performance during partially-controlled concurrency testing. - Significantly improved runtime performance during partially-controlled concurrency testing.

10
Tests/compare-rewriting-diff-logs.ps1 поставляемый
Просмотреть файл

@ -13,11 +13,11 @@ $targets = [ordered]@{
} }
$expected_hashes = [ordered]@{ $expected_hashes = [ordered]@{
"rewriting" = "94CB82B43AF42A1A33E3CD069666CE6A010360DBCD4CCA9658DFD6F8CB6DD768" "rewriting" = "42815777DA892B23E9BF102E26F704B4C07673D43FD8AF46D652EEBAA1C6CA30"
"rewriting-helpers" = "EB0EE2DFD359775B5E6B29E11F2EC8163BF09D3F22913C7B6845FBD2061EE6AD" "rewriting-helpers" = "CDEF898605A6140D34D221590FD42A0CFA9FAA8A92EBB71BF836068A1FE70EC4"
"testing" = "96EF9321E679491AC87BBCE6AF3F59E3F50C82123B2435B28752CB7932C1EDDB" "testing" = "53A7B12024D3F46696FE6C9FA69029A93AAECA303FC35EFE1E003913DD81B87D"
"actors" = "DE29F18437BD0D3FE241CECA26AE9496C3DC80155FC5C7A7E9CCD82DE1421DA1" "actors" = "F45C2DC7090C908F2F083896304E9A4132541CB9C2809284285A66913936D9ED"
"actors-testing" = "1E3373EFE219DA1E6167D2F0658321651D941FD0E4A67A1CE68C38BF73903D6E" "actors-testing" = "4682FE931C41D8CAC7FC4799CA602FC7BFA6FFACD589A5777345D7EF166CDF78"
} }
Write-Comment -prefix "." -text "Comparing the test rewriting diff logs" -color "yellow" Write-Comment -prefix "." -text "Comparing the test rewriting diff logs" -color "yellow"