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

Check for case sensitivity in map_res_name_to_id function #98

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Elson9
Copy link
Contributor

@Elson9 Elson9 commented Jul 12, 2023

Description

Fixes #97
Checks that the namespace given by the user contains only lowercase letters, to prevent the name discrepancy being detected further down the pipeline. This allows for a more descriptive error message to be displayed, instead of simply "Unexpected undefined".

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Documentation (non-breaking change with enhancements to documentation)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have checked that unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)

Further comments

@Elson9 Elson9 requested review from ikethecoder and jTendeck July 12, 2023 17:13
@github-actions github-actions bot added the stale label Dec 6, 2024
@rustyjux rustyjux removed the stale label Dec 6, 2024
@bcgov bcgov deleted a comment from github-actions bot Dec 6, 2024
Copy link

github-actions bot commented Dec 9, 2024

🔔 Friendly reminder: The following reviewers still need to review this PR: @ikethecoder

PS: @sdqdadat

@bcgov bcgov deleted a comment from github-actions bot Dec 9, 2024
@rustyjux rustyjux removed the request for review from jTendeck December 9, 2024 17:04
Copy link

🔔 Friendly reminder: The following reviewers still need to review this PR: @ikethecoder

PS: @sdqdadat

3 similar comments
Copy link

🔔 Friendly reminder: The following reviewers still need to review this PR: @ikethecoder

PS: @sdqdadat

Copy link

🔔 Friendly reminder: The following reviewers still need to review this PR: @ikethecoder

PS: @sdqdadat

Copy link

🔔 Friendly reminder: The following reviewers still need to review this PR: @ikethecoder

PS: @sdqdadat

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.

Case sensitivity issue with gwa-api
2 participants