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

Relax source file attribute check #1109

Merged
merged 1 commit into from Nov 11, 2022
Merged

Conversation

hcoles
Copy link
Owner

@hcoles hcoles commented Nov 11, 2022

The purpose of the check is to alert users that they must configure the compiler to include source file debug info.

Previously all classes were checked to ensure the source file was present, however it appears there may be some scenarios in which the source file is omitted when compiling kotlin.

To allow analysis of the remaining classes, the check has been relaxed so that the info must be present in at least one file, rather than all files.

The purpose of the check is to alert users that they must configure the
compiler to include source file debug info.

Previously all classes were checked to ensure the source file was
present, however it appears there may be some scenarios in which the
source file is omitted when compiling kotlin.

To allow analysis of the remaining classes, the check has been relaxed
so that the info must be present in at least one file, rather than all
files.
@hcoles hcoles merged commit f043493 into master Nov 11, 2022
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

1 participant