Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mosa.Tool.Explorer.Avalonia: improve speed + synchronize changes #1228

Merged
merged 1 commit into from
May 8, 2024

Conversation

AnErrupTion
Copy link
Collaborator

This PR synchronizes changes from Mosa.Tool.Explorer into Mosa.Tool.Explorer.Avalonia, and introduces the following changes:

  • Fix a bug where compiler logs wouldn't be shown
  • Some operations like loading a DLL and compiling methods were made asynchronous to prevent the UI from freezing (this made the operations a bit faster and the UI more responsive as a result)
  • Nested tab controls were removed in the Counters and Compiler Counters tabs. Instead, the raw text can be copied using a button in each section
  • Some miscelleaneous code style changes

Signed-off-by: AnErrupTion <anerruption@disroot.org>
@AnErrupTion AnErrupTion self-assigned this May 8, 2024
@tgiphil tgiphil merged commit 6785f14 into mosa:master May 8, 2024
66 checks passed
@AnErrupTion AnErrupTion deleted the explorer-changes branch May 8, 2024 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants