Krishnan Anantheswaran
Krishnan Anantheswaran
@Andor @kvaps - any feedback?
@SpenceDiNicolantonio is correct. The reason the HTML reporter is failing is most probably due to the fact that it is being given the transformed version of the source and the...
nice trick with the annotation check. I'll incorporate some version of this in `qbec` soon. Arguably I already have this info in the `last-applied` annotation that stores the pristine object.
I believe this is because of `diff-strategy=subset` which ignores extra fields in the original YAML. While this is useful for not showing spurious diffs such as server generated metadata, it...
That statement is a generic catch-all for unexpected things seen in the AST. The bug was fixed for the specific case that was reproduced there. Unless you can provide a...
ignore is just reporting fakery now. Doesn't mean "do not instrument". Need to look into this
According to the JSON, the `else` path for `if ($window.sessionStorage.token)` is not being taken. Normally it should show an [E] in front of the if statement - I don't understand...
oh, and can you show me the source HTML? The line containing the if statement?
I presume you are transpiling this code? I _think_ what is going on is that the transpiler is putting in a conditional in front of the generator function causing the...
Are you loading your test cases in a subprocess?