Vala TODO

Documentation

  • Documentation for gobject-style constructors
    • construct, class construct, Foo () ...
  • Explain how to do stack based arrays
    • char foo[1024]; instead of char[] foo = new char[1024];
  • Sync between threads using Thread + idle_add (to run in main loop to collect data mixed with closures)
  • Documentate all CCode attributes
  • Write a VAPI tutorial (how to make bindings ...)

Vala Core

  • Implement support for variable number of argument functions (params ...)
  • Add support for double in generics
  • Allow negative values in switch cases

Projects/Vala/TODO (last edited 2013-11-22 16:48:32 by WilliamJonMcCann)