eggyal

Results 35 comments of eggyal

> I'm not sure how to get LLVM to generate non-compact or async unwind tables. LLVM emits non-compact unwind info for the linker to use, but Apple's linker then compacts...

I think one question for this API will be at what point an occupied entry is considered "used" and moved to the back of the queue? I think there are...

But you can't actually instantiate a `Bar

> You can instantiate it, and even work with it I can't find a way to instantiate with only safe code. Doing it via unsafe code (at least the ways...

Apologies, I can't have had enough coffee yet. Of course this isn't a soundness issue: it's only about ensuring that destructors are run, or that one is explicitly acknowledging with...

I'd also like to see support for Cucumber, or else to understand how one can get Wallaby working with [Yadda](https://github.com/acuminous/yadda) (which ostensibly overlays Gherkin-style BDD support atop one's test framework,...

@ArtemGovorov: No, it doesn't depend on Cucumber. AIUI, your existing test framework (Jasmine, Mocha, whatever) uses Yadda to parse Gherkin-like feature files in order to identify which test functions from...

Yes, one would invoke `mocha ./yadda-entry-point.js` or whatever. So I guess Yadda's resolution of which spec functions to invoke would have to take place within Wallaby... is there a plugin...

Wallaby App is indeed very cool, but the benefit it actually provides for us (over monitoring test results in-editor) doesn't come anywhere close to what we'd get from having Cucumber...