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

Fix get_namespace tag problems #141

Merged
merged 1 commit into from
Sep 17, 2021
Merged

Conversation

MysteryBlokHed
Copy link
Owner

@MysteryBlokHed MysteryBlokHed commented Sep 17, 2021

Closes #140

Fixes a problem where files::get_namespace wouldn't work properly if the path contained the word functions at any point. This is actually not backwards-compatible due to the change of return type from Result<&str, &str> to Result<String, &str>, but the API isn't stable and isn't used by anyone else so it seems ok to release as a patch.

CLoses #140

Fixes a problem where `files::get_namespace` wouldn't work properly if
the path contained the word `functions` at any point. This is actually
not backwards-compatible due to the change of return type from
`Result<&str, &str>` to `Result<String, &str>`, but the API isn't stable
and isn't used by anyone else so it seems ok to release as a patch.
@github-actions github-actions bot added lib Related to the Databind library source Affects the project's source labels Sep 17, 2021
@MysteryBlokHed MysteryBlokHed added this to the Databind 0.7.2 milestone Sep 17, 2021
@MysteryBlokHed MysteryBlokHed marked this pull request as ready for review September 17, 2021 22:16
@MysteryBlokHed MysteryBlokHed merged commit d8802aa into master Sep 17, 2021
@MysteryBlokHed MysteryBlokHed deleted the 140-fix-get-namespace branch September 17, 2021 22:16
MysteryBlokHed added a commit that referenced this pull request Sep 17, 2021
This reverts commit d8802aa.
PR #141 didn't actually fix the problem it said it did.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib Related to the Databind library source Affects the project's source
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can't tag functions if project name contains functions
1 participant