Use LangVersion 11.0 and fix booting on Linux#33
Open
thearst3rd wants to merge 4 commits intomainfrom
Open
Conversation
|
I built the PR on Arch Linux. HAT version was from the latest commit in I am attaching the log file: |
Jenna1337
requested changes
Apr 29, 2026
Jenna1337
approved these changes
Apr 30, 2026
Member
|
Looks good to me |
Member
|
I'll admit I haven't tested it, but I reviewed every line of code and it looks like the charges are mostly minor syntax changes that should not affect the stability or functionality. |
zrckr
approved these changes
Apr 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR changes the LangVersion to 11.0 and addresses all arising issues, which is necessary for running mods on Linux. (73f4002)
That by itself didn't actually fix FEZUG failing to start - that was caused by an issue with the tuples used in FpsGraph and TextHud. I changed those to use a class and that fixed the issue. (d567098)
In order to make tracking down the issue easier if this exception gets thrown again, I re-throw the exception but with the actual information about which classes are failing to load. (c82c53c) Maybe we should do this in HAT instead (and maybe properly show a popup box instead of rethrowing lol)?
Sorry about all of the whitespace formatting changes (maybe we should have a linter?) I also fixed up a bunch of warnings I saw. (04069a5)
2020 2021 2022 2023 2024 20252026 is the year of the linux desktop 🐧