Quick Search:

jump to detailed chart | hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: 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 history download (+5 -3) diffs

boo/trunk/src/Boo.Lang.Compiler/TypeSystem/NameResolutionService.cs 2951 history download (+21 -15) diffs

boo/trunk/tests/testcases/regression/BOO-813-1.boo 2951 history download (+17) new

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 history download (+3 -2) diffs

boo/trunk/src/Boo.Lang.Compiler/TypeSystem/ExternalType.cs 2950 history download (+1 -1) diffs

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 history download (+5 -1) diffs

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 history download (+11 -2) diffs

boo/trunk/src/Boo.Lang.Parser/wsaboo.g 2947 history download (+9 -0) diffs

boo/trunk/tests/testcases/regression/BOO-1005-1.boo 2947 history download (+16) new

boo/trunk/tests/testcases/regression/BOO-1005-2.boo 2947 history download (+17) new

boo/trunk/tests/testcases/warnings/BCW0011-6.boo 2947 history download (+11) new

… 1 more file in changeset.
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 history download (+9 -1) diffs

boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessInheritedAbstractMembers.cs 2946 history download (+24 -47) diffs

boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessMethodBodies.cs 2946 history download (+1 -1) diffs

boo/trunk/src/Boo.Lang.Compiler/TypeSystem/AnonymousCallablesManager.cs 2946 history download (+1 -1) diffs

boo/trunk/src/Boo.Lang.Compiler/TypeSystem/BooCodeBuilder.cs 2946 history download (+69 -43) diffs

… 8 more files in changeset.
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 history download (+13 -11) diffs

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 history download (+34) new

boo/trunk/tests/testcases/regression/BOO-779-2.boo 2944 history download (+34) new

boo/trunk/tests/testcases/regression/BOO-779-3.boo 2944 history download (+12) new

boo/trunk/tests/testcases/regression/BOO-779-4.boo 2944 history download (+12) new

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 history download (+4 -2) diffs

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 history download (+4 -4) diffs

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 history download (+5 -5) diffs

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 history download (+8 -5) diffs

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 history download (+70 -76) diffs

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 history download (+1 -1) diffs

boo/trunk/src/Boo.Lang.Compiler/CompilerErrorFactory.cs 2937 history download (+1 -1) diffs

boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessMethodBodies.cs 2937 history download (+1 -1) diffs

boo/trunk/tests/testcases/errors/BCE0058-1.boo 2937 history download (+18 -10) diffs

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 history download (+10 -9) diffs

boo/trunk/tests/testcases/regression/BOO-1009-1.boo 2936 history download (+16) new

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 history download (+11 -13) diffs

boo/trunk/tests/testcases/regression/BOO-1008-1.boo 2935 history download (+16) new

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 history download (+23 -12) diffs

boo/trunk/src/Boo.Lang.Compiler/TypeSystem/InternalClass.cs 2933 history download (+3 -1) diffs

boo/trunk/tests/testcases/net2/generics/inheritance-1.boo 2933 history download (+16) new

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 history download (+3 -4) diffs

boo/trunk/tests/testcases/net2/generics/generic-field-1.boo 2932 history download (+8) new

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 history download (+6 -0) diffs

boo/trunk/src/Boo.Lang.Parser/wsaboo.g 2931 history download (+6 -0) diffs

boo/trunk/tests/testcases/net2/generics/enumerable-shorthand-1.boo 2931 history download (+20) new

2930 by cedricv on 26 April 2008, 13:54:32 -0500 (19 days ago) Merge branch 'nanorc-AUTHORS'

boo/trunk/AUTHORS 2930 history download (+11) new

boo/trunk/extras/boo.nanorc 2930 history download (+18) new

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 history download (+4 -0) diffs

boo/trunk/src/Boo.Lang.Compiler/TypeSystem/TypeSystemServices.cs 2929 history download (+6 -0) diffs

boo/trunk/tests/testcases/net2/generics/nullable-3.boo 2929 history download (+4 -0) diffs

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 history download (+3 -2) diffs

boo/trunk/src/Boo.Lang.Compiler/Steps/ProcessMethodBodies.cs 2928 history download (+10 -2) diffs

boo/trunk/tests/testcases/regression/BOO-974-1.boo 2928 history download (+12) new

2926 by cedricv on 17 April 2008, 04:07:09 -0500 (29 days ago) Fix example.

boo/trunk/examples/serializearray.boo 2926 history download (+17 -17) diffs

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 history download (+2 -1) diffs

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 history download (+4 -2) diffs

boo/trunk/src/Boo.Lang.Compiler/Ast/Visitors/BooPrinterVisitor.cs 2924 history download (+20 -7) diffs

boo/trunk/src/Boo.Lang.Compiler/Steps/EmitAssembly.cs 2924 history download (+25 -2) diffs

boo/trunk/src/Boo.Lang.Compiler/Steps/NormalizeIterationStatements.cs 2924 history download (+2 -1) diffs

boo/trunk/src/Boo.Lang.Compiler/Steps/OptimizeIterationStatements.cs 2924 history download (+4 -2) diffs

… 52 more files in changeset.
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 history download (+28) new

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 history download (+14 -5) diffs

earlier earlier | later later
Open Source License registered to the Codehaus Project. This license of FishEye is provided to support the development of Codehaus only.
Atlassian FishEye, Subversion, CVS & Perforce analysis. (Version:1.5.1 Build:build-296 2008-04-24 ) - Administration - Page generated 2008-05-16 10:57 -0500