turion / rhine

Haskell Functional Reactive Programming framework with type-level clocks
http://hackage.haskell.org/package/rhine
121 stars 21 forks source link

Dev monad schedule without diff #171

Closed turion closed 1 year ago

turion commented 2 years ago

See https://hackage.haskell.org/package/monad-schedule. By using this package, I hope to simplify

The development in this branch is fundamental to other improvements like https://github.com/turion/rhine/pull/143.

To do

turion commented 1 year ago

Successful pipeline run depends on merging https://github.com/commercialhaskell/stackage/pull/6734 and a further nixpkgs update. Or else patching the version in the flake temporarily.

turion commented 1 year ago

It seems that CI is not stable enough for millisecond resolution tests. I will have to decrease accuracy to 10th of a millisecond or so. Or seconds right away?

turion commented 1 year ago

Changelog and version bump are for the release PR. I'll do a 0.8 release before the 1.0 release first though.