-
Notifications
You must be signed in to change notification settings - Fork 373
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make entity path parsing infallible by default
Closes #3393 For the Python and Rust SDK, any string is now a valid entity path, though perhaps not the one you where expecting. A warning is printed if the format is not the normalized format. For C/C++ I opted to still use the strict parsing for now. We can revisit that later.
- Loading branch information
Showing
5 changed files
with
162 additions
and
148 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
Oops, something went wrong.