Daniel Grunwald
|
942b4f70ef
|
Move ConversionResoleResult to ICSharpCode.NRefactory.Semantics.
Boxing conversion for attribute arguments is now used consistently in C# type system and Cecil-loaded type system.
|
15 years ago |
Daniel Grunwald
|
f70a726495
|
Fixed resolving "-2147483648".
|
15 years ago |
Daniel Grunwald
|
3e8eb1e55d
|
Add NRefactory.ConsistencyCheck with round-tripping test.
Added parser unit tests for bugs discovered by the round-tripping test.
|
15 years ago |
Daniel Grunwald
|
8007d25b00
|
Fix CSharpOutputVisitorTests.AssignmentInCollectionInitializer.
Ignore some failing parser unit tests.
|
15 years ago |
Mike Krüger
|
94bad6c210
|
Fixed "InactiveIf" unit test.
|
15 years ago |
Mike Krüger
|
3e9a85d34d
|
Fixed complex generic class unit test.
|
15 years ago |
Mike Krüger
|
77a75818d6
|
Fixed constraints parsing #2.
|
15 years ago |
Daniel Grunwald
|
a71670f2bc
|
Fixed some issues with code round-tripping; and added unit tests for some parser failures.
|
15 years ago |
Daniel Grunwald
|
4db74d9da0
|
Fixed roundtripping of preprocessor directives.
|
15 years ago |
Daniel Grunwald
|
bf88746a7a
|
Added some failing parser tests for bugs discovered trying to roundtrip NRefactory itself.
|
15 years ago |
Daniel Grunwald
|
73438b7288
|
Make CSharpResolveVisitor internal and expose CSharpAstResolver instead.
|
15 years ago |
Daniel Grunwald
|
9d7c018fb2
|
Adjusted C# resolver to refactored type system.
|
15 years ago |
Daniel Grunwald
|
54851a741f
|
C# Type System implementation
|
15 years ago |
Daniel Grunwald
|
f631199013
|
Type system refactoring: split unresolved/resolved type systems.
|
15 years ago |
Mike Krüger
|
0320a66587
|
Added monodevelop code completion tests.
|
15 years ago |
Mike Krüger
|
7b542f4eb2
|
Enabled async tests.
|
15 years ago |
Mike Krüger
|
d91eb2c993
|
Print error information.
|
15 years ago |
Daniel Grunwald
|
fd8f8cf6cb
|
Adjust AST for async/await.
|
15 years ago |
Daniel Grunwald
|
e4d1f545fd
|
Add CodeDomConvertVisitor.
|
15 years ago |
Mike Krüger
|
f6de4e3c5d
|
improved error msg.
|
15 years ago |
Mike Krüger
|
71f47a687a
|
Added more debug output.
|
15 years ago |
Mike Krüger
|
99b1a32e03
|
Added debug message.
|
15 years ago |
Mike Krüger
|
2e6b746035
|
Improved error messages a bit.
|
15 years ago |
Mike Krüger
|
42aa01a527
|
Improved error message.
|
15 years ago |
Mike Krüger
|
20ba8992a4
|
Improved error message.
|
15 years ago |
Daniel Grunwald
|
dfc98609ce
|
Move ICSharpCode.Editor into NRefactory.
|
15 years ago |
Daniel Grunwald
|
b5b2408cbc
|
Move NRefactory.CSharp to separate assembly.
|
15 years ago |
Mike Krüger
|
8e78ca4d3c
|
Use path combine.
|
15 years ago |
Mike Krüger
|
447558f2c0
|
Fixed parser test set up for non windows systems.
|
15 years ago |
Mike Krüger
|
e7d9bf64e4
|
Fixed attribute section tests.
|
15 years ago |
Mike Krüger
|
02fe3e32e5
|
Fixed array create expression tests.
|
15 years ago |
Daniel Grunwald
|
a06110c255
|
Rename ParsedFile to CSharpParsedFile.
|
15 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.
|
15 years ago |
Daniel Grunwald
|
3fdf0ee6c6
|
Implemented resolver for LINQ queries.
|
15 years ago |
Daniel Grunwald
|
b1804fd9df
|
Add position-checking unit test to NRefactory.
|
15 years ago |
Daniel Grunwald
|
da92bc45f2
|
Fix crash when serializing SimpleProjectContent.
Add failing unit test for an attribute section with two attributes.
|
15 years ago |
Daniel Grunwald
|
a5c93a38e4
|
Adjust resolver to object initializer AST changes.
|
15 years ago |
Daniel Grunwald
|
36c412d310
|
Allow serializing SimpleProjectContent and parsed C# type references.
|
15 years ago |
Daniel Grunwald
|
769c0ae2e0
|
Allow CecilProjectContent to be serialized. Add FastSerializer to NRefactory.Utils.
|
15 years ago |
Mike Krüger
|
abbf9d661d
|
Used the namedexpression instead of assignment/namedargument
expressions.
|
15 years ago |
Mike Krüger
|
3e99fabb2e
|
Fixed object create expression tests /remove named expression lists
(was an obsolete node).
I tried out the node, but choosed to go with namedexpression +
arrayinitializerexpression because it's semantically the same.
|
15 years ago |
Mike Krüger
|
c373100923
|
Fixed ComplexCollectionInitializer tests.
|
15 years ago |
Daniel Grunwald
|
7a2c59ae4a
|
Add GetMemberOptions.
|
15 years ago |
Daniel Grunwald
|
5c585e110b
|
Apply license header to unit tests.
Add parser unit tests for ObjectCreateExpression.
|
15 years ago |
Daniel Grunwald
|
e17ba7462a
|
Add unit tests for TypeSystemAstBuilder.
|
15 years ago |
Daniel Grunwald
|
a9a6e1680d
|
Add ID string provider + a few resolver bugfixes
|
15 years ago |
Mike Krüger
|
7e29f61da6
|
Fix build (however formatting tests will fail).
|
15 years ago |
Daniel Grunwald
|
3685f491b9
|
Fixed TypeSystemConvertVisitor for read-only properties.
Added some attribute parser tests.
|
15 years ago |
Mike Krüger
|
0398fd691a
|
Fixed 'GlobalAttributeCSharp' test.
|
15 years ago |
Daniel Grunwald
|
fb57f7d545
|
Fixed several issues in the type system convert visitor.
|
15 years ago |