mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-23 22:23:18 +03:00
parent
4d3af3ae76
commit
e243854f48
@ -38,4 +38,5 @@ This is Déjà Fu
|
||||
|
||||
adding_a_new_primitive
|
||||
contributing
|
||||
roadmap
|
||||
release_process
|
||||
|
25
doc/roadmap.rst
Normal file
25
doc/roadmap.rst
Normal file
@ -0,0 +1,25 @@
|
||||
Roadmap
|
||||
=======
|
||||
|
||||
I want Déjà Fu to be the best it can possibly be. Success can be
|
||||
measured in a few different ways: functionality, performance,
|
||||
correctness. These are all important, but very different, areas to
|
||||
improve. This roadmap highlights what I think are the priorities in
|
||||
those three areas.
|
||||
|
||||
* Atomic state invariants (`#177`_)
|
||||
* Check DPOR invariants at construction time (`#173`_)
|
||||
* Crosscheck GHC RTS behavior with dejafu (`#163`_)
|
||||
* Maximal Causality Reduction (MCR) algorithm (`#154`_)
|
||||
* Add optional length bounding to uniform & weighted testing (`#119`_)
|
||||
* Doctest all Haddock code examples (`#86`_)
|
||||
|
||||
You can also check the roadmap_ tag on the issue tracker.
|
||||
|
||||
.. _#177: https://github.com/barrucadu/dejafu/issues/177
|
||||
.. _#173: https://github.com/barrucadu/dejafu/issues/173
|
||||
.. _#163: https://github.com/barrucadu/dejafu/issues/163
|
||||
.. _#154: https://github.com/barrucadu/dejafu/issues/154
|
||||
.. _#119: https://github.com/barrucadu/dejafu/issues/119
|
||||
.. _#86: https://github.com/barrucadu/dejafu/issues/86
|
||||
.. _roadmap: https://github.com/barrucadu/dejafu/labels/roadmap
|
Loading…
Reference in New Issue
Block a user