Skip to content

RFC#562 - {{and}}, {{or}}, {{not}} as keywords #13005

RFC#562 - {{and}}, {{or}}, {{not}} as keywords

RFC#562 - {{and}}, {{or}}, {{not}} as keywords #13005

Triggered via pull request April 10, 2026 16:23
Status Failure
Total duration 3m 6s
Artifacts

ci.yml

on: pull_request
tests  /  Type Checking (current version)
44s
tests / Type Checking (current version)
tests  /  package preparation test
59s
tests / package preparation test
tests  /  Perf script still works
2m 58s
tests / Perf script still works
tests  /  Blueprint Tests
1m 56s
tests / Blueprint Tests
Matrix: tests / Type Checking (other supported versions)
Matrix: tests / variant-tests
tests  /  Browserstack Tests (Safari, Edge)
tests / Browserstack Tests (Safari, Edge)
tests  /  Browser Tests (Firefox)
tests / Browser Tests (Firefox)
Matrix: tests / Smoke tests with Deprecations Removed (Full Ember Apps)
Matrix: tests / Smoke tests (Full Ember Apps)
tests  /  Node.js Tests
tests / Node.js Tests
Publish channel to s3
0s
Publish channel to s3
Publish alpha from default branch
0s
Publish alpha from default branch
Notify Discord
0s
Notify Discord
Fit to window
Zoom out
Zoom in

Annotations

4 errors
tests / Type Checking (current version)
Process completed with exit code 2.
tests / Type Checking (current version): packages/@ember/helper/index.ts#L567
Conversion of type '(value: unknown) => boolean' to type 'NotHelper' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
tests / Type Checking (current version): packages/@ember/helper/index.ts#L550
Conversion of type '(...args: unknown[]) => boolean' to type 'OrHelper' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
tests / Type Checking (current version): packages/@ember/helper/index.ts#L532
Conversion of type '(...args: unknown[]) => boolean' to type 'AndHelper' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.