We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713eadc commit d4944b2Copy full SHA for d4944b2
Readme.adoc
@@ -2265,7 +2265,10 @@ string, int or set representations of the `os.PermSet` via:
2265
[#0-10-7]
2266
=== 0.10.7
2267
2268
-* Allow multi-segment paths segments for literals https://github.com/com-lihaoyi/os-lib/pull/297
+* Allow multi-segment paths segments for literals https://github.com/com-lihaoyi/os-lib/pull/297: You
2269
+ can now write `os.pwd / "foo/bar/qux"` rather than `os.pwd / "foo" / "bar" / "qux"`. Note that this
2270
+ is only allowed for string literals, and non-literal path segments still need to be wrapped e.g.
2271
+ `def myString = "foo/bar/qux"; os.pwd / os.SubPath(myString)` for security and safety purposes
2272
2273
[#0-10-6]
2274
=== 0.10.6
0 commit comments