Releases: savi-lang/savi
Releases · savi-lang/savi
v0.20240906.1
What's Changed
- Remove
*_until
-style iteration methods. by @jemc in #495 - Fix tracing of
Bool
inTraceData.Mutable
. by @jemc in #498
Full Changelog: v0.20240906.0...v0.20240906.1
v0.20240906.0
What's Changed
- Add
TraceData.Mutable
andTraceData.Mutator
. by @jemc in #496 - Fix some compiler errors to show more information. by @jemc in #497
Full Changelog: v0.20240831.0...v0.20240906.0
v0.20240831.0
What's Changed
Full Changelog: v0.20240830.0...v0.20240831.0
v0.20240830.0
What's Changed
- Add simple
String.parse_f64!
method. by @jemc in #492 - Update
ReflectionOfType
to implementIntoString
trait. by @jemc in #493
Full Changelog: v0.20240824.0...v0.20240830.0
v0.20240824.0
What's Changed
Full Changelog: v0.20240819.0...v0.20240824.0
v0.20240819.0
What's Changed
Full Changelog: v0.20240818.0...v0.20240819.0
v0.20240818.0
What's Changed
- Remove half-baked lambda concept from the language. by @jemc in #484
- Fix Bytes
read_native_*
methods to gracefully handle unaligned addresses. by @jemc in #485 - Fix MacOS CI by specifying latest image and XCode version by @jemc in #486
- Change hash algorithm for
String
andBytes
. by @jemc in #487 - Fix underlying declaration of
_FFI.strlen
to use the correct return type. by @jemc in #489 - Fix for FFI casting a struct to its pointer field. by @jemc in #488
Full Changelog: v0.20240618.0...v0.20240818.0
v0.20240618.0
What's Changed
Full Changelog: v0.20240616.0...v0.20240618.0
v0.20240616.0
What's Changed
Full Changelog: v0.20240614.0...v0.20240616.0
v0.20240614.0
What's Changed
- Add
Env.OutStream.flush
behavior. by @jemc in #480 - Call
pony_os_stdout_setup
at the start of a Savi program. by @jemc in #481
Full Changelog: v0.20240611.0...v0.20240614.0