Vala - Planning

Roadmap

  • Vala 0.10.0 (2010-09-27)
  • Vala 0.11
    • Use of byte indices for strings
    • Consistent use of uint8[] for byte arrays in bindings
    • Compile-time performance improvements
    • Code generator refactoring/bug fixing

Bugs

Issue tracker

Bug Keywords

Use the following keywords in the whiteboard field:

accepts-invalid
No valac error on invalid code
crash-on-invalid-code
Segmentation fault on invalid code
crash-on-valid-code
Segmentation fault on valid code
critical-on-invalid-code
Critical message on invalid code
critical-on-valid-code
Critical message on valid code
invalid-c-code
Invalid C code generated (cc error and no valac error)
regression
Regression from previous releases
rejects-valid
valac error on valid code
test-case
Minimal, self-contained test-case available
wrong-code
Incorrect code generated (no valac and no cc error)
trivial-patch
Patch is trivial, regardless to the severity of the bug.

Bug Priorities

immediate
Regressions from previous releases
urgent
accepts-invalid, crash-on-invalid-code, crash-on-valid-code, critical-on-invalid-code, critical-on-valid-code, invalid-c-code, wrong-code
high
Bugs with major severity in non-experimental feature set
normal
Bugs with normal severity in non-experimental feature set
low
Bugs with low severity or bugs in experimental feature set

Bug Severities

blocker
wrong-code
critical
crash-on-invalid-code, crash-on-valid-code, invalid-c-code
major
Bugs that block development of a Vala project
normal
Bugs without easy workaround, yet not blocking users; accepts-invalid, critical-on-invalid-code, critical-on-valid-code, rejects-valid
minor
Bugs with low impact / easy workaround
trivial
Cosmetic problems

Projects/Vala/Planning (last edited 2019-01-12 22:26:36 by AndreKlapper)