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
{{ message }}
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.
Transcc currently supports no way to order Imported files.This causes a lot of trouble when interfacing with C and C++ Project which rely on a specific order of imports (and are not Monkey optimised like MySql). It would be nice if there was a possibility to import files in a more ordered way. https://github.com/blitz-research/monkey/blob/develop/src/transcc/builder.monkey#L71
e.g. possibility to import headers first and files that use these headers last (or just later)
(even a simple ImportFirst / ImportLast would probably do?)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Transcc currently supports no way to order Imported files.This causes a lot of trouble when interfacing with C and C++ Project which rely on a specific order of imports (and are not Monkey optimised like MySql). It would be nice if there was a possibility to import files in a more ordered way.
https://github.com/blitz-research/monkey/blob/develop/src/transcc/builder.monkey#L71
e.g. possibility to import headers first and files that use these headers last (or just later)
(even a simple ImportFirst / ImportLast would probably do?)
The text was updated successfully, but these errors were encountered: