Skip to content

Conversation

@lm-sousa
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings December 26, 2025 17:09
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR removes deprecated LARA DSL-related code as part of a cleanup effort. The changes involve deleting numerous auto-generated parser AST (Abstract Syntax Tree) files and the Gradle settings file.

  • Removal of approximately 100+ auto-generated AST node classes from the LARA ECMAScript parser
  • Deletion of the Gradle settings configuration file
  • All removed files were generated code (marked with "Generated By:JavaCC" or "Generated By:JJTree" headers)

Reviewed changes

Copilot reviewed 177 out of 1295 changed files in this pull request and generated no comments.

File Description
JJTLARAEcmaScriptState.java Removed auto-generated parser state management class
AST*.java (multiple files) Removed auto-generated AST node classes for various language constructs (statements, expressions, declarations, etc.)
settings.gradle Removed Gradle build configuration with project dependencies

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +151 to +153
addJps(jps: LaraJoinPoint[]) {
jps = arrayFromArgs(jps) as LaraJoinPoint[];

Copy link
Member Author

@lm-sousa lm-sousa Jan 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@joaobispo Is this change still supposed to be here?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You'll need to open up the merge diff view because the diff in this page looks to be quite broken.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

3 participants