Sean Molenaar

Results 495 comments of Sean Molenaar

Sounds like https://github.com/Homebrew/homebrew-cask/issues/170602

> Regarding the system extension, as far as I know this is a MacOS system-level limitation, and this would be the same case were you to remove the application the...

> Maybe we should reuse app for this on Linux I considered it, but deemed it too confusing. Especially with it not working on macOS. > Where are the app...

I'm also considering adding a desktop file for these so the various Linux systems can pick it up easily. Ref: https://specifications.freedesktop.org/desktop-entry-spec/latest/

This is waiting for the following pieces: - [ ] Adding integration tests to testbot so I don't break it again - [ ] Add cask change detection to testbot...

Not stale, but it is waiting for Linux CI for casks, and that's not going as fast as I'd like. So help would be much appreciated.

Okay, now that Linux CI for casks is merged I'm planning to: - [ ] make a PR that stops requiring `--cask` in Linux - [ ] Prepare this PR...

I guess this is an implementation of https://github.com/Homebrew/brew/issues/15808

Planning to finish this after the 22nd when I'm back from holiday.

``` 2024-09-17T16:54:51.6742030Z /tmp/swift-20240917-9833-635xgc/swift-testing/Sources/Testing/ABI/EntryPoints/EntryPoint.swift:37:72: error: reference to static property 'arguments' is not concurrency-safe because it involves shared mutable state 2024-09-17T16:54:51.6742930Z 35 | #endif 2024-09-17T16:54:51.6743080Z 36 | 2024-09-17T16:54:51.6743320Z 37 | let args...