[MonoDevelop] Re: PATCH: Generic support
in MonoDevelop.Projects.Parser
Matej Urbas
matej.urbas at gmail.com
Sun Jun 11 13:14:43 EDT 2006
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?
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'
Regards
---
Matt
More information about the Monodevelop-list
mailing list