Conversation
Member
|
Thanks, but that documentation is actually out-of-date. We're no longer using BPM to run unit tests, we're instead using rake-pipeline now. |
sandstrom
pushed a commit
to sandstrom/ember.js
that referenced
this pull request
Jun 17, 2021
…rn/ember-href-to-2.0.1 Bump ember-href-to from 1.15.1 to 2.0.1
mansona
pushed a commit
to mansona/ember.js
that referenced
this pull request
Mar 10, 2026
lifeart
added a commit
to lifeart/ember.js
that referenced
this pull request
Jul 2, 2026
0.0.71 ships the four bridge-deletion host seams: emberjs#239 (emission flags surfaced on compileTemplate's return), emberjs#240 (normalizeAttrValue attr-coercion hook, WITH_EMBER_INTEGRATION-gated), emberjs#241 ($_dc carries splat $fw natively), emberjs#242 (onComponentContextCreated — the component twin of onRowContextCreated). Full --baseline gate with the follow-up consumption commit: baseline ok — no green->red, 10233/10234 across 922 modules (lone non-pass = the known custom-plugins DEBUG non-bug). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
lifeart
added a commit
to lifeart/ember.js
that referenced
this pull request
Jul 2, 2026
…mberjs#240 attr hook) emberjs#239: preamble injection ($a/$slots/$fw) now unions the compiler's emission flags (compileTemplate surfaces usedArgsAlias/usedSlots/usedFw) with the post-processed-code scan. The flag is ground truth for compiler emission; the scan stays as OR because our own post-emission rewrites can INTRODUCE references the compiler never emitted. emberjs#240: the HTMLBrowserDOMApi.prototype.attr monkey-patch is REPLACED by registering gxt's normalizeAttrValue host hook (same write-time semantics: undefined/false -> remove, boolean attr true -> bare, Symbol/no-toString -> normalizeStringValue, string -> URL sanitize). The hook fires inside gxt's $attr/$prop choke points for initial AND reactive writes across ALL namespace apis (the old patch covered HTML only) and exists only in WITH_EMBER_INTEGRATION builds. The dead prop passthrough-patch is deleted. NOT moved: the concat-time getter normalization in the $_tag wrapper (values reach the compiled join("") before $attr — different pipeline position). emberjs#241 deliberately NOT consumed: our $_dc wrapper serves a COMPLEMENTARY case (attrs written directly on the dynamic tag, forwarded to the ember component manager for curried block-param components) — gxt emberjs#241 covers the enclosing ...attributes case. Deleting the wrapper would regress contextual components; needs a follow-up gxt iteration ($_dc -> $_MANAGERS dispatch carrying the props tuple as fw). Full --baseline gate: 10233/10234 across 922 modules, baseline ok — no green->red (lone non-pass = the known custom-plugins DEBUG non-bug). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The bpm install command shouldn't use the --pre flag. That causes an old version to be installed, leading to "ERROR: https://getbpm.org/ does not appear to be a repository" anytime you try to do anything