-
Notifications
You must be signed in to change notification settings - Fork 240
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
Fix broken tests. #93
Merged
Merged
Commits on Mar 8, 2020
-
Fix uninitalized debugger in JavaEditor.
Looks like constructor in Editor called from from JavaEditor is calling an overloaded method back in JavaEditor that expects debugger to have been initialized which is not possible since the parent constructor has not returned. This switches to loading debugger on demand (upon calling getDebugger) which allows for the Editor to use overloaded methods that expect debugger to be initialized.
Configuration menu - View commit details
-
Copy full SHA for 507e7fa - Browse repository at this point
Copy the full SHA 507e7faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86b92bc - Browse repository at this point
Copy the full SHA 86b92bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18653e2 - Browse repository at this point
Copy the full SHA 18653e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 926c458 - Browse repository at this point
Copy the full SHA 926c458View commit details -
Configuration menu - View commit details
-
Copy full SHA for d126c70 - Browse repository at this point
Copy the full SHA d126c70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3979d9a - Browse repository at this point
Copy the full SHA 3979d9aView commit details
Commits on Apr 20, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 45ee436 - Browse repository at this point
Copy the full SHA 45ee436View commit details
Commits on Apr 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for afe01e2 - Browse repository at this point
Copy the full SHA afe01e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f86f3fb - Browse repository at this point
Copy the full SHA f86f3fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e17706 - Browse repository at this point
Copy the full SHA 7e17706View 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.