simonzack
simonzack
Is development still active? I would love to display coverage reports within the qunit test runner, using istanbul to instrument (so I get branch coverage information), like blanket.js is doing...
Yes to all of the above :) `vars` is a good idea, didn't think of that. I think that would solve the problem.
Sorry about the late reply but you're right, it still fails. Perhaps an attribute list would work? At least in my case I don't use `_self_xxx` that often anyway, so...
Thanks for considering it, I've come up with a simpler example, btw, I think it's the same underlying problem: ``` memoryview(wrapt.ObjectProxy(bytearray(b'12345'))) ```
> have it off by default, but have a way of enabling the support for those who were willing to live with fact that C extension must always exist That's...
Regarding the security issue: you could still pickle an untrusted source, check that say it only contains integer values, but still unpickle `{}` unexpectedly. But isn't it expectated that at...
Oh I basically need the same type but repeated different times, but the repeat value is not known at compile time. A couple days ago I just did this manually...
Well I know the lower bound but not the upper bound. And yes consteval & template stuff is not very elegant and seems like it's hard-coded. I barely know how...
@zertosh Well, my implementation keeps the cache. My own use case was for gulp, but you're right that this perhaps is only half the fix, as it doesn't yet address...