2017-04-07 20:16:08 +03:00
|
|
|
Release Notes
|
|
|
|
=============
|
|
|
|
|
2017-04-07 21:48:37 +03:00
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
2017-04-07 20:16:08 +03:00
|
|
|
This project is versioned according to the [Package Versioning Policy](https://pvp.haskell.org), the
|
|
|
|
*de facto* standard Haskell versioning scheme.
|
|
|
|
|
|
|
|
|
2017-09-26 19:22:08 +03:00
|
|
|
0.7.0.1
|
|
|
|
-------
|
|
|
|
|
|
|
|
- **Date** 2017-09-26
|
|
|
|
- **Git tag** [tasty-dejafu-0.7.0.1][]
|
|
|
|
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.7.0.1
|
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
|
|
|
- dejafu-0.8 support
|
|
|
|
|
|
|
|
[tasty-dejafu-0.7.0.1]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.7.0.1
|
|
|
|
|
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
0.7.0.0
|
2017-08-10 23:51:11 +03:00
|
|
|
-------
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
- **Date** 2017-08-10
|
|
|
|
- **Git tag** [tasty-dejafu-0.7.0.0][]
|
|
|
|
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.6.0.0
|
2017-08-10 18:31:08 +03:00
|
|
|
|
|
|
|
### Test.Tasty.DejaFu
|
|
|
|
|
|
|
|
- Two new functions: `testDejafuDiscard` and `testDejafuDiscardIO`, allowing you to selectively
|
|
|
|
discard results or traces.
|
|
|
|
- The `Discard` type and `defaultDiscarder` function from dejafu is now re-exported.
|
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
2017-08-10 23:51:11 +03:00
|
|
|
- Lower version bound on dejafu raised to 0.7.1.0.
|
|
|
|
|
|
|
|
[tasty-dejafu-0.7.0.0]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.7.0.0
|
2017-08-10 18:31:08 +03:00
|
|
|
|
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
0.6.0.0
|
2017-06-07 19:09:01 +03:00
|
|
|
-------
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
- **Date** 2017-04-08
|
|
|
|
- **Git tag** [tasty-dejafu-0.6.0.0][]
|
|
|
|
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.6.0.0
|
2017-06-07 16:02:40 +03:00
|
|
|
|
|
|
|
### Test.Tasty.DejaFu
|
|
|
|
|
|
|
|
- The refinement property testing functionality of dejafu is exposed in the new `testProperty`
|
|
|
|
function, and re-exported values.
|
2017-05-27 18:15:51 +03:00
|
|
|
- Due to changes in dejafu, the `Way` type is now abstract and exposes smart constructor functions:
|
|
|
|
- `systematically`, corresponding to the old `Systematically`.
|
2017-05-27 18:43:14 +03:00
|
|
|
- `randomly`, corresponding to the old `Randomly`.
|
2017-05-28 06:02:59 +03:00
|
|
|
- `uniformly`, a new uniform random (as opposed to weighted random) scheduler.
|
2017-05-27 18:43:14 +03:00
|
|
|
- `swarmy`, corresponding to the old `Randomly` and specifying how many executions to use the
|
|
|
|
same weights for.
|
2017-05-27 18:15:51 +03:00
|
|
|
- The `defaultWay`, `defaultMemType`, and `defaultBounds` values are all now re-exported.
|
2017-06-07 16:02:40 +03:00
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
2017-06-07 19:09:01 +03:00
|
|
|
- Only dejafu 0.7 is supported.
|
|
|
|
|
|
|
|
[tasty-dejafu-0.6.0.0]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.6.0.0
|
2017-06-07 16:02:40 +03:00
|
|
|
|
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
0.5.0.0
|
2017-04-08 23:18:20 +03:00
|
|
|
-------
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
- **Date** 2017-04-08
|
|
|
|
- **Git tag** [tasty-dejafu-0.5.0.0][]
|
|
|
|
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.5.0.0
|
2017-04-07 20:16:08 +03:00
|
|
|
|
2017-02-26 05:51:36 +03:00
|
|
|
### Test.Tasty.DejaFu
|
|
|
|
|
|
|
|
- Due to changes in dejafu, the `Way` type no longer takes a parameter; it is now a GADT.
|
|
|
|
|
2017-04-07 20:16:08 +03:00
|
|
|
### Miscellaneous
|
|
|
|
|
|
|
|
- There is now a changelog.
|
2017-04-08 21:51:09 +03:00
|
|
|
- Every definition and instance now has a Haddock "@since" annotation.
|
2017-04-08 23:18:20 +03:00
|
|
|
- Only dejafu 0.6 is supported.
|
|
|
|
|
|
|
|
[tasty-dejafu-0.5.0.0]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.5.0.0
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
0.4.0.0
|
2017-04-07 20:16:08 +03:00
|
|
|
-------
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
- **Date** 2017-02-21
|
|
|
|
- **Git tag** [tasty-dejafu-0.4.0.0][]
|
|
|
|
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.4.0.0
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
### Test.Tasty.DejaFu
|
|
|
|
|
|
|
|
- All the functions which did take a `Bounds` now take a `Way` instead and support random scheduling
|
|
|
|
as well.
|
|
|
|
- The `Way` type from dejafu is now re-exported.
|
|
|
|
- The `IsOption` instance (and so corresponding command-line argument) for `Bounds` is gone.
|
|
|
|
- A new `IsOption` instance for `Way` (and so corresponding command-line argument):
|
|
|
|
- "systematically": systematic testing with the default bounds.
|
|
|
|
- "randomly": 100 executions with a fixed random seed.
|
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
|
|
|
- The minimum supported version of dejafu has been increased to 0.5 (from 0.2)
|
|
|
|
|
2017-04-07 21:48:37 +03:00
|
|
|
[tasty-dejafu-0.4.0.0]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.4.0.0
|
|
|
|
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
0.3.0.2
|
2017-04-07 20:16:08 +03:00
|
|
|
-------
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
- **Date** 2016-09-10
|
|
|
|
- **Git tag** [tasty-dejafu-0.3.0.2][]
|
|
|
|
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.3.0.2
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
|
|
|
- Now supports concurrency 1.0.0.0 and dejafu 0.4.0.0
|
|
|
|
|
2017-04-07 21:48:37 +03:00
|
|
|
[tasty-dejafu-0.3.0.2]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.3.0.2
|
|
|
|
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
0.3.0.1
|
2017-04-07 20:16:08 +03:00
|
|
|
-------
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
- **Date** 2016-05-26
|
|
|
|
- **Git tag** [tasty-dejafu-0.3.0.1][]
|
|
|
|
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.3.0.1
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
|
|
|
- Now supports GHC 8.
|
|
|
|
|
2017-04-07 21:48:37 +03:00
|
|
|
[tasty-dejafu-0.3.0.1]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.3.0.1
|
|
|
|
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
0.3.0.0
|
2017-04-07 20:16:08 +03:00
|
|
|
-------
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
- **Date** 2016-04-28
|
|
|
|
- **Git tag** [tasty-dejafu-0.3.0.0][]
|
|
|
|
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.3.0.0
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
### Test.Tasty.DejaFu
|
|
|
|
|
|
|
|
- New `IsTest` instances for `ConcST t (Maybe String)` and `ConcIO (Maybe String)`, with a `Just
|
|
|
|
String` result being a test failure with an error message.
|
|
|
|
- The `Bounds` type from dejafu is now re-exported.
|
|
|
|
- New `IsOption` instances for `Bounds` and `MemType`.
|
|
|
|
- New command-line parameter to set the `MemType` parameter:
|
|
|
|
- "sc": sequential consistency.
|
|
|
|
- "tso": total store order.
|
|
|
|
- "pso": partial store order.
|
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
|
|
|
- Now supports dejafu 0.2 (again).
|
|
|
|
|
2017-04-07 21:48:37 +03:00
|
|
|
[tasty-dejafu-0.3.0.0]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.3.0.0
|
|
|
|
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
0.1.1.0
|
2017-04-07 20:16:08 +03:00
|
|
|
-------
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
- **Date** 2016-04-03
|
|
|
|
- **Git tag** [tasty-dejafu-0.1.1.0][]
|
|
|
|
- **This version was never pushed to hackage, whoops!**
|
2017-04-07 20:16:08 +03:00
|
|
|
|
2017-04-07 21:48:37 +03:00
|
|
|
**This version was misnumbered! It should have been 0.2.1.0!**
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
### Miscellaneous
|
|
|
|
|
|
|
|
- Now supports dejafu 0.3, but drops support for dejafu 0.2.
|
|
|
|
|
2017-04-07 21:48:37 +03:00
|
|
|
[tasty-dejafu-0.1.1.0]: https://github.com/barrucadu/dejafu/releases/tag/tasty-dejafu-0.1.1.0
|
|
|
|
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
---------------------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
0.2.0.0
|
2017-04-07 20:16:08 +03:00
|
|
|
-------
|
|
|
|
|
2017-08-19 18:38:23 +03:00
|
|
|
- **Date** 2015-12-01
|
|
|
|
- **Git tag** [0.2.0.0][]
|
|
|
|
- **Hackage** https://hackage.haskell.org/package/tasty-dejafu-0.2.0.0
|
2017-04-07 20:16:08 +03:00
|
|
|
|
|
|
|
Initial release. Go read the API docs.
|
2017-04-07 21:48:37 +03:00
|
|
|
|
|
|
|
[0.2.0.0]: https://github.com/barrucadu/dejafu/releases/tag/0.2.0.0
|