Anshul Singhvi
Anshul Singhvi
Why should this error, is more the question to me. A warning seems sufficient?
Just from a file? But not in a git repo. This was specifically to create and display documentation locally.
Can we at least have the error occur only in CI, then?
From discussion we settled on having something like `repo = Documenter.OptionalRepo()` that will trigger ignoring this behaviour if not in a repo. Closing this in favour of that kind of...
Yeah, not sure why the tests failed, but they magically turned green on the last commit. Might have been an intermittent thing, we'll see now I suppose
Ah no! I thought that would revert the commit, not the file 😅
Hmm, it looks like wrapping here somehow changed printing for errors and vectors? Maybe it's the module declaration bringing in Base? A lot of the errors seem fine to me,...
Ah interesting! But yeah I would not have expected that to be the case, especially since we are eval'ing in to the module with `invokelatest` (at least I think we...
So it turns out we were in fact _not_ using invokelatest, let's see if that helps any in CI. I noticed you added the changes from #2804 here as well,...
Awesome! Looks like all CI is passing with that change. Since the invokelatest was reverted I'd say this is ready to go!