We’ve just released Vala 0.1.7. Tarballs are available from the GNOME FTP servers.
- Enhanced property syntax
public int foo { get; private set; default (3); } - New errordomain syntax
public errordomain MyError { NOT_FOUND, TIMED_OUT } - Detect missing return and break statements and unreachable code
- Improved pointer support (pointer member access, pointer element access, and pointer arithmetic)
- New bindings: WebKit, JSON-GLib, goocanvas, hildon-fm-2, taglib, libusb, and bzip2
- A lot of bug fixes
congrats
vala rules! 🙂
congratulations for the new release, and kudos to you and the whole vala team for the awesome work.