terralang / terra

Terra is a low-level system programming language that is embedded in and meta-programmed by the Lua programming language.
terralang.org
Other
2.72k stars 201 forks source link

Please test 1.0.0-beta2 #439

Closed elliottslaughter closed 3 years ago

elliottslaughter commented 4 years ago

We have a new beta towards our 1.0.0 release. This probably won't be the last, since there are still things we want to do. But anyway, progress!

See the release here: https://github.com/terralang/terra/releases/tag/release-1.0.0-beta2 (this includes binaries and a summary of changes since the last beta)

Like last time, let's try to make sure the release actually works everywhere we expect:

Test/OS Linux OSX Windows
Test Suite w/o CUDA :white_check_mark: (Travis) :white_check_mark: (Travis) :white_check_mark: (AppVeyor)
Test Suite with CUDA
Rigel
Opt
Regent N/A

Other todo items:

Optional:

PyryM commented 4 years ago

Would it be possible to get binaries compiled against LLVM 8+? LLVM 8 in particular brings the webassembly backend enabled by default, which is something that would be useful to have 'out of the box'.

elliottslaughter commented 4 years ago

Sure, is a Ubuntu 16.04 build ok? CUDA 9.2?

swift2plunder commented 4 years ago

1.0.0-beta2 will run on Ubuntu >= 20.4, but requires "apt install libtinfo5"

elliottslaughter commented 3 years ago

Superseded by #492.