-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Merge Master to Linux #1443
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
Merged
Merged
Merge Master to Linux #1443
Conversation
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
…logy, HTC. All of the code supporting this can be removed. Code coverage pointed out this unused code.
Only BigPropertyIndex ever specified. Also remove unused GetNextProperty and the small index version of FindNextProperty functions
…dex type template parameter Merge pull request chakra-core#1426 from curtisman:enumclean Only BigPropertyIndex ever specified. Also remove unused GetNextProperty and the small index version of FindNextProperty functions
…as parsed earlier. Dependent module record notify the parent module that is is ready during DeclarationInitialization. We should count the number of unfinished dependent module as those that are not done with DeclarationInitialization not Parse. The test will be ported to core after we fix up ch test harness.
…ssert when one of the dependent was parsed earlier. Merge pull request chakra-core#1433 from Yongqu:bugfix Dependent module record notify the parent module that is is ready during DeclarationInitialization. We should count the number of unfinished dependent module as those that are not done with DeclarationInitialization not Parse. The test will be ported to core after we fix up ch test harness.
… fixes, x-plat Merge pull request chakra-core#1338 from mrkmarron:ttdNodeUpdate -Changes needed for debugging with Node & VSCode (see PR chakra-core#1215). - Various bug fixes -Perf in interperter loop -Break in release ch -DisableJIT issues (Fixes chakra-core#1244) - x-plat types & API defs in JsRT - x-plat host support and all TTD tests in Linux
Merge pull request chakra-core#1422 from EdMaurer:noclone Code coverage identified several untested paths that upon analysis only existed to support an old IE technology, HTC. Get rid of it.
… test in dynapogo flavor Merge pull request chakra-core#1434 from boingoing:disablemodulefunctionality
…cting 'function e(){...}; return e;'.
…or creating Error objects via JsRT. Merge pull request chakra-core#1439 from mrkmarron:JsRTErrorSupport Adding code to support unimplemented functionality. Adds new action tag, execute/emit/parse methods, record methods to EventLog class, and updates jsrt.cpp.
Merge pull request chakra-core#1438 from pleath:8416430 Enhance the parse-time escape-detection I added the other day by detecting 'function e(){...}; return e;'.
Build Error:
|
@dotnet-bot test Windows x64_debug please |
Apart from the minor CI break no issue. Didn't add/change anything. Merging as is. |
chakrabot
pushed a commit
that referenced
this pull request
Aug 16, 2016
Merge pull request #1443 from obastemur:linux_merge_master_3
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.
No description provided.