-
Notifications
You must be signed in to change notification settings - Fork 339
Conversation
@@ -141,7 +141,7 @@ if "%i18n_arg%"=="full-icu" set configure_flags=%configure_flags% --with-intl=fu | |||
if "%i18n_arg%"=="small-icu" set configure_flags=%configure_flags% --with-intl=small-icu | |||
if "%i18n_arg%"=="intl-none" set configure_flags=%configure_flags% --with-intl=none | |||
if "%i18n_arg%"=="without-intl" set configure_flags=%configure_flags% --without-intl | |||
if "%engine%"=="chakracore" set configure_flags=%configure_flags% --without-bundled-v8 | |||
if "%engine%"=="chakracore" set configure_flags=%configure_flags% --without-bundled-v8&set chakra_jslint=deps\chakrashim\lib |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
8&set chakra_jslint=deps\chakrashim\lib [](start = 85, length = 39)
good catch. Will this trigger jslint for the shim on Ubuntu as well?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unfortunately not. So far there's nothing chakracore-specific in the Makefile that's used for Ubuntu. It's on my list of things to look at, but I haven't gotten a chance yet.
@@ -50,7 +50,7 @@ assert.throws( | |||
common.engineSpecificMessage({ | |||
v8: /not defined/, | |||
chakracore: /undefined or null/ | |||
})); | |||
})); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably was from my yesterdays commit.
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
CI: https://ci.nodejs.org/job/chakracore-test-pull-request/44/ I'm going to push anyway since the failures are contained and not related to this change. Doing one more local validation, then pushing. |
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
* Moved the chakra_jslint set to the engine handler, as it stands it will only get invoked if the engine is passed specifically. * Fixed two jslint issues * Removed duplicate "inspector" from the "test-ci" handler PR-URL: nodejs#253 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
will only get invoked if the engine is passed specifically.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passesAffected core subsystem(s)
build, test