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

feat(modules): Remove mode_map var in favor of static internal local value #60

Merged
merged 1 commit into from
Dec 21, 2023

Conversation

michalbil
Copy link
Contributor

Description

Remove mode_map input variable, create a local value to serve it's purpose.

Motivation and Context

Resolves #58

How Has This Been Tested?

Apply existing example.

Types of changes

  • Enhancement (cleaner code, no extra variable with no real usage)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

Copy link
Contributor

@sebastianczech sebastianczech left a comment

Choose a reason for hiding this comment

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

👍

@michalbil michalbil changed the title feat: Remove mode_map var in favor of static internal local value feat(modules): Remove mode_map var in favor of static internal local value Dec 21, 2023
Copy link
Contributor

@pimielowski pimielowski left a comment

Choose a reason for hiding this comment

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

LGTM!

@michalbil michalbil merged commit c5f7401 into main Dec 21, 2023
49 checks passed
@michalbil michalbil deleted the remove-mode-map-variable branch December 21, 2023 17:14
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.

Move "mode_map" and "tag_color_map" (tags module) input variables to a local ones
3 participants