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
{{ message }}
This repository has been archived by the owner on Sep 9, 2020. It is now read-only.
#528 added warnings when the manifest contained invalid data, but a logical conflict with #525 (which removed global loggers) caused an error that wasn't caught by tests b/c they were merged in rapid succession. And so, we had #530.
This issue is for restoring that warning. It'll likely be a bit involved - *Loggers will need to be injected a fair ways up the chain, possibly into dep.Ctx + NewContext(), so that those warning messages can be restored.
This is pretty important to tackle quickly; I'll take care of it tonight if someone else doesn't get to it first.
The text was updated successfully, but these errors were encountered:
#528 added warnings when the manifest contained invalid data, but a logical conflict with #525 (which removed global loggers) caused an error that wasn't caught by tests b/c they were merged in rapid succession. And so, we had #530.
This issue is for restoring that warning. It'll likely be a bit involved -
*Loggers
will need to be injected a fair ways up the chain, possibly intodep.Ctx
+NewContext()
, so that those warning messages can be restored.This is pretty important to tackle quickly; I'll take care of it tonight if someone else doesn't get to it first.
The text was updated successfully, but these errors were encountered: