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
> 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:
في س، 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
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;
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
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
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
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
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
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
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
11 matches
Mail list logo