DocPod.load() allows a null Env parameter, because the Env is only used for logging. But if you call...
compilerDoc::DocPod(null, `myPod.pod`.toFile)
it gives:
Failed reading pod doc for myPod.pod
sys::NullErr: Coerce to non-null
fan.sys.NullErr.makeCoerce (NullErr.java:38)
compilerDoc::DocPod.load (DocPod.fan:19)
SlimerDude Tue 3 Jul 2018
DocPod.load() allows a
null
Env parameter, because theEnv
is only used for logging. But if you call...it gives:
I believe the ctor arg just needs to be nullable:
brian Mon 5 Nov 2018
Sorry, just seeing this now Steve. I pushed a fix.