gelisam / hawk

Haskell text processor for the command-line
Apache License 2.0
361 stars 20 forks source link

[ignore] test with lts16 #269

Closed juhp closed 3 years ago

juhp commented 3 years ago

I am getting weird stack test errors locally with lts16 and earlier:

Finished in 0.0004 seconds
14 examples, 0 failures

Hawk
error: Won't compile:
    <interactive>:1:1: error:
    attempting to use module ‘main:M1338261393241126579867105’ (/var/home/petersen/tmp/hint-c07f4e051b9e8d8f/M1338261393241126579867105.hs) which is not loaded
error: Won't compile:
    <interactive>:1:1: error:
    attempting to use module ‘main:M2120538248708628250867105’ (/var/home/petersen/tmp/hint-da65bcb72c3b99cd/M2120538248708628250867105.hs) which is not loaded
: 
:
gelisam commented 3 years ago

That very long M133... module name is a temporary module generated by hint. Does hint also have issues with lts-16, or just Hawk?

juhp commented 3 years ago

Sorry for being unclear this was a throwaway PR. Seems to have fixed itself for me now anyway too.