-
Notifications
You must be signed in to change notification settings - Fork 27
Rewrite MSBuild parsing for improved language support #369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
1595bc7 to
8cd385f
Compare
cirras
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm seeing a lot of parameters that look like MSBuildState properties, I think we should rename them all to state.
delphi-frontend/src/main/java/au/com/integradev/delphi/msbuild/DelphiMSBuildUtils.java
Outdated
Show resolved
Hide resolved
delphi-frontend/src/main/java/au/com/integradev/delphi/msbuild/MSBuildItem.java
Show resolved
Hide resolved
delphi-frontend/src/main/java/au/com/integradev/delphi/msbuild/MSBuildParser.java
Outdated
Show resolved
Hide resolved
delphi-frontend/src/main/java/au/com/integradev/delphi/msbuild/MSBuildParser.java
Show resolved
Hide resolved
...-frontend/src/main/java/au/com/integradev/delphi/msbuild/expression/ExpressionEvaluator.java
Show resolved
Hide resolved
cirras
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, let's get a CHANGELOG entry.
This rewrite adds support for - Items - Item metadata expressions - Well-known properties and metadata - Improved property and item handling - Improved conditional expression evaluation
|
Updated with changelog. |
cirras
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! 👍
This rewrite adds support for
These features don't typically turn up in Delphi project files, but they theoretically can - they are handled correctly by the IDE and so should be supported by our parser.