Re: [Vala] [PATCH] three small patches

2016-05-16 Thread Daniel Espinosa
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" escribió: > Hey guys, > > Here are three patches I'd like to see in master. > The first adds two missing cases in TokenType's to_strin

[Vala] [PATCH] three small patches

2016-05-16 Thread Matthias Berndt
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 {} void m