ZIP
WinGet
Crystal
Manas Technology Solutions · 1.16.2 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
crystal-1.16.2-windows-x86_64-msvc-unsupported.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
CrystalLang.Crystal
Version
1.16.2
Description
A language for humans and computers
License
Apache-2.0
↗
Homepage
https://crystal-lang.org/
Installer URL
https://github.com/crystal-lang/crystal/releases/download/1.16.2/crystal-1.16.2-windows-x86_64-msvc-unsupported.zip
Upgrade Behavior
install(Install over existing)
Release Notes
Bugfixes
stdlib
- (numeric) Fix show unit_separator in #humanize_bytes with empty prefix (#15717, backported from #15683, thanks @straight-shoota)
- (runtime) CRYSTAL_LOAD_DEBUG_INFO=1 fails with -Dexecution_context (#15715, backported from #15704, thanks @ysbaddaden)
- (runtime) Fix -Dtracing raises math overflows on fiber sleep (#15725, backported from #15722, thanks @ysbaddaden)
- (runtime) Fix Fiber::ExecutionContext::Isolated#wait must suspend fiber (#15723, backported from #15720, thanks @…