Kare Morstol

Results 20 comments of Kare Morstol

Sure there is always the possibility items in the file system will change and make your paths invalid, but that problem will always be there. What I meant by catching...

_note: I make no claims about improving filesystem access safety. Just trying to catch more programmer errors at compile time._ @mrackwitz I've been thinking along the same lines. I think...

Or just adding a `.renaming(String) -> Path` method might be easier since everything in a Path is immutable.

[Uncomment this](https://github.com/kareman/FileSmith/blob/0.1.0/Tests/FileSmithTests/FileTests.swift#L117) to run the test on Linux.

Check out https://github.com/zwaldowski/Attabench/tree/zwaldowski/swift-5.0 . It also works in Xcode 11 beta 5.

@mdznr Ask @zwaldowski

Has incorrect links on the homepage to operator pages.

What if Marathon worked equally well with Package Manager projects as with individual swift files? So `marathon run ` would build and run it, and `marathon install ` would put...

The problem is that when the user edits the script in Xcode, the original script file is not the file being edited. Can we make Xcode edit the original script...