The next Crystal 1.5 release is scheduled for July 6.
As usual, this is precluded by a two-weeks freeze period starting tomorrow June 22 (does time fly or what!?). We’ll be using this time to consolidate the release and only bug fixes will be merged. We appreciate any report of regressions caused by our latest nightly builds.
EDIT:
The current HEAD of that branch serves as a preview of the release. You can obtain pre-release builds from current nightlies or build directly from master.
Nightly builds are available from these locations:
Sorry for being scarce on information. We should be more elaborate about the process and guide users to the right places.
The 1.5.0 release will tagged from the master on July 6. The current HEAD of that branch serves as a preview of the release.
You can obtain pre-release builds from current nightlies or build directly from master.
Nightly builds are available from these locations:
@zw963 The warnings you see from stdlib appear to be caused by using an older version of the stdlib which does not include the patch #11915 together with a compiler version that includes that patch. Thus you get the warnings from the compiler, but the stdlib has not been adjusted for that. Please pull the latest stdlib and the warnings should go away.
Yes, it is my fault, i am not update my stdlib successful because some (bash) script error, i used it for build from source directly, i fixed it anyway.