Conversation
Very WIP. Not sure how to handle the versioned macOS file *or* the AppImage. Probably missed something too, my Gradle-fu is limited to Gradle Kotlin. Caveats: - macOS is ARM-only. I might be able to make an Intel version. - All artifacts are versioned and will *probably* stay that way, unless I make a WPILib-specific version. Mostly affects the tools update thingy - Windows has an ARM build. Currently there seems to not be any corresponding Windows on ARM infrastructure anywhere else in WPILib, so I just put a sensible name for now. - AppImage - QDash is licensed under the GPL-3.0-or-later. Needs a third party notice? Keep in mind distribution of this nature is permitted under GPL Signed-off-by: crueter <crueter@eden-emu.dev>
Signed-off-by: crueter <crueter@eden-emu.dev>
|
Per wpilibsuite/allwpilib#3165 (comment) the only blocker for Windows on ARM is the JavaFX tools which are going away for 2027. So... perfect time to support it I guess? |
|
I think we'd wait to see 2026 usage reporting before deciding whether to add for 2027. |
Signed-off-by: crueter <crueter@eden-emu.dev>
|
Do you have a second maintainer or a succession plan? Based on it being hosted on a personal server with a convoluted process to contribute, i'm worried about sustainability. |
|
I plan to maintain it at least until 2030, and thereafter I have a friend of mine who has repeatedly expressed interest in taking it over once I'm no longer able to maintain it. In that scenario (or if there is enough demand), QDash can move fully back to GitHub to make it easier to contribute. FWIW people can already contribute via PRs to the GitHub mirror. |
Very WIP. Not sure how to handle the versioned macOS file or the
AppImage. Probably missed something too, my Gradle-fu is limited to
Gradle Kotlin.
Caveats:
I make a WPILib-specific version. Mostly affects the tools update
thingy
corresponding Windows on ARM infrastructure anywhere else in WPILib,
so I just put a sensible name for now.
notice? Keep in mind distribution of this nature is permitted under
GPL
benefits:
Signed-off-by: crueter crueter@eden-emu.dev