-
Notifications
You must be signed in to change notification settings - Fork 323
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
Allow resolving enso://
URIs in Data.read
and other places
#9225
Conversation
08e17c8
to
6ed6f6e
Compare
637a2cc
to
81f9e40
Compare
6ed6f6e
to
2063074
Compare
Sorry for pinging unrelated reviewers - GitHub did this automatically when changing PR's base branches. |
2063074
to
0d58bb5
Compare
6f4fc81
to
ed937ca
Compare
std-bits/base/src/main/java/org/enso/base/enso_cloud/EnsoPathFileSystemSPI.java
Show resolved
Hide resolved
is_path = name.starts_with "enso://" | ||
case is_path of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't see point of not putting into case statement.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
given how short the False
branch is would probably have done if/then/else
with the not condition but that is just stylistic.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't see point of not putting into case statement.
the point was to give this expression a name - for documentation purposes
…s) path resolution
ed937ca
to
f4944e1
Compare
Pull Request Description
enso://
URIs inData.read
#9048Important Notes
Checklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,
and
Rust
style guides. In case you are using a language not listed above, follow the Rust style guide.
./run ide build
.