Opened 3 years ago
Closed 3 years ago
#18385 closed enhancement (fixed)
vala-0.56.10
| Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.0 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New point version.
Change History (3)
comment:1 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 3 years ago
comment:3 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Vala 0.56.10 ============ * Various improvements and bug fixes: - codegen: Don't emit casts in static field initializers [#1459] - parser: Reset tokens buffer when parsing a new source file - vala: Output additional information when accessing unknown member - vala: Allow "set" method of an container to return void or bool - vala: Correctly handle possible null from SourceFile.get_source_line() [#1464] * Bindings: - glib-2.0: Update return-type of HashTable.add/insert/replace() and GenericSet.add() [#1465] - linux: Add resolution field to Input.AbsInfo - libpq: Fix a few binding errors