Karan Lokchandani
Karan Lokchandani
Hi @hydai, it looks like PR #4054 has gone stale. I have an active PR right now(https://github.com/WasmEdge/WasmEdge/pull/4124), but once that’s wrapped up, I’d be happy to take this up if...
Hi @hydai, I’ve opened a draft PR for this: https://github.com/WasmEdge/WasmEdge/pull/4134. I’m a bit unsure how to properly test the sub-typing depth limit would appreciate your guidance when you have a...
hello @bsayak03 can you please assign this issue to me? thanks.
hello @sshane I was under the impression that we needed to reduce collection time for ` pytest --co opendbc/car/tests` since the orignal issue mentioned "pytest: slow collection for car/tests/ #1184...
as for total test time that seems to be inconsistent on master as well for some reason(locally it takes anywhere between 28sec to 41 secs on my m3 macbook air)
Hello again @sshane @adeebshihadeh I’ve refactored some more tests to significantly decrease collection time. It’s not quite
Hello again @sshane @adeebshihadeh just following up on this pr, did you have a chance to look at it yet? thanks(the benchmarks in pr desc have been updated btw)
do you mean something like this @core-burner? ```cpp @@ -48,14 +48,14 @@ Expect calculateSubtypeDepth(uint32_t TypeIdx, FormChecker &Checker) { const auto &TypeVec = Checker.getTypes(); if (Index >= TypeVec.size()) { - return...
@dannypsnl im not sure if i should add specific error codes like this, especially since the spec doesn't have anything on the kind of error codes runtimes can have