Skip to content

refactor(core): remove property type prefix in string representation#780

Merged
AlessandroPomponio merged 3 commits into
mainfrom
cp_remove_cp_prefix_from_prints
Apr 2, 2026
Merged

refactor(core): remove property type prefix in string representation#780
AlessandroPomponio merged 3 commits into
mainfrom
cp_remove_cp_prefix_from_prints

Conversation

@christian-pinto
Copy link
Copy Markdown
Member

@christian-pinto christian-pinto commented Apr 2, 2026

This PR removes the "cp-", "ap-", "vp-" and "op-" prefixes when converting properties to string. The prefixes turned out being confusing to the user when reading logs and error messages.

This PR fixes #779

…identifier to string

Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
@AlessandroPomponio AlessandroPomponio changed the title feat(ado-core): Remove property type prefix when converting properties to string refactor(core): remove property type prefix in string representation Apr 2, 2026
Copy link
Copy Markdown
Member

@AlessandroPomponio AlessandroPomponio left a comment

Choose a reason for hiding this comment

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

Could you also update:

  • examples/ml-multi-cloud/EXAMPLE_OBJECTIVE.md L117 to benchmark_performance-wallClockRuntime
  • plugins/custom_experiments/autoconf/README.md L167 to {'can_recommend': True, 'gpus': 4, 'workers': 1}

…pe prefix

Signed-off-by: Christian Pinto <christian.pinto@ibm.com>
Copy link
Copy Markdown
Member

@AlessandroPomponio AlessandroPomponio left a comment

Choose a reason for hiding this comment

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

LGTM thanks

@AlessandroPomponio AlessandroPomponio added this pull request to the merge queue Apr 2, 2026
Merged via the queue into main with commit d55828a Apr 2, 2026
19 checks passed
@AlessandroPomponio AlessandroPomponio deleted the cp_remove_cp_prefix_from_prints branch April 2, 2026 10:46
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.

feat: Improve error messages in case of wrong entity space definition

2 participants