Re: [Vala] [PATCH] three small patches
- From: Daniel Espinosa <esodan gmail com>
- To: Matthias Berndt <Matthias_Berndt gmx de>
- Cc: Vala-list <vala-list gnome org>
- Subject: Re: [Vala] [PATCH] three small patches
- Date: Mon, 16 May 2016 08:44:03 -0500
May you should file a bug for each. They are sent to maintainers and
provides tools to discuss and review your patchs.
El may. 16, 2016 7:59 AM, "Matthias Berndt" <Matthias_Berndt gmx de>
escribió:
Hey guys,
Here are three patches I'd like to see in master.
The first adds two missing cases in TokenType's to_string method.
The second fixes a type checker bug that allows generic classes that are
applied to the
wrong number of type arguments to pass type checking. Example:
class Foo<T> {}
void main(string[] args) {
Foo<Foo<string, string> > foo = null;
}
The third sets the parent_node correctly for base types in a class
declaration.
I haven't found an actual bug caused by this, but it clearly seems like
the right
thing to do.
Let me know what you think!
Cheers,
Matthias
_______________________________________________
vala-list mailing list
vala-list gnome org
https://mail.gnome.org/mailman/listinfo/vala-list
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]