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

Remove workaround to simulate empty key in config #110

Merged
merged 1 commit into from
Nov 27, 2023

Conversation

simu
Copy link
Member

@simu simu commented Nov 24, 2023

Our reclass in Rust implementation handles empty keys fine (as long as you don't try to use them in parameter references), so we can remove the workaround in the component.

Follow-up for #85

Checklist

  • The PR has a meaningful title. It will be used to auto-generate the
    changelog.
    The PR has a meaningful description that sums up the change. It will be
    linked in the changelog.
  • PR contains a single logical change (to build a better changelog).
  • Categorize the PR by adding one of the labels:
    bug, enhancement, documentation, change, breaking, dependency
    as they show up in the changelog.
  • Link this PR to related issues or PRs.

Our reclass in Rust implementation handles empty keys fine (as long as
you don't try to use them in parameter references), so we can remove the
workaround in the component.
@simu simu force-pushed the remove-empty-key-workaround branch from 51774b5 to de37b32 Compare November 24, 2023 17:00
@simu simu merged commit c585188 into master Nov 27, 2023
10 checks passed
@simu simu deleted the remove-empty-key-workaround branch November 27, 2023 13:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants