Skip to content

Fix to documentation - #241

Closed
gone wants to merge 1 commit into
emberjs:masterfrom
gone:master
Closed

gone wants to merge 1 commit into
emberjs:masterfrom
gone:master

Conversation

@gone

@gone gone commented Dec 10, 2011

Copy link
Copy Markdown

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

@ebryn

ebryn commented Dec 10, 2011

Copy link
Copy Markdown
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.

@ebryn ebryn closed this Dec 10, 2011
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants