Path to this page:
Subject: CVS commit: pkgsrc/lang/vala
From: Adam Ciarcinski
Date: 2022-01-12 12:08:34
Message id: 20220112110834.15355FB24@cvs.NetBSD.org
Log Message:
vala: updated to 0.54.6
Vala 0.54.6
===========
* Various improvements and bug fixes:
- codegen:
+ Allow boxing of non-external SimpleType structs
+ Cast given default-value of struct with possible member initializer
+ Clear existing length values when revisiting a slice expression
- vala:
+ Allow unsafe assignment of integer to enum while reporting a notice
+ Non nullable enum types are simple types
+ Correctly replace "in" expression in pre-/postconditions of method
* Bindings:
- gio-2.0: Add custom MemoryOutputStream.with_*data() wrappers
Files: