Daniel Grunwald
|
46881e6ea2
|
Un-ignore some tests that were fixed
|
13 years ago |
Daniel Grunwald
|
93e2def893
|
Fix #75: conversion between delegate types
|
13 years ago |
Mike Krüger
|
f7fb29804d
|
Implemented better solution for the array initializer workaround hack.
|
13 years ago |
Mike Krüger
|
7a69c6544b
|
Fixed Issue #38: Parser Regression in ObjectCreate initialization
|
13 years ago |
Mike Krüger
|
ef726be8c9
|
[UnitTests] Disabled broken tests.
|
13 years ago |
Daniel Grunwald
|
777be39cca
|
Rewrite of the substitution logic in SpecializedMember.
Specializing an already-specialized member now produces the same result as performing the two specializations in a single step.
|
14 years ago |
Daniel Grunwald
|
d338acc553
|
Fix icsharpcode/NRefactory#18: ResolveResult for object creation
|
14 years ago |
Mike Krüger
|
f1fa0e0526
|
Enabled working unit test.
|
14 years ago |
Mike Krüger
|
d6d1f08492
|
Fixed ignored unit test.
|
14 years ago |
mike
|
b13dad1436
|
Resolve visitor change: If the type of an object create expression
can't be resolved give back the type resolution failure.
This is required to tell why the object creation couldn't be resolved.
|
14 years ago |
Daniel Grunwald
|
c4ce9344f0
|
Fixed bug when resolving base constructor calls.
|
14 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
14 years ago |
Daniel Grunwald
|
b7fcc55308
|
Re-enable resolver unit tests that failed due to the parser returning incorrect positions.
Fixed a bug that caused array initializers to fail to resolve when the parent variable initializer was not being resolved.
|
14 years ago |
Daniel Grunwald
|
b7a17c206e
|
Adjust unit tests to InvocationResolveResult changes.
|
14 years ago |
Daniel Grunwald
|
e37dc4b6c7
|
Move ResolveResults to NR.Semantics
|
14 years ago |
Daniel Grunwald
|
5b17740bea
|
Use explicit interface implementation in ResolveVisitor to make it clear what the public API is supposed to be.
Added support for QueryJoinClause and QueryOrderClause to the resolver.
|
14 years ago |
Daniel Grunwald
|
9d0e6ae0f8
|
Resolver: added support for collection initializers and nested object initializers.
|
14 years ago |
Daniel Grunwald
|
a5c93a38e4
|
Adjust resolver to object initializer AST changes.
|
14 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
14 years ago |
Daniel Grunwald
|
e51e3a95cb
|
Add InvocationResolveResult.
|
14 years ago |
Daniel Grunwald
|
a9a6e1680d
|
Add ID string provider + a few resolver bugfixes
|
14 years ago |
Daniel Grunwald
|
878dbbff0b
|
Fixed some issues in resolver; enable resolver unit tests.
|
14 years ago |
Daniel Grunwald
|
9e42e6b6f4
|
Enable some unit tests that work with the type reference hack.
|
15 years ago |
Daniel Grunwald
|
b9f9caaa9c
|
Added some unit tests and fixed some bugs.
|
15 years ago |
Daniel Grunwald
|
88b00cc33e
|
Added a few unit tests.
|
15 years ago |