-
Notifications
You must be signed in to change notification settings - Fork 99
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
Disabling episode file induces a WARNING log during build #107
Comments
‘if-exists’ should only be added to episode schema bindings if episode is not disabled
Should be fixed now. |
attributes to it. Fixes highsource#107.
This should be fixed, but I'm still getting the error... I have:
Plugin version:
Output:
The file does not exist at the reported location. |
I confirm that the warning is still present with 0.14.0
|
@gavvvr / @samodadela |
@laurentschoelens Unfortunately, I can't check this, because I no longer have the codebase with |
Thanks for your reply |
When turning off the episode file in the project configuration, the build log contains a warn-log "Episode file is not writable, could not add if-exists attributes".
The log appears during the generate-phase:
I think this was introduced with #55 where
setupEpisodeHackForUnusedSchemaBindings()
only checks whether the episode file is writeable, but not if it's turned off at all.This can be fixed pretty easy by simply adding a check at said place.
I will provide a demo project/pull request asap.
The text was updated successfully, but these errors were encountered: