-
-
Notifications
You must be signed in to change notification settings - Fork 624
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
Changes in imported swift files do not trigger a cache rebuild #889
Comments
|
what is |
Yeah, I figured that. Something else must be going on. Poor form to report 2 things in one issue anyways, let's leave discussion for the first comment. |
Assuming we have a file like
Generation.swift
and it's imported like so:If there is a compilation error stemming from code in
Generation.swift
, fixing that error and rerunning Sourcery results in the same compilation error popping up.Workaround: Make a trivial change to the template that is importing the file to force Sourcery to re-import the effected file.
The text was updated successfully, but these errors were encountered: