Edward Faulkner

Results 117 issues of Edward Faulkner

This is a work-in-progress on harmonizing the glimmer-vm repo with this repo so they can eventually merge.

Working on support for the stage3 decorator spec. This branch is an attempt at complete drop-in support for *all* our decorators, even the wacky and wonderful old ones. I have...

The included test throws an assertion without the accompanying bugfix. The issue here is that the DestroyableMeta is trying to be clever about avoiding extra allocations, so it uses the...

bug
perf

If you leave a stray character inside element space, glimmer will compile it as an HTML attribute and attempt to setAttribute at runtime, which the browser will reject. This is...

In ember-auto-import's test suite, we have several tests that combine fastboot and ember-canary that crash during the `destroy()` phase after successfully rendering a fastboot response. This seems to have started...

Any assignment of a Model attribute that happens within a tracking frame causes an immediate backtracking re-render assertion, even when there is no corresponding read. ``` You attempted to update...

Open issues: - [ ] need a compatModules that works in addon tests