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
This is a more complex issue, caused by the current imperfect support for building dependency graphs, which causes problems when #parent > 1. At the moment I haven't had time to deal with it and perhaps the dependency graph needs to be improved, which will take some time to refactor it.
Xmake Version
v2.6.4+dev.0fcbe01
Operating System Version and Architecture
macOS 12.2.1
Describe Bug
The following pattern causes XMake to seize up by referencing a module in its own compilation command as
-fmodule-file=
:b
imports moduleimportable
a
imports bothimportable
andb
Test case: https://gist.github.com/ab56fbaad6045fa5f1434253efe5e4bb.git
Expected Behavior
-fmodule-file=build/.gens/rules/modules/cache/a.pcm
is not passed as a parameter.Project Configuration
No response
Additional Information and Error Logs
Details
The text was updated successfully, but these errors were encountered: