Boo trunk doesn't compile.
[csc] Compiling 503 files to '/home/ehauser/working/boo-trunk/
build/Boo.Lang.Compiler.dll'.
[csc] /home/ehauser/working/boo-trunk/src/Boo.Lang.Compiler/
Steps/MacroProcessing/NodeGeneratorExpander.cs(145,53): error CS1501:
No overload for method `Matches' takes `0' arguments
[csc] Compilation failed: 1 error(s), 0 warnings
I fixed that one and got:
[csc] /home/ehauser/working/boo-trunk/src/Boo.Lang.Compiler/
TypeSystem/Internal/AbstractInternalType.cs(281,63): error CS0309: The
type `Boo.Lang.Compiler.Ast.Destructor' must be convertible to
`Boo.Lang.Compiler.Ast.StatementTypeMember' in order to use it as
parameter `UnwantedNodeType2' in the generic type or method
`Boo.Lang.Compiler.Ast.NodeCollection<T>.Except<UnwantedNodeType,UnwantedNodeType2>
()'
[csc] /home/ehauser/working/boo-trunk/src/Boo.Lang.Compiler/Ast/
NodeCollection.cs(156,39): (Location of the symbol related to previous
error)
[csc] /home/ehauser/working/boo-trunk/src/Boo.Lang.Compiler/Ast/
Impl/DestructorImpl.cs(40,30): (Location of the symbol related to
previous error)
[csc] Compilation failed: 1 error(s), 2 warnings
On Apr 24, 12:15 pm, "Rodrigo B. de Oliveira"
> <
rodrigobam...@gmail.com> wrote: