Skip to content
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

Escape $ inside the task name #283

Merged
merged 2 commits into from
Feb 2, 2024
Merged

Conversation

andresgomezfrr
Copy link
Collaborator

TL;DR

Escape $ from the task name. Normally task name is generated from the className and if the className is inside and scala object the result is ObjectName$TaskName, so we need to scape the $ to can execute the tasks properly.

Tested:
Screenshot 2024-02-02 at 12 55 17

Type

  • Bug Fix
  • Feature
  • Plugin

Are all requirements met?

  • Code completed
  • Smoke tested
  • Unit tests added
  • Code documentation added
  • Any pending items have an associated Issue

Signed-off-by: Andres Gomez Ferrer <[email protected]>

Fix format

Signed-off-by: Andres Gomez Ferrer <[email protected]>

Apply suggestions from code review

Co-authored-by: Honnix <[email protected]>
Signed-off-by: Andres Gomez Ferrer <[email protected]>
Signed-off-by: Andres Gomez Ferrer <[email protected]>
@andresgomezfrr andresgomezfrr merged commit 8d4976e into master Feb 2, 2024
4 checks passed
@andresgomezfrr andresgomezfrr deleted the fix-class-inside-objects-name branch February 2, 2024 13:31
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.

2 participants