Bugfixes
stdlib
- (runtime) Fix
Crystal::EventLoop::LibEvent
andFiberExecutionContext
integration (#15759, backported from #15743, thanks @ysbaddaden)
compiler
- (codegen) Add fallback if
__crystal_raise_cast_failed
is missing (#15769, backported from #15762, thanks @HertzDevil) - (semantic) [regression] Remove type binding on
T
forPointer(T)#value=
(#15757, backported from #15751, thanks @HertzDevil)
Infrastructure
- Changelog for 1.16.3 (#15758, thanks @straight-shoota)