You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that the findFile method implements the policy all code generators should use for locating files that are either imported or listed in the files target property. If they don't, we should bring all targets in alignment, and if they do we have a case of code duplication. We might create an issue for this and move on?
I think currently we don't support the files property outside the C-based targets. I am not sure how useful it would be for the other targets. For C++, it only adds redundancy but no new functionality. But yes, we can and should discuss this elsewhere.
I think currently we don't support the files property outside the C-based targets. I am not sure how useful it would be for the other targets. For C++, it only adds redundancy but no new functionality. But yes, we can and should discuss this elsewhere.
Originally posted by @cmnrd in #978 (comment)
The text was updated successfully, but these errors were encountered: