[MonoDevelop] Re: PATCH: Generic support
in MonoDevelop.Projects.Parser
Alejandro Serrano
trupill at yahoo.es
Sun Jun 11 13:38:08 EDT 2006
Matej Urbas escribió:
> Alejandro Serrano wrote:
>> Now, you can open a Nemerle project, create a new class and method,
>> and type "System.Collections.Generic." and generic types will show
>> their parameters (like List<T>, Dictionary<TKey, TValue>...).
>> Please, tell whether it is OK to commit the patch.
> Alejandro, why are you not using StringBuilders in
> "Get<type>NameWithGenerics" methods? Would it not be more efficient?
I'll change the code to use it.
>
> And another thing, I've got this error while compiling with the latest
> SVN:
>
> ./NemerleBindingCompilerServices.cs(229,7): warning CS0642: Possible
> mistaken empty statement
> ./NemerleBindingCompilerServices.cs(53,22): warning CS0219: The
> variable `e' is assigned but its value is never used
> ./Parser/Parser.cs(271,46): error CS0029: Cannot implicitly convert
> type `Nemerle.Compiler.OverloadPossibility[]' to
> `Nemerle.Compiler.CompletionResult'
> ./Parser/Parser.cs(325,51): error CS0117:
> `Nemerle.Compiler.CompletionResult' does not contain a definition for
> `ObjectType'
You need the latest SVN version of Nemerle (http://nemerle.org) to
compile the bindings, because the internal structure of the Completion
Engine has been totally reworked.
Then the code is OK enough for commiting?
______________________________________________
LLama Gratis a cualquier PC del Mundo.
Llamadas a fijos y móviles desde 1 céntimo por minuto.
http://es.voice.yahoo.com
More information about the Monodevelop-list
mailing list