Skip to content

Feat/4092/unifiedparser python support#4095

Merged
Nereboss merged 10 commits intomainfrom
feat/4092/unifiedparser-python-support
Jul 18, 2025
Merged

Feat/4092/unifiedparser python support#4095
Nereboss merged 10 commits intomainfrom
feat/4092/unifiedparser-python-support

Conversation

@Nereboss
Copy link
Collaborator

Add python support to unifiedParser

Closes: #4092

Description

See title

Definition of Done

A PR is only ready for merge once all the following acceptance criteria are fulfilled:

  • Changes have been manually tested
  • All TODOs related to this PR have been closed
  • There are automated tests for newly written code and bug fixes
  • All bugs discovered while working on this PR have been submitted as issues (if not already an open issue)
  • Documentation (GH-pages, analysis/visualization READMEs, parser READMEs, --help, etc.) has been updated (almost always necessary except for bug fixes)
  • CHANGELOG.md has been updated

Screenshots or gifs

@Nereboss Nereboss force-pushed the feat/4092/unifiedparser-python-support branch from 496fdbf to 198dc19 Compare June 24, 2025 11:45
@Nereboss Nereboss marked this pull request as ready for review June 24, 2025 14:02
@Nereboss Nereboss force-pushed the feat/4092/unifiedparser-python-support branch from 198dc19 to 4412203 Compare June 24, 2025 14:56
val currentNode = lookAheadCursor.currentNode()
require(
currentNode.startPoint.row >= line
) { "Malformed tree detected, child node start line comes before parent node start like!" }
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
) { "Malformed tree detected, child node start line comes before parent node start like!" }
) { "Malformed tree detected, child node start line comes before parent node start line!" }

@phanlezz
Copy link
Member

phanlezz commented Jul 1, 2025

Looks good to me, only one small typo in the readme. 👍

@Nereboss Nereboss force-pushed the feat/4092/unifiedparser-python-support branch from 51e1295 to 8399c5f Compare July 17, 2025 10:59
Copy link
Collaborator

@ChristianHuehn ChristianHuehn left a comment

Choose a reason for hiding this comment

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

Plus pipeline failed.

@Nereboss Nereboss enabled auto-merge (rebase) July 18, 2025 13:37
@sonarqubecloud
Copy link

@Nereboss Nereboss merged commit e7cd419 into main Jul 18, 2025
5 checks passed
@Nereboss Nereboss deleted the feat/4092/unifiedparser-python-support branch July 18, 2025 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add python support to unifiedParser

3 participants