Skip to content

Fixes auto name bug and adds clearer error for missing custom file or function name#199

Open
StephenNneji wants to merge 1 commit intoRascalSoftware:mainfrom
StephenNneji:fix_auto_num
Open

Fixes auto name bug and adds clearer error for missing custom file or function name#199
StephenNneji wants to merge 1 commit intoRascalSoftware:mainfrom
StephenNneji:fix_auto_num

Conversation

@StephenNneji
Copy link
Contributor

@StephenNneji StephenNneji commented Feb 16, 2026

Unique names can be broken by doing the following. This PR fixes the issue

  p = RAT.Project()
  p.parameters.append(name="New Parameter 1")
  p.parameters.append()
  print(p.parameters)

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.

1 participant