eta icon indicating copy to clipboard operation
eta copied to clipboard

[eta-tour]: Bug - Can´t compile any program

Open goldenHairDafo opened this issue 6 years ago • 3 comments

Source Code:

main :: IO ()
main = do

  putStrLn "Interact with me!"

  putStrLn "Click Run button"

  putStrLn "Click Reset button"

  putStrLn "Click Delete button to clear the console"

Output:

Error[error]:

Happend on a Mac 10.14.6 with a Chrome Brower version 76.0.3809.132

goldenHairDafo avatar Sep 18 '19 15:09 goldenHairDafo

Hi,

another hint: Within the developer console of chrome I found:

api.eta-lang.org/compile:1 Failed to load resource: net::ERR_CERT_DATE_INVALID

So I assume your should update your certificate. Thanks!

goldenHairDafo avatar Sep 18 '19 15:09 goldenHairDafo

Thanks for report, i think @rahulmutt could help with that

jneira avatar Sep 18 '19 20:09 jneira

Fyi, new visitors will also get big, scary browser warning when visiting https://tour.eta-lang.org because of the expired certificate.

pierrebeaucamp avatar Oct 03 '19 13:10 pierrebeaucamp