[Vala] regression on commit cbd7b68

2016-04-06 Thread Michele Dionisio
I have created a pull request for a regression of gio-2.0.vapi on commit cbd7b68 https://github.com/GNOME/vala/pull/7 without this patch, the example "UDP Server example" in https://wiki.gnome.org/Projects/Vala/GIONetworkingSample does not build because socket.create_source return type Source an

Re: [Vala] Regression on async with nullable out parameters

2011-03-13 Thread Nor Jaidi Tuah
> This is a bug in the bindings: length shouldn't be nullable in this > case. Please file a bug so it isn't forgotten. Filed as https://bugzilla.gnome.org/show_bug.cgi?id=644679 hand Nor Jaidi Tuah ___ vala-list mailing list vala-list@gnome.org http:

Re: [Vala] Regression on async with nullable out parameters

2011-03-12 Thread Abderrahim Kitouni
في س، 12-03-2011 عند 11:56 +0800 ، كتب Nor Jaidi Tuah: > The following crashed when compiled with Vala 0.11.6. > This is a regression since it works with 0.9.x. > [...] > When the while expression is changed to > > while ((line = yield input.read_line_async (100, cancellable, > null)) != null

[Vala] Regression on async with nullable out parameters

2011-03-11 Thread Nor Jaidi Tuah
The following crashed when compiled with Vala 0.11.6. This is a regression since it works with 0.9.x. --- public class Bug { uint8[] data; DataInputStream input; Cancellable cancellable; public Bug () { data = "hello world\ntesting\n".data;

Re: [Vala] Regression?

2010-11-15 Thread Jürg Billeter
On Mon, 2010-11-15 at 00:33 +0100, pancake wrote: > This program compiles with no errors/warnings in vala-head and it should > report an error because of missing 'return' in function: Thanks for the report. This is now fixed in master. Jürg ___ vala-li

[Vala] Regression?

2010-11-14 Thread pancake
This program compiles with no errors/warnings in vala-head and it should report an error because of missing 'return' in function: int pwn() { print ("jejej"); } public static void main(string[] args) { pwn(); } ___ vala-list mailing list

[Vala] Regression in 0.7.5 with GnomeKeyring

2009-08-29 Thread Michael Terry
Hello, Vala developers/users. I just wanted to bring some attention to a very annoying regression in 0.7.5 that makes using gnome-keyring-1.vapi impossible in the hopes of getting it fixed before 0.7.6. For my project, I've had to warn people away from 0.7.5 which is the kind of headache that I d

Re: [Vala] [REGRESSION vala 0.7.5] It's no longer possible to use GLib.IOStream.write_chars with st ring.

2009-08-08 Thread Jan Hudec
Hello, Jan Hudec writes: > With vala 0.7.5 it is no longer possible to use GLib.IOChannel.write_chars > with strings (and GLIb.IOStream has no other write method for strings to > replace it), because converting a string to char[] now produces a C compiler > error (undefined symbol _length1). I w

[Vala] [REGRESSION vala 0.7.5] It's no longer possible to use GLib.IOStream.write_chars with st ring.

2009-08-07 Thread Jan Hudec
Hello, With vala 0.7.5 it is no longer possible to use GLib.IOChannel.write_chars with strings (and GLIb.IOStream has no other write method for strings to replace it), because converting a string to char[] now produces a C compiler error (undefined symbol _length1). I added this to tests: Progra

Re: [Vala] Regression in git master: array dup wants 1.8 TB of RAM

2009-04-14 Thread Jürg Billeter
Hi Mike, On Mon, 2009-04-13 at 15:35 -0400, Michael B. Trausch wrote: > Today I updated my local working tree of Vala, built and installed it, > and was unable to build the application I am working on; it wanted 1.8 > TB of RAM to copy an array (that was the best I could isolate out of > the issue

[Vala] Regression in git master: array dup wants 1.8 TB of RAM

2009-04-13 Thread Michael B. Trausch
Hello, Today I updated my local working tree of Vala, built and installed it, and was unable to build the application I am working on; it wanted 1.8 TB of RAM to copy an array (that was the best I could isolate out of the issue looking at gdb output). I did a "git bisect" on the Vala repository a