loda-lang / loda-rust

Web editor for the LODA language. Also includes my experiments with Abstraction and Reasoning Corpus ARC.
https://loda-lang.org/
Apache License 2.0
24 stars 2 forks source link

Loda-rust will fail to compile in future rust versions. #29

Closed kotenok2000 closed 1 year ago

kotenok2000 commented 1 year ago

It shows warning in cargo 1.70.0 (ec8a8a0ca 2023-04-25) and already doesn't work in nightly version

image

neoneye commented 1 year ago

I will fix it. Thanks for reporting it.

The linfa project has this issue that about the dependency on argmin.

neoneye commented 1 year ago

I have now fixed it.

Let me know if it doesn't work.