Skip to content

Fix crashes #316

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Fix crashes #316

wants to merge 2 commits into from

Conversation

nya3jp
Copy link

@nya3jp nya3jp commented Mar 19, 2025

No description provided.

nya3jp added 2 commits March 20, 2025 01:21
FileStore#packageName and FileStore#modified used to raise NPE when a
specified file does not exist. This patch makes them return null so that
callers can handle them.
ReusableCompiler.Borrow used to be leaked when a runtime exception is
thrown in CompileBatch.needsAdditionalSources. This patch ensures to
release it. It should fix "Compiler is already in-use!" errors that
repeat after a runtime exception.
Copy link

@Androidrwcwride2 Androidrwcwride2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Androidrwcwride2/Android.X.

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.

2 participants