-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix get_namespace tag problems (#141)
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.
- Loading branch information
1 parent
7e007e7
commit d8802aa
Showing
2 changed files
with
20 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters