Re: [Vala] Strings and template comparison

2015-05-07 Thread Luca Bruno
On 07/05/2015 14:41, Craig wrote: > Hello, > > Why are strings not compared by value when they're passed into template > functions? Consider this gist: > https://gist.github.com/weberc2/4131654ff068d27f9cde > > Is there anything I can do to get value comparison back in templates? Because generics d

[Vala] Strings and template comparison

2015-05-07 Thread Craig
Hello, Why are strings not compared by value when they're passed into template functions? Consider this gist: https://gist.github.com/weberc2/4131654ff068d27f9cde Is there anything I can do to get value comparison back in templates? Please advise. Thanks, Craig _