Menu

Legacy SVN Repository Commit Log


Commit Date  
[r5040] by mgricken

Better creation context.

2009-08-28 15:24:07 Tree
[r5039] by dlsmith

DynamicJava: Minor improvements to method lookup error messages.

2009-08-28 14:00:57 Tree
[r5038] by dlsmith

PLT Utilities: Set factories based on Iterables (makeSet(), makeRelation()) tweaked to preserve order using LinkedHashSet.

2009-08-28 13:58:14 Tree
[r5037] by mgricken

Better calling context.

2009-08-27 23:02:33 Tree
[r5036] by dlsmith

DynamicJava: Major improvement to error messages involving method and constructor invocations. Refactored MethodFinder, etc., to work with lists of DJMethods rather than wrapping those in unnecessary invocation information. Bug fix for looking up static-imported methods -- instance methods with the same name could be matched as well, leading to a runtime crash.

2009-08-27 20:46:05 Tree
[r5035] by dlsmith

DynamicJava: Refactored DJMethod/DJConstructor to keep track of the declaring instance (different than the object itself when class type parameters have been instantiated). This allows the lookup algorithms to ignore that detail. The declaring instance is necessary for compilation and (probably) overloading analysis.

2009-08-27 15:00:32 Tree
[r5034] by mgricken

Working on better creation context integration.

2009-08-27 14:36:54 Tree
[r5033] by dlsmith

DynamicJava: Enums are always treated as static. Capture variable bounds are always normalized. Error messages with lists of types group the capture-variable bound output together in a single side condition.

2009-08-26 21:11:22 Tree
[r5032] by dlsmith

DynamicJava:
- Revised member lookup, fixing correctness problems in method lookup and making everything a lot more readable.
- Implemented implicit inner constructor calls ("new Inner()", which is interpreted as "Outer.this.new Inner()").
- Fixed name lookup bug (internal exception) when inside of anonymous classes.
- Improved error messages when a lookup result is ambiguous.
- Fixed a bug in the TreeCompiler's handling of inner classes appearing in generic signatures.
- Changed format of capture variables appearing in error messages ("?T1" instead of "?1").

2009-08-26 19:55:28 Tree
[r5031] by mgricken

Working on better Creation Context errors.

2009-08-26 18:18:51 Tree
Older >
MongoDB Logo MongoDB