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
but then I have no way to invoke the actual decoder code.
AFAICT Decoder only access the *parser once by calling parse(). Makes me wonder it would sound correct to refactor this so it relies on some Parser interface, so that one can use:
I'm running some custom logic to post-process a yaml document as a plain
yaml.Node
, which I obtain by :but then I have no way to invoke the actual
decoder
code.AFAICT Decoder only access the
*parser
once by callingparse()
. Makes me wonder it would sound correct to refactor this so it relies on someParser
interface, so that one can use:would this sound good? Happy to prepare a PR for this purpose
The text was updated successfully, but these errors were encountered: