1
1
mirror of https://github.com/gelisam/hawk.git synced 2024-12-01 05:46:03 +03:00
hawk/runtime/System/Console/Hawk
Samuel Gélineau 72d63ba3dd split off runtime, fix crazy hClose bug
Having the source for the runtime and executable at the same place was
causing issues during the test. By giving the path to the executable
source, ghci (called by doctest) was also finding the source to the
runtime, which caused HawkRuntime values to be interpreted instead of
compiled. This in turn conflicted with hint, who is only using compiled
values except inside the user expression. That caused ghci to segfault,
and doctest to report an unexpectedly-closed handle.
2014-02-23 11:18:17 -05:00
..
Args split off runtime, fix crazy hClose bug 2014-02-23 11:18:17 -05:00
Runtime split off runtime, fix crazy hClose bug 2014-02-23 11:18:17 -05:00
IO.hs split off runtime, fix crazy hClose bug 2014-02-23 11:18:17 -05:00
Representable.hs split off runtime, fix crazy hClose bug 2014-02-23 11:18:17 -05:00
Runtime.hs split off runtime, fix crazy hClose bug 2014-02-23 11:18:17 -05:00