-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ember-source@3.28.2 - Cannot read property 'indexOf' of null #19800
Comments
Sorry, completely forgotten: I get the error with new apps as well as old ones as soon as I upgrade from ember-source@3.28.1 to ember-source@3.28.2 and serve or build. |
Can confirm everything above. I haven't been able to pin this down further. |
#19799 was released as ember-source@3.28.3 got released 4 hours ago, just a side note EDIT: issue persists with 3.28.3 so unrelated, link to CI run https://github.com/SergeAstapov/ember-exam/runs/3977869489?check_suite_focus=true EDIT2: issue does not represents itself with 3.28.1, link to CI run https://github.com/SergeAstapov/ember-exam/runs/3978101057?check_suite_focus=true |
Really sorry about this, I screwed up the backporting one of the fixes. 3.28.4 is on it's way through the pipeline to fix. 🤦 |
Duplicate of #19797. |
I've tested with local builds on 3.28.3 and that tag, once https://github.com/emberjs/ember.js/actions/runs/1373035405 is completed 3.28.4 will be published with the fix. |
@rwjblue our sincere thanks as always for being so quick to resolve these things 😍 |
Thank you for your support (sorry, the 19797 was not available as an open issue at the time of my post) |
Hey there...
Since ember-source@3.28.2 we cannot build or serve apps. The builder throw following critical error:
Build Error (broccoli-persistent-filter:Babel > [Babel: @ember/test-helpers]) in @ember/test-helpers/setup-rendering-context.js
/var/www/apps/tmp/tester/@ember/test-helpers/setup-rendering-context.js: Cannot read property 'indexOf' of null
Here the log:
ENV Summary:
TIME: Fri Oct 22 2021 14:49:06 GMT+0200 (Mitteleuropäische Sommerzeit)
TITLE: ember
ARGV:
EXEC_PATH: /usr/local/bin/node
TMPDIR: /tmp
SHELL: /bin/bash
PATH:
PLATFORM: linux x64
FREEMEM: 1293692928
TOTALMEM: 25064050688
UPTIME: 203505.09
LOADAVG: 1.15,1.63,2.67
CPUS:
ENDIANNESS: LE
VERSIONS:
ERROR Summary:
at ProgramSymbolTable.has (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:13618:34)
at BlockContext.hasBinding (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14324:25)
at ExpressionNormalizer.ref (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14477:23)
at ExpressionNormalizer.path (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14404:43)
at ExpressionNormalizer.normalize (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14371:23)
at ExpressionNormalizer.callParts (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14418:25)
at StatementNormalizer.MustacheStatement (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14581:33)
at StatementNormalizer.normalize (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14525:23)
at /var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14249:25
at Array.map ()
in /var/www/apps/tmp/tester/node_modules/@ember/test-helpers/addon-test-support
at broccoli-persistent-filter:Babel > [Babel: @ember/test-helpers] (Babel: @ember/test-helpers)
in /var/www/apps/tmp/tester/node_modules/@ember/test-helpers/addon-test-support
at broccoli-persistent-filter:Babel > [Babel: @ember/test-helpers] (Babel: @ember/test-helpers)
at ProgramSymbolTable.has (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:13618:34)
at BlockContext.hasBinding (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14324:25)
at ExpressionNormalizer.ref (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14477:23)
at ExpressionNormalizer.path (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14404:43)
at ExpressionNormalizer.normalize (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14371:23)
at ExpressionNormalizer.callParts (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14418:25)
at StatementNormalizer.MustacheStatement (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14581:33)
at StatementNormalizer.normalize (/var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14525:23)
at /var/www/apps/tmp/tester/node_modules/ember-source/dist/ember-template-compiler.js:14249:25
at Array.map ()
=================================================================================
The text was updated successfully, but these errors were encountered: