George Lyon

Results 8 issues of George Lyon

I'm not sure how to mock `system_getcwd`, but otherwise this works. ~We may eventually want to have a stack-allocated buffer of PATH_MAX size so we don't do two allocations, but...

Is anyone actively working on this? I added just-enough-for-my-use-case API in my own project here: https://github.com/GeorgeLyon/Shwift/blob/main/Sources/Shell/Support/Posix%20Spawn.swift but I'd be happy to flesh it out and contribute. Maybe this should wait...

I've been wanting to write something like ```swift let foo = try FileDescriptor .open("my-file", .readOnly) .closeAfter { fileDescriptor in /// do stuff with fileDescriptor } ```

**Type of issue**: Feature Request **Is your feature request related to a problem? Please describe.** Currently [`make replay`](https://github.com/chipsalliance/chisel/tree/main/svsim#advanced-usage) supports changing arbitrary command-line flags before replaying a test. As such, it...

svsim

**Type of issue**: Feature Request **Is your feature request related to a problem? Please describe.** `svsim` currently makes a "best attempt" to provide the required functionality for recent versions of...

svsim

**Is your feature request related to a problem? Please describe.** A VSCode workspace may contain multiple sourcekit-lsp workspaces. To be specific, by "VSCode workspace" I mean the folder you are...

enhancement
sourcekit-lsp
up next

I'm not sure if this is interesting, but when putting together [this PR](https://github.com/apple/sourcekit-lsp/pull/915) I did my development in a devcontainer (instructions provided in a Readme). As I'm often managing many...

It would be cool if you could have a template for creating a new workspace, using which could be as easy as `git clone http://josh/central.git:workspace-from-template=path/to/template-spec/new-module-name`. This would be useful for...