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

DM-29073: Make ButlerURI immutable #485

Merged
merged 18 commits into from Mar 5, 2021
Merged

DM-29073: Make ButlerURI immutable #485

merged 18 commits into from Mar 5, 2021

Conversation

timj
Copy link
Member

@timj timj commented Mar 5, 2021

No description provided.

timj added 10 commits March 5, 2021 09:23
This is the way that the `replace()` method calls the constructor
and it makes sense to bypass the automatic logic since `replace()`
should be returning whatever class it was given.
This affects the updateExtension and updateFile methods which
are now renamed to updatedExtension and updatedFile
updateFile -> updatedFile
updateExtension -> updatedExtension
This unifies the logic to a single place for non-file code
(file code can actually check that it really is a directory)
This is possible now that a ButlerURI is immutable.
@timj timj requested a review from TallJimbo March 5, 2021 19:32
@timj
Copy link
Member Author

timj commented Mar 5, 2021

@TallJimbo this PR looks bigger than it really is because of all the docstring fixes. I'm hoping you can skip over those relatively quickly.

Previously it was implicit through the __copy__ method.
python/lsst/daf/butler/core/_butlerUri/_butlerUri.py Outdated Show resolved Hide resolved
-------
updated : `ButlerURI`
URI with the specified extension. Can return itself if
no extension was specified.
Copy link
Member

Choose a reason for hiding this comment

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

Would it be worthwhile to optimize the case where the extension is already the given one, too?

python/lsst/daf/butler/core/config.py Outdated Show resolved Hide resolved
timj added 2 commits March 5, 2021 16:17
This is mostly changing multi-line summaries to single lines.
That is sometimes a bit annoying.
@timj timj merged commit ec69339 into master Mar 5, 2021
@timj timj deleted the tickets/DM-29073 branch March 5, 2021 23:45
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.

None yet

3 participants