I expect that I'm doing something wrong, but here's what I see after downloading roc_nightly-linux_x86_64-latest.tar.gz, which GitHub says is 2 days old:
[jan@framey roc-bad-installation]$ ls
roc_nightly-linux_x86_64-latest.tar.gz
[jan@framey roc-bad-installation]$ tar -xf roc_nightly-linux_x86_64-latest.tar.gz
[jan@framey roc-bad-installation]$ ls
roc_nightly-linux_x86_64-2024-11-15-8dbc909 roc_nightly-linux_x86_64-latest.tar.gz
[jan@framey roc-bad-installation]$ ./roc_nightly-linux_x86_64-2024-11-15-8dbc909/roc version
./roc_nightly-linux_x86_64-2024-11-15-8dbc909/roc: /lib64/libtinfo.so.6: no version information available (required by ./roc_nightly-linux_x86_64-2024-11-15-8dbc909/roc)
roc nightly pre-release, built from commit 8dbc909 on Fr 15 Nov 2024 09:02:07 UTC
[jan@framey roc-bad-installation]$
CC @Anton
(The critical part being 15 Nov)
Is anyone else's nightly build several days old? I'm unable to use the new Str.splitOn
.
Side note - do we plan a sort of core ecosystem feature freeze pre/during AoC? My currently nightly update need is due to https://github.com/lukewilliamboswell/roc-json updating yesterday to use Str.splitOn
, though I guess I could import an old version of it.
You can use a TESTING release from here they are more recent. I'm currently updating important platforms and packages so they all work with the TESTING release.
Ah, I see. Are latest
builds pointing to Nov 15 until this rollout is done in a few days?
Yes
Last updated: Jul 06 2025 at 12:14 UTC