We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d43cd commit 0a5c955Copy full SHA for 0a5c955
src/main/scala/org/nlogo/build/NetLogoExtension.scala
@@ -140,7 +140,7 @@ object NetLogoExtension extends AutoPlugin {
140
val callers = if (miniNetLogoDeps.contains(module)) {
141
Set[MiniModule]()
142
} else {
143
- m.callers.map( (c) => miniturizeModule(c.caller) ).toSet
+ m.callers.map((c) => miniturizeModule(c.caller)).toSet.filter(_ != module)
144
}
145
CalledModule(module, callers)
146
})
0 commit comments