[Pkg-vala-maintainers] Bug#506491: [valac] not reproducable anymore in vala 0.7.6

Simon Wenner wenners at student.ethz.ch
Fri Oct 2 20:40:29 UTC 2009


Package: vala
Version: 0.7.6-1

This bug seems to be fixed in Vala 0.7.6 (or earlier).

Test case, compile it with: valac bug.vala -o bug --pkg gtk+-2.0

using Gtk;

public static int main (string[] args) {
  var win = new Gtk.Window (Gtk.WindowType.TOPLEVEL);
  var dialog = new Gtk.MessageDialog (win, 0, Gtk.MessageType.INFO,
Gtk.ButtonsType.OK, "%s", "hi");
  dialog.format_secondary_text ("%s", "test");
  dialog.format_secondary_markup ("%s", "test");

  return 0;
}


--- System information. ---
Architecture: amd64
Kernel: Linux 2.6.30-1-amd64

Debian Release: squeeze/sid
900 testing security.debian.org
900 testing mirror.switch.ch
800 unstable mirror.switch.ch
700 experimental mirror.switch.ch

--- Package information. ---
Depends (Version) | Installed
==============================-+-============
libc6 (>= 2.3) | 2.9-25
libglib2.0-0 (>= 2.16.0) | 2.22.0-1
libvala0 (= 0.7.6-1) | 0.7.6-1
libglib2.0-dev (>= 2.12.0) | 2.22.0-1


Package's Recommends field is empty.

Package's Suggests field is empty.




-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 260 bytes
Desc: OpenPGP digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-vala-maintainers/attachments/20091002/8b1724df/attachment.pgp>


More information about the Pkg-vala-maintainers mailing list