slatex / lmhtools

2 stars 0 forks source link

There are spurious blue nodes in the IWGS graph #4

Open kohlhase opened 5 years ago

kohlhase commented 5 years ago

The IWGS graph contains the node "simple-type.tex", which is never shown the course (but of course included). simple-types.tex should be green.

jfschaefer commented 5 years ago

I looked a bit into it and I don't understand why "simple-type.tex" is never shown in the course:

bitbyte.tex is shown in the course. It contains the following line: \importmhmodule[repos=BaseMH/physics,path=units/en/quantities]{quantities}

And quantities.tex contains the following line: \importmhmodule[repos=MiKoMH/CompLog,path=stlc/en/simple-types]{simple-types}%

~> Shouldn't everything imported through importmhmodule be shown?

kohlhase commented 5 years ago

Ah, I sense a misunderstanding here. Let me clarify: Here is the idea:

THus bitbyte is in MS and quantities and simple-types are in MU (since there is no \mhinputref{.../quantities}.

I hope this helps.

jfschaefer commented 5 years ago

This clarification helped a lot. It should be fixed now.

Actually it got broken by my fix for #2 -- the original problem was that mhinputrefs and inputs got ignored in most cases.