-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
IKVM.CoreLib and Diagnostics #581
Merged
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d2bf075 - Browse repository at this point
Copy the full SHA d2bf075View commit details -
Replace IssueMessage with various versions of Report. It's still a bi…
…t weird how there are special calls for CompilerClassLoader. This is because its the only thing that holds the options. Problem is not all Types are part of a ClassLoader. Some are shared between class loaders. Maybe it makes sense to have some fundamental class loader for them.
Configuration menu - View commit details
-
Copy full SHA for 8f281a5 - Browse repository at this point
Copy the full SHA 8f281a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d32f963 - Browse repository at this point
Copy the full SHA d32f963View commit details
Commits on Aug 23, 2024
-
Replacing remaining Trace stuff and removed Trace. Hide Trace and Inf…
…ormation in console output. Need to figure out how best to make this configurable.
Configuration menu - View commit details
-
Copy full SHA for 627d5d8 - Browse repository at this point
Copy the full SHA 627d5d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc8a3d9 - Browse repository at this point
Copy the full SHA dc8a3d9View commit details
Commits on Aug 24, 2024
-
Change .ClassLoader to a property.
Reimplement Diagnostics as a more EventSource focused interface, calling explicit methods. Add an EvetnSource bridge used on JVM (real runtime). Forward as DiagnosticEvent records to ikvmc and ikvmstub.
Configuration menu - View commit details
-
Copy full SHA for 724a692 - Browse repository at this point
Copy the full SHA 724a692View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97662f5 - Browse repository at this point
Copy the full SHA 97662f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b63c24 - Browse repository at this point
Copy the full SHA 8b63c24View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5577264 - Browse repository at this point
Copy the full SHA 5577264View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec08f14 - Browse repository at this point
Copy the full SHA ec08f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bdbdb9 - Browse repository at this point
Copy the full SHA 7bdbdb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ac4fb3 - Browse repository at this point
Copy the full SHA 9ac4fb3View commit details
Commits on Aug 25, 2024
-
Use UnloadableType with type set instead of just name. Emit log messages a bit cleaner.
Configuration menu - View commit details
-
Copy full SHA for 12124b3 - Browse repository at this point
Copy the full SHA 12124b3View commit details
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.