typelead / eta

The Eta Programming Language, a dialect of Haskell on the JVM
https://eta-lang.org
BSD 3-Clause "New" or "Revised" License
2.6k stars 142 forks source link

Website down? #988

Open Sintrastes opened 3 years ago

Sintrastes commented 3 years ago

I'm trying to get eta/etlas setup to compile a pretty straightforward cabal project to the jvm using eta on wsl, and it appears certain parts of the eta-lang website nescesary to get etlas to work are down.

Whenever I try to setup the eta-init project using gradle, I get `Execution failed for task ':setupEnvironmentEta'.

Failed to fetch file from url: http://cdnverify.eta-lang.org/eta-binaries/etlas-1.5.0.0/binaries/x86_64-linux/etlas`

Similarly, whenever I try to etlas update, I get: curl: (6) Could not resolve host: metrics.eta-lang.org

jneira commented 3 years ago

I am afraid that it is down since some time ago see: https://github.com/typelead/etlas/issues/109

csaltos commented 3 years ago

The same here, cdnverify.eta-lang.org refers to etabinaries.azureedge.net but it does not exists and sadly fails

FinnT730 commented 2 years ago

Sad to hear. It is also sad that it is not on Archive.org or something and I am not sure how to build it myself, so I don;t even know if I can use it or not. And if I can be honest, if a migration takes this long, there is something wrong in the infrastructure. @rahulmutt Can you post any news on it?

NickSeagull commented 1 year ago

I'm not in the position of stating this, but I believe that the project has been abandoned 😭

FinnT730 commented 1 year ago

I tried building it before. Didn't work If you want to use it, use the Docker container, it works. But fair warning, it is not easy to get files in or out of the container (unless I did something wrong, which is likely, since I do not use Docker)