All Versions
4
Latest Version
Avg Release Cycle
38 days
Latest Release
-
Changelog History
Changelog History
-
v0.3 Changes
- In order to enable easy SSH tunneling, the
distributed-process
backend migrated todistributed-process-p2p
, using a simple star topology instead distributed-process-p2p
requires us to pass the master node to slave nodes, so the command line interface changed (--master
and--slave
specifically)- โ
The acceptance test suite was fixed (nasty name resolution, IPv4 vs IPv6
stuff), so this mostly works, although
stack
seems to have problems findinghsc2hs
at the time of writing forlts-2
andlts-6
, so they are allowed to fail for the time being
- In order to enable easy SSH tunneling, the
-
v0.3.0.1 Changes
October 31, 2016- ๐ The invokation of git fetch via callProcess repeatedly hung up the watch thread on perf-service.haskell.org (issue #24). This release fixes that by way of exclusively going through readCreateProcessWithExitCode and appropraite logging of error cases in FeedGipeda.GitShell.
-
v0.3.0.0 Changes
October 25, 2016- In order to enable easy SSH tunneling, the
distributed-process
backend
migrated todistributed-process-p2p
, using a simple star topology instead distributed-process-p2p
requires us to pass the master node to slave nodes,
๐ป so the command line interface changed (--master
and--slave
specifically)- โ
The acceptance test suite was fixed (nasty name resolution, IPv4 vs IPv6
๐ stuff), so this mostly works, althoughstack
seems to have problems finding
hsc2hs
at the time of writing forlts-2
andlts-6
, so they are allowed
to fail for the time being
- In order to enable easy SSH tunneling, the
-
v0.2.0.0 Changes
August 16, 2016โฌ๏ธ Bumped the major version number, because of the way commits are processed now.
- ๐ New commit queue which schedules commits from different repositories round-robin, newest commits first
- ๐ When run in build once mode, it was not so clear when to quit because of the architecture. The current scheme should be more reliable and not quit early