Matt McHenry
Matt McHenry
Looks like it's a known issue with Ellie: https://github.com/ellie-app/ellie/issues/121 (see also https://github.com/ellie-app/ellie/issues/57). I'll see about updating to the latest though.
Here's a new Ellie that reproduces it with `elm-delay 4.0.0`: https://ellie-app.com/g24Z3wVcPVqa1. It's non-deterministic. Here's the code: ``` module Main exposing (..) import Animator exposing (Animator, Timeline, arrived, at, current, go,...
``` $ grep 'import ""' samples/benchmark/target/generated/wasm/teavm-wasm/classes.wast (func $teavm_date_init (import "" "teavm_date_init") (type $type2)) (func $teavm_date_format (import "" "teavm_date_format") (type $type43)) ```
I've also tried running TeaVM webassembly on some existing code in our corporate codebase, and it includes a third import from `""`, namely: ``` (func $teavm_interrupt (import "" "teavm_interrupt") (type...
Thanks for the quick response! I was able to get my POC code to work by adding a couple of `@UnsupportedOn(Platforms.WEBASSEMBLY)` annotations. That made the TeaVM build fail with a...
Well, you're certainly better placed to answer that question than I am, having implemented both! :) But, my impression from reading about WebAssembly is that it's intended to allow much...
Wow, lots of good, sobering points there. Thank you very much for writing it up! Maybe we'll be on GWT a while longer than I'd hoped ... :-/
Now that #1031 has been merged, all that's left here are the additional tests. I've resolved the conflict in case you want to include them.
I just hit this as well. A bit more detail: I had `"rtfeldman/elm-css": "13.0.1
Yeah, multi-line signatures just aren't amenable to this approach at all, so I wouldn't change their formatting. I mentioned the second case in the original description: > Or more generally...