| boo:/ |
jump to detailed chart | hide Line History
ConstraintSort: path | last-commit | first-commit Sub Directories |
Changelog
2951
by cedricv on
16 May 2008, 09:23:50 -0500
(93 minutes ago)
BOO-813: callable type reference in generic parameter crashes compiler
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/CallableSignature.cs
2951
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/NameResolutionService.cs
2951
boo/trunk/tests/testcases/regression/BOO-813-1.boo
2951
2950
by cedricv on
16 May 2008, 07:49:53 -0500
(3 hours ago)
fix BOO-729 testcase
TODO: extract a repro and report different behavior here between mono vs MS.NET
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/CallableSignature.cs
2950
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/ExternalType.cs
2950
2949
by cedricv on
16 May 2008, 07:49:46 -0500
(3 hours ago)
booish : disable colors on startup if setting Console.ForegroundColor throws an exception.
(patch by Doug Morgan)
boo/trunk/src/Boo.Lang.Interpreter/InteractiveInterpreter2.boo
2949
2948
by cedricv on
16 May 2008, 07:49:39 -0500
(3 hours ago)
rename BCW0011 testcases to BCW0011-*
boo/trunk/tests/testcases/warnings/BCW0001-2.boo
2948
boo/trunk/tests/testcases/warnings/BCW0001-3.boo
2948
boo/trunk/tests/testcases/warnings/BCW0001-5.boo
2948
boo/trunk/tests/testcases/warnings/BCW0001-8.boo
2948
boo/trunk/tests/testcases/warnings/BCW0001-9.boo
2948
2947
by cedricv on
16 May 2008, 07:49:26 -0500
(3 hours ago)
BOO-1005 : support for generic methods declarations in interfaces
boo/trunk/src/Boo.Lang.Parser/boo.g
2947
boo/trunk/src/Boo.Lang.Parser/wsaboo.g
2947
boo/trunk/tests/testcases/regression/BOO-1005-1.boo
2947
boo/trunk/tests/testcases/regression/BOO-1005-2.boo
2947
boo/trunk/tests/testcases/warnings/BCW0011-6.boo
2947
2946
by cedricv on
16 May 2008, 07:49:12 -0500
(3 hours ago)
- BOO-1013 : A stub is always created when a class implements an abstract generic method with generic parameters
- small refactorings
boo/trunk/src/Boo.Lang.Compiler/Ast/GenericParameterDeclaration.cs
2946
boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessInheritedAbstractMembers.cs
2946
boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessMethodBodies.cs
2946
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/AnonymousCallablesManager.cs
2946
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/BooCodeBuilder.cs
2946
2945
by neoeinstein on
15 May 2008, 16:43:57 -0500
(18 hours ago)
That logo atop Booish at startup can be annoying. Added the --nologo option to disable it.
boo/trunk/src/booish/booish2.boo
2945
2944
by neoeinstein on
15 May 2008, 16:43:14 -0500
(18 hours ago)
BOO-779: Not complete to satisfaction, but added some failing unit tests (ignored).
boo/trunk/tests/testcases/regression/BOO-779-1.boo
2944
boo/trunk/tests/testcases/regression/BOO-779-2.boo
2944
boo/trunk/tests/testcases/regression/BOO-779-3.boo
2944
boo/trunk/tests/testcases/regression/BOO-779-4.boo
2944
2943
by bamboo on
15 May 2008, 07:34:58 -0500
(27 hours ago)
bin update
boo/trunk/bin/Boo.Lang.CodeDom.dll
2943
boo/trunk/bin/Boo.Lang.Compiler.dll
2943
boo/trunk/bin/Boo.Lang.Extensions.dll
2943
boo/trunk/bin/Boo.Lang.Interpreter.dll
2943
boo/trunk/bin/Boo.Lang.Parser.dll
2943
2942
by neoeinstein on
14 May 2008, 13:34:41 -0500
(45 hours ago)
BOO-1012: Use a method available in .NET 2.0+
boo/trunk/src/Boo.Microsoft.Build.Tasks/ExecBoo.boo
2942
2941
by bamboo on
14 May 2008, 07:10:10 -0500
(51 hours ago)
fixed test case
boo/trunk/tests/testcases/errors/BCE0058-1.boo
2941
2940
by cedricv on
14 May 2008, 06:48:42 -0500
(52 hours ago)
default booish to darker colors, looks better on both dark or bright backgrounds.
boo/trunk/src/Boo.Lang.Interpreter/InteractiveInterpreter2.boo
2940
2939
by cedricv on
13 May 2008, 19:04:49 -0500
(63 hours ago)
Do not require Boo.Lang.Extensions to be installed into the GAC, try loading it from the same directory Boo.Lang is in first.
(thanks to Rodrigo Kumpera for reporting the problem) Note: this undesira…
boo/trunk/src/Boo.Lang.Compiler/CompilerParameters.cs
2939
2938
by cedricv on
13 May 2008, 08:53:06 -0500
(3 days ago)
BOO-1002 : fix booish(2) stability problems
boo/trunk/src/Boo.Lang.Interpreter/InteractiveInterpreter2.boo
2938
2937
by cedricv on
12 May 2008, 08:57:23 -0500
(4 days ago)
replace BCE0058's message 'Object is required' by a less confusing message 'self is not valid in a static method, static property, or static field initializer'.
boo/trunk/src/Boo.Lang/Resources/strings.txt
2937
boo/trunk/src/Boo.Lang.Compiler/CompilerErrorFactory.cs
2937
boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessMethodBodies.cs
2937
boo/trunk/tests/testcases/errors/BCE0058-1.boo
2937
2936
by cedricv on
12 May 2008, 08:57:08 -0500
(4 days ago)
BOO-1009 : Explicit interface property implementation uses 'implicit' implementation when there is one.
boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessInheritedAbstractMembers.cs
2936
boo/trunk/tests/testcases/regression/BOO-1009-1.boo
2936
2935
by cedricv on
12 May 2008, 08:56:57 -0500
(4 days ago)
BOO-1008 : Compiler crash when a class defines a method and there is an explicit interface implementation of same signature
boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessInheritedAbstractMembers.cs
2935
boo/trunk/tests/testcases/regression/BOO-1008-1.boo
2935
2934
by bamboo on
05 May 2008, 17:10:39 -0500
(10 days ago)
bin update
boo/trunk/bin/Boo.Lang.CodeDom.dll
2934
boo/trunk/bin/Boo.Lang.Compiler.dll
2934
boo/trunk/bin/Boo.Lang.Extensions.dll
2934
boo/trunk/bin/Boo.Lang.Interpreter.dll
2934
boo/trunk/bin/Boo.Lang.Parser.dll
2934
2933
by bamboo on
05 May 2008, 17:06:15 -0500
(10 days ago)
fixed issue with generic parameter name resolution
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/AbstractInternalType.cs
2933
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/InternalClass.cs
2933
boo/trunk/tests/testcases/net2/generics/inheritance-1.boo
2933
2932
by bamboo on
05 May 2008, 16:22:48 -0500
(10 days ago)
fixed issue with generic fields on .net 2
boo/trunk/src/Boo.Lang.Compiler/Steps/EmitAssembly.cs
2932
boo/trunk/tests/testcases/net2/generics/generic-field-1.boo
2932
2931
by cedricv on
01 May 2008, 08:50:17 -0500
(15 days ago)
BOO-961: Shorthand syntax for IEnumerable[of T] => T*
boo/trunk/src/Boo.Lang.Parser/boo.g
2931
boo/trunk/src/Boo.Lang.Parser/wsaboo.g
2931
boo/trunk/tests/testcases/net2/generics/enumerable-shorthand-1.boo
2931
2930
by cedricv on
26 April 2008, 13:54:32 -0500
(19 days ago)
Merge branch 'nanorc-AUTHORS'
boo/trunk/AUTHORS
2930
boo/trunk/extras/boo.nanorc
2930
2929
by cedricv on
25 April 2008, 05:00:36 -0500
(21 days ago)
support increment++/decrement-- operands on nullables
boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessMethodBodies.cs
2929
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs
2929
boo/trunk/tests/testcases/net2/generics/nullable-3.boo
2929
2928
by cedricv on
21 April 2008, 08:34:38 -0500
(25 days ago)
BOO-974 : Compiler crashes on same-class instance generic method invocation when self keyword is not used and a non-generic compatible overload exists.
boo/trunk/src/Boo.Lang.Compiler/Steps/EmitAssembly.cs
2928
boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessMethodBodies.cs
2928
boo/trunk/tests/testcases/regression/BOO-974-1.boo
2928
2927
by cedricv on
17 April 2008, 04:07:23 -0500
(29 days ago)
BOO-999
boo/trunk/src/Boo.Lang/Runtime/MethodResolver.cs
2927
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/ExternalType.cs
2927
boo/trunk/tests/testcases/regression/BOO-999-1.boo
2927
2926
by cedricv on
17 April 2008, 04:07:09 -0500
(29 days ago)
Fix example.
boo/trunk/examples/serializearray.boo
2926
2925
by neoeinstein on
12 April 2008, 08:18:16 -0500
(34 days ago)
BOO-995, BOO-996: Fix one file that was missed in previous commit.
boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessMethodBodies.cs
2925
2924
by neoeinstein on
12 April 2008, 08:08:04 -0500
(34 days ago)
BOO-996, BOO-995: Added "then" keyword to replace "else" semantic in looping constructs; Added "or" semantic to looping constructs. With testcases galore.
boo/trunk/ast.model.boo
2924
boo/trunk/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs
2924
boo/trunk/src/Boo.Lang.Compiler/Steps/EmitAssembly.cs
2924
boo/trunk/src/Boo.Lang.Compiler/Steps/NormalizeIterationStatements.cs
2924
boo/trunk/src/Boo.Lang.Compiler/Steps/OptimizeIterationStatements.cs
2924
2923
by neoeinstein on
11 April 2008, 20:20:50 -0500
(34 days ago)
BOO-835: DSL-friendly method syntax, Let's give it a testcase.
boo/trunk/tests/testcases/regression/BOO-835-1.boo
2923
2922
by neoeinstein on
11 April 2008, 08:27:50 -0500
(35 days ago)
BOO-503: Also include the class member name in generated callable name if available.
boo/trunk/src/Boo.Lang.Compiler/TypeSystem/AnonymousCallablesManager.cs
2922
|