Sam Phillips
Sam Phillips
The dylib files in `raylib-4.5.0_macos.tar.gz` appear to be set up for both x86_64 and arm64.
RAII isn't that crazy and I intended to have a more general form. I still forget sometimes that Rhombus macros can see subsequent forms in the same context. I'll take...
Added the `Closeable` interface and `Closeable.def` syntax. Feedback appreciated.
@samth wrote: > I've been writing some path-related code recently, so this is helpful. How much of the `racket/path` library should be exposed as `Path` methods? Do we want something...
Is there value in keeping `Path.read_with` and `Path.write_with`?
> I added one more operation (`Path.only`) It was initially unclear to me what that method is supposed to do. Could we use a different name for that? In the...
> Should `AbolutePath` and `RelativePath` be annotations (which are easier to use in patterns)? And then drop `Path.is_absolute`? At first I had made those as annotations. But they didn't seem...
> expose #{make-directory*} as make_directory_alt ~~`Path.make_directory_tree` sounds better to me.~~. Just realized you were providing feedback, not volunteering :D. These mostly look relevant and I'll see about fitting them in.
> I pushed some adjustments to `Closeable`, since the interplay between Racket and Rhombus layers there is tricky. I'm not sure if this is good or bad, but in the...
> Besides`Closeable`, it looks like `to_complete_path` is not yet documented, and probably that should be `to_absolute_path`. > > Should `AbolutePath` and `RelativePath` be annotations (which are easier to use in...