issue_owner_repo listlengths 2 2 | issue_body stringlengths 0 261k β | issue_title stringlengths 1 925 | issue_comments_url stringlengths 56 81 | issue_comments_count int64 0 2.5k | issue_created_at stringlengths 20 20 | issue_updated_at stringlengths 20 20 | issue_html_url stringlengths 37 62 | issue_github_id int64 387k 2.46B | issue_number int64 1 127k |
|---|---|---|---|---|---|---|---|---|---|
[
"chakra-core",
"ChakraCore"
] | `JsDiagSetBreakpoint()` when called on a ES module returns JsErrorDiagUnableToPerformAction and the breakpoint is not honored. Debugging ES modules seems to work otherwise, but I can't set breakpoints in them π | Breakpoints can't be set in an ES module | https://api.github.com/repos/chakra-core/ChakraCore/issues/3701/comments | 3 | 2017-09-11T14:22:48Z | 2017-09-12T01:34:38Z | https://github.com/chakra-core/ChakraCore/issues/3701 | 256,720,822 | 3,701 |
[
"chakra-core",
"ChakraCore"
] | On linux (Mint 17.03)
GCC 4.8.4
Kernel 4.2.0-25
Testing with 9.4 GB of free memory.
I compiled ChakraCore from source (with all dependencies already installed)
"git clone https://github.com/Microsoft/ChakraCore.git"
"./build.sh -j=4 --target=linux --with-intl"
I also tried the pre built library. Downloaded f... | JsCreateContext in a new thread sometimes fail with JsErrorOutOfMemory | https://api.github.com/repos/chakra-core/ChakraCore/issues/3700/comments | 17 | 2017-09-11T13:26:17Z | 2017-11-11T00:34:05Z | https://github.com/chakra-core/ChakraCore/issues/3700 | 256,701,729 | 3,700 |
[
"chakra-core",
"ChakraCore"
] | Typescript has a great error message. When encountering lines generated by a merge conflict (and left in if unresolved or incorrectly resolved):
`error TS1185: Merge conflict marker encountered.`
Note: This wouldn't be able to detect markers inside of multiline-strings.
/cc @bterlson | Request: SyntaxError message for Merge conflict marker (as detected by TypeScript) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3698/comments | 4 | 2017-09-09T00:18:14Z | 2017-09-09T01:39:01Z | https://github.com/chakra-core/ChakraCore/issues/3698 | 256,400,421 | 3,698 |
[
"chakra-core",
"ChakraCore"
] | I would like to allow my debugger to attach to a running instance of miniSphere, as can be done with a native code debugger. However, if I call `JsDiagStartDebugging()` during active JS execution (i.e. any time the JS call stack is not empty), I get `JsErrorRuntimeInUse` and debugging is not enabled.
Is this by des... | Unable to attach debugger during execution | https://api.github.com/repos/chakra-core/ChakraCore/issues/3697/comments | 2 | 2017-09-08T21:16:06Z | 2017-09-08T21:44:05Z | https://github.com/chakra-core/ChakraCore/issues/3697 | 256,373,617 | 3,697 |
[
"chakra-core",
"ChakraCore"
] | Found by reading code and wondering "what does this button do?"
Apparently Intl.* constructors do not actually have to be called with new, and can be called with anything as the target.
Using `Intl` or `undefined` as the target (first param of `call`) produces the same result as calling new.
Specifically allowin... | Intl.[ctor] called with unusual target produces strange behavior | https://api.github.com/repos/chakra-core/ChakraCore/issues/3692/comments | 4 | 2017-09-08T06:47:27Z | 2018-08-28T15:50:50Z | https://github.com/chakra-core/ChakraCore/issues/3692 | 256,156,488 | 3,692 |
[
"chakra-core",
"ChakraCore"
] | I observed strange behavior while using Intl library for number format purpose. I tried this code on **IE 11** with document mode **Edge**. Code mentioned below produces output `40.42` but it should be `40.43`
`Intl.NumberFormat("ja-JP",{style: "decimal", currency: "JPY", minimumFractionDigits: 2, maximumFractionDig... | Intl NumberFormat bug for floating point number rounding behavior | https://api.github.com/repos/chakra-core/ChakraCore/issues/3691/comments | 2 | 2017-09-08T04:26:52Z | 2017-11-08T00:48:13Z | https://github.com/chakra-core/ChakraCore/issues/3691 | 256,137,688 | 3,691 |
[
"chakra-core",
"ChakraCore"
] | Minor cosmetic issue, block-scoped variables still in TDZ are reported as having a string value in the debugger:
```
@/scripts/main.js:37 game()
(ssj) v
pig: number = 812
cow: string = it eats cats
ape: string = [Uninitialized block variable]
dayNight: string = [Uninitialized block variable]
session: string = [... | Variables in TDZ reported as strings in debugger | https://api.github.com/repos/chakra-core/ChakraCore/issues/3690/comments | 0 | 2017-09-08T03:55:04Z | 2017-09-11T17:01:56Z | https://github.com/chakra-core/ChakraCore/issues/3690 | 256,134,041 | 3,690 |
[
"chakra-core",
"ChakraCore"
] | I have JsDiagBreakOnExceptionAttributeUncaught enabled. Normally, errors are caught as soon as they're thrown. I've noticed, however, that if an error is thrown inside a for...of loop, entire stack frames can be unwound before the error is intercepted, losing valuable debugging information in the process. Here's an ... | Debugger doesn't catch error thrown inside for...of loop immediately | https://api.github.com/repos/chakra-core/ChakraCore/issues/3685/comments | 9 | 2017-09-07T13:28:25Z | 2019-10-31T00:14:17Z | https://github.com/chakra-core/ChakraCore/issues/3685 | 255,936,908 | 3,685 |
[
"chakra-core",
"ChakraCore"
] | Use these operations to refactor `getExtensionSubtags`
See TODOs under #3680 | Intl: expose platform.StringInstanceSplit and platform.ArrayInstanceFilter | https://api.github.com/repos/chakra-core/ChakraCore/issues/3683/comments | 1 | 2017-09-07T07:48:23Z | 2017-12-19T21:22:59Z | https://github.com/chakra-core/ChakraCore/issues/3683 | 255,845,444 | 3,683 |
[
"chakra-core",
"ChakraCore"
] | I'm trying to examine function handles returned by JsDiagGetStackTrace(), so I can get the names of the functions to display in my command-line debugger. However, doing this invariably results in JsDiagGetProperties() returning `JsErrorDiagUnableToPerformAction`. | Trying to examine function in stack trace, JsErrorDiagUnableToPerformAction | https://api.github.com/repos/chakra-core/ChakraCore/issues/3678/comments | 12 | 2017-09-07T01:29:27Z | 2017-09-19T17:21:00Z | https://github.com/chakra-core/ChakraCore/issues/3678 | 255,787,992 | 3,678 |
[
"chakra-core",
"ChakraCore"
] | (2h,P3) Intl-ICU: Integrate with Node-ChakraCore build system to expose Intl-ICU on Windows | https://api.github.com/repos/chakra-core/ChakraCore/issues/3677/comments | 0 | 2017-09-07T01:07:23Z | 2019-06-07T18:37:59Z | https://github.com/chakra-core/ChakraCore/issues/3677 | 255,785,117 | 3,677 | |
[
"chakra-core",
"ChakraCore"
] | See description in PR #3214 for description of build options. | (2h,P0) Intl-ICU: Integrate with Node-ChakraCore build system to expose Intl-ICU on non-Windows platforms | https://api.github.com/repos/chakra-core/ChakraCore/issues/3676/comments | 1 | 2017-09-07T00:03:42Z | 2017-09-26T19:48:57Z | https://github.com/chakra-core/ChakraCore/issues/3676 | 255,776,697 | 3,676 |
[
"chakra-core",
"ChakraCore"
] | Intl-ICU: On Windows, use ICU from Windows Kit (compile option overrides). | https://api.github.com/repos/chakra-core/ChakraCore/issues/3675/comments | 7 | 2017-09-06T23:59:35Z | 2018-02-22T19:30:06Z | https://github.com/chakra-core/ChakraCore/issues/3675 | 255,776,103 | 3,675 | |
[
"chakra-core",
"ChakraCore"
] | * [x] Fallback logic (#3654)
* [ ] Implement with ICU | Intl-ICU: platform.resolveLocaleBestFit | https://api.github.com/repos/chakra-core/ChakraCore/issues/3674/comments | 4 | 2017-09-06T23:50:37Z | 2018-02-17T01:16:08Z | https://github.com/chakra-core/ChakraCore/issues/3674 | 255,774,766 | 3,674 |
[
"chakra-core",
"ChakraCore"
] | * [x] Fallback logic
* [ ] Implement with ICU | (1d,P2) Intl-ICU: platform.resolveLocaleLookup | https://api.github.com/repos/chakra-core/ChakraCore/issues/3673/comments | 3 | 2017-09-06T23:49:34Z | 2017-12-20T00:44:12Z | https://github.com/chakra-core/ChakraCore/issues/3673 | 255,774,606 | 3,673 |
[
"chakra-core",
"ChakraCore"
] | * [x] Implement fallback logic (#3652)
* [ ] Implement with ICU (if necessary after fallback logic as implemented) | Intl-ICU: platform.getExtensions | https://api.github.com/repos/chakra-core/ChakraCore/issues/3672/comments | 1 | 2017-09-06T23:49:29Z | 2017-09-29T05:44:08Z | https://github.com/chakra-core/ChakraCore/issues/3672 | 255,774,592 | 3,672 |
[
"chakra-core",
"ChakraCore"
] | (4h) Intl-ICU: Intl.NumberFormat.prototype.format (getter) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3671/comments | 0 | 2017-09-06T23:49:25Z | 2017-10-03T22:35:05Z | https://github.com/chakra-core/ChakraCore/issues/3671 | 255,774,584 | 3,671 | |
[
"chakra-core",
"ChakraCore"
] | (4h) Intl-ICU: Intl.NumberFormat (ctor) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3670/comments | 0 | 2017-09-06T23:49:20Z | 2017-10-03T22:35:05Z | https://github.com/chakra-core/ChakraCore/issues/3670 | 255,774,569 | 3,670 | |
[
"chakra-core",
"ChakraCore"
] | (1d) Intl-ICU: Intl.DateTimeFormat.prototype.formatToParts() | https://api.github.com/repos/chakra-core/ChakraCore/issues/3669/comments | 0 | 2017-09-06T23:49:15Z | 2018-02-15T01:12:26Z | https://github.com/chakra-core/ChakraCore/issues/3669 | 255,774,560 | 3,669 | |
[
"chakra-core",
"ChakraCore"
] | (4h) Intl-ICU: Intl.DateTimeFormat.prototype.format (getter) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3668/comments | 0 | 2017-09-06T23:49:11Z | 2018-02-15T01:12:27Z | https://github.com/chakra-core/ChakraCore/issues/3668 | 255,774,552 | 3,668 | |
[
"chakra-core",
"ChakraCore"
] | (4h) Intl-ICU: Intl.DateTimeFormat (ctor) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3667/comments | 0 | 2017-09-06T23:49:06Z | 2018-02-15T01:12:27Z | https://github.com/chakra-core/ChakraCore/issues/3667 | 255,774,539 | 3,667 | |
[
"chakra-core",
"ChakraCore"
] | (1d,P1) Intl-ICU: Intl.Collator.prototype.compare (getter) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3666/comments | 3 | 2017-09-06T23:49:00Z | 2018-02-15T17:32:27Z | https://github.com/chakra-core/ChakraCore/issues/3666 | 255,774,528 | 3,666 | |
[
"chakra-core",
"ChakraCore"
] | (4h,P1) Intl-ICU: Intl.Collator (ctor) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3665/comments | 1 | 2017-09-06T23:48:56Z | 2017-12-19T21:21:19Z | https://github.com/chakra-core/ChakraCore/issues/3665 | 255,774,511 | 3,665 | |
[
"chakra-core",
"ChakraCore"
] | (1d) Intl-ICU: platform.formatNumber | https://api.github.com/repos/chakra-core/ChakraCore/issues/3664/comments | 0 | 2017-09-06T23:48:51Z | 2017-10-03T22:35:05Z | https://github.com/chakra-core/ChakraCore/issues/3664 | 255,774,499 | 3,664 | |
[
"chakra-core",
"ChakraCore"
] | (1d) Intl-ICU: Intl.DateTimeFormat: platform.formatDateTime | https://api.github.com/repos/chakra-core/ChakraCore/issues/3663/comments | 0 | 2017-09-06T23:48:46Z | 2018-02-15T01:12:27Z | https://github.com/chakra-core/ChakraCore/issues/3663 | 255,774,488 | 3,663 | |
[
"chakra-core",
"ChakraCore"
] | (1d) Intl-ICU: Intl.DateTimeFormat: platform.createDateTimeFormat | https://api.github.com/repos/chakra-core/ChakraCore/issues/3662/comments | 0 | 2017-09-06T23:48:41Z | 2018-02-15T01:12:27Z | https://github.com/chakra-core/ChakraCore/issues/3662 | 255,774,482 | 3,662 | |
[
"chakra-core",
"ChakraCore"
] | * [x] What is this used for?
* platform.currencyDigits is the number of fractional digits for this currency
* [x] Return a "reasonable" default (2) as a temporary measure.
* [x] Determine if there is an equivalent in ICU
* [x] Implement in ICU | (1d) Intl-ICU: platform.currencyDigits | https://api.github.com/repos/chakra-core/ChakraCore/issues/3661/comments | 0 | 2017-09-06T23:48:35Z | 2017-10-03T22:35:04Z | https://github.com/chakra-core/ChakraCore/issues/3661 | 255,774,466 | 3,661 |
[
"chakra-core",
"ChakraCore"
] | * [ ] Harden Intl logic to tolerate falsy returns, and add a fallback value. (See #3769)
* [ ] **Unblock other work:** return the argument string with no validation so that "good inputs" will work (check this in ASAP so that work on Intl.DateTimeFormat can go ahead without a proper implementation).
* [ ] Implement va... | (1d,P3) Intl-ICU: Intl.DateTimeFormat: platform.validateAndCanonicalizeTimeZone | https://api.github.com/repos/chakra-core/ChakraCore/issues/3660/comments | 0 | 2017-09-06T23:48:26Z | 2018-02-15T01:12:27Z | https://github.com/chakra-core/ChakraCore/issues/3660 | 255,774,445 | 3,660 |
[
"chakra-core",
"ChakraCore"
] | * [ ] Fallback logic (default value) (See #3769)
* [ ] Implement with ICU | (4h,P3) Intl-ICU: platform.getDefaultTimeZone | https://api.github.com/repos/chakra-core/ChakraCore/issues/3659/comments | 1 | 2017-09-06T23:48:21Z | 2018-02-15T17:31:46Z | https://github.com/chakra-core/ChakraCore/issues/3659 | 255,774,434 | 3,659 |
[
"chakra-core",
"ChakraCore"
] | * [x] Implement fallback logic with default value
* [ ] Implement with ICU | (4h,P3) Intl-ICU: platform.getDefaultLocale | https://api.github.com/repos/chakra-core/ChakraCore/issues/3658/comments | 0 | 2017-09-06T23:48:14Z | 2017-10-03T22:35:04Z | https://github.com/chakra-core/ChakraCore/issues/3658 | 255,774,412 | 3,658 |
[
"chakra-core",
"ChakraCore"
] | Intl-ICU: platform.isWellFormedLanguageTag | https://api.github.com/repos/chakra-core/ChakraCore/issues/3657/comments | 0 | 2017-09-06T23:46:43Z | 2017-09-06T23:47:33Z | https://github.com/chakra-core/ChakraCore/issues/3657 | 255,774,179 | 3,657 | |
[
"chakra-core",
"ChakraCore"
] | Intl-ICU: platform.normalizeLanguageTag | https://api.github.com/repos/chakra-core/ChakraCore/issues/3656/comments | 0 | 2017-09-06T23:46:40Z | 2017-09-06T23:47:19Z | https://github.com/chakra-core/ChakraCore/issues/3656 | 255,774,169 | 3,656 | |
[
"chakra-core",
"ChakraCore"
] | Intl-ICU: implement getCanonicalLocales | https://api.github.com/repos/chakra-core/ChakraCore/issues/3655/comments | 0 | 2017-09-06T23:46:37Z | 2017-09-06T23:47:06Z | https://github.com/chakra-core/ChakraCore/issues/3655 | 255,774,158 | 3,655 | |
[
"chakra-core",
"ChakraCore"
] | Next steps: #3674 | Intl.js fallback: platform.resolveLocaleBestFit | https://api.github.com/repos/chakra-core/ChakraCore/issues/3654/comments | 0 | 2017-09-06T23:38:32Z | 2017-09-20T21:06:42Z | https://github.com/chakra-core/ChakraCore/issues/3654 | 255,772,931 | 3,654 |
[
"chakra-core",
"ChakraCore"
] | Next steps: #3673 | Intl.js fallback: platform.resolveLocaleLookup | https://api.github.com/repos/chakra-core/ChakraCore/issues/3653/comments | 0 | 2017-09-06T23:38:29Z | 2017-09-20T21:06:29Z | https://github.com/chakra-core/ChakraCore/issues/3653 | 255,772,925 | 3,653 |
[
"chakra-core",
"ChakraCore"
] | Next step: #3672 | Intl.js fallback: platform.getExtensions | https://api.github.com/repos/chakra-core/ChakraCore/issues/3652/comments | 0 | 2017-09-06T23:38:16Z | 2017-09-20T21:05:52Z | https://github.com/chakra-core/ChakraCore/issues/3652 | 255,772,888 | 3,652 |
[
"chakra-core",
"ChakraCore"
] | Not a real problem for our release builds, but can add noise to ASAN runs of debug/test-only tests, where Output::Print is used. | ASAN: Output::buffer isn't properly freed | https://api.github.com/repos/chakra-core/ChakraCore/issues/3651/comments | 1 | 2017-09-06T19:29:18Z | 2018-06-07T00:06:41Z | https://github.com/chakra-core/ChakraCore/issues/3651 | 255,716,827 | 3,651 |
[
"chakra-core",
"ChakraCore"
] | ChakraCore internals use both Js::PropertyId and Js::PropertyRecord, on top of these we have the local property indexes and property names (string).
*IsEnumerable, *IsWritable.... we make GetPropertyName calls multiple times during each set of standard operations. (i.e. adding a property to a JavascriptFunction)
... | Perf: Reduce GetPropertyName calls | https://api.github.com/repos/chakra-core/ChakraCore/issues/3650/comments | 3 | 2017-09-06T17:00:29Z | 2017-09-22T13:03:13Z | https://github.com/chakra-core/ChakraCore/issues/3650 | 255,675,286 | 3,650 |
[
"chakra-core",
"ChakraCore"
] | `new Date(""2017-09-06T05:30:01.735"").toLocaleString();`
result in the Edge 20: "β2017βεΉ΄β9βζβ6βζ₯β β5β:β30β:β01" for JP local - incorrect
result in the Google Chrome 55 + IE 11: "β2017/9/5 21:30:01" for JP local - correct
| Incorrect result as UTC+0000 for Date#toLocaleString | https://api.github.com/repos/chakra-core/ChakraCore/issues/3649/comments | 3 | 2017-09-06T08:30:46Z | 2017-09-06T18:02:49Z | https://github.com/chakra-core/ChakraCore/issues/3649 | 255,521,938 | 3,649 |
[
"chakra-core",
"ChakraCore"
] | Subtask of #2919 | Intl-ICU: implement Intl.*.supportedLocalesOf | https://api.github.com/repos/chakra-core/ChakraCore/issues/3648/comments | 0 | 2017-09-06T07:59:47Z | 2017-09-13T23:00:54Z | https://github.com/chakra-core/ChakraCore/issues/3648 | 255,514,142 | 3,648 |
[
"chakra-core",
"ChakraCore"
] | The cause or partial cause of many of these issues may be WinGlob. Waiting on completion of #2919 (implement Intl with ICU) to get a better handle on the symptoms and causes.
Determine whether issues are intrinsic to the external library (WinGlob) or whether can be fixed (legitimately or by workaround) in ChakraCore... | [Meta-issue] Intl operations returning incompatible results on Windows: investigate whether causes are strictly External | https://api.github.com/repos/chakra-core/ChakraCore/issues/3644/comments | 3 | 2017-09-05T23:47:03Z | 2019-06-07T18:38:03Z | https://github.com/chakra-core/ChakraCore/issues/3644 | 255,440,106 | 3,644 |
[
"chakra-core",
"ChakraCore"
] | A very simple fix, file: RuntimeThreadData.cpp should include "CommonPal.h" to pickup on the THREAD_LOCAL macro. | Compile Error with Visual Studio 2017 | https://api.github.com/repos/chakra-core/ChakraCore/issues/3641/comments | 11 | 2017-09-05T19:05:59Z | 2018-05-31T00:31:58Z | https://github.com/chakra-core/ChakraCore/issues/3641 | 255,377,264 | 3,641 |
[
"chakra-core",
"ChakraCore"
] | It is possible right now to call `JsParse()` or `JsRun()` using the flag `JsParseScriptAttributeLibraryCode` to designate the script as library code and make it invisible to the debugger. It doesn't appear to be possible to do the same for ES modules.
Can this be done? | Designating a module as library code | https://api.github.com/repos/chakra-core/ChakraCore/issues/3640/comments | 6 | 2017-09-05T17:07:10Z | 2017-09-06T02:16:20Z | https://github.com/chakra-core/ChakraCore/issues/3640 | 255,346,582 | 3,640 |
[
"chakra-core",
"ChakraCore"
] | I tried using a debug build of ChakraCore to try to diagnose some crashes I've been seeing and found out that ChakraCore fails an assert during module parsing. Upon calling `JsParseModuleSource()` for the first child module (the root module parses without issue), I get an assert failure here:
https://github.com/Micro... | Assert failure while parsing child module | https://api.github.com/repos/chakra-core/ChakraCore/issues/3638/comments | 18 | 2017-09-04T14:14:57Z | 2018-01-30T22:30:53Z | https://github.com/chakra-core/ChakraCore/issues/3638 | 255,054,632 | 3,638 |
[
"chakra-core",
"ChakraCore"
] | Hi Team,
We have embedded chakracore in C# WPF application. and We wanted to debug the javascript using any tool. Please help us.
Thanks, | Debug Javascript using visual studio. | https://api.github.com/repos/chakra-core/ChakraCore/issues/3637/comments | 2 | 2017-09-04T09:13:55Z | 2017-09-07T05:59:03Z | https://github.com/chakra-core/ChakraCore/issues/3637 | 254,980,961 | 3,637 |
[
"chakra-core",
"ChakraCore"
] | Is there any centralized place where I can find documentation for the JSON-based debug API? Some of the JSON is documented in ChakraDebug.h but not all--for example there's no documentation for the JSON object that gets passed to the event callback. | Debugger API documentation | https://api.github.com/repos/chakra-core/ChakraCore/issues/3636/comments | 13 | 2017-09-03T22:59:19Z | 2019-06-07T18:33:16Z | https://github.com/chakra-core/ChakraCore/issues/3636 | 254,906,436 | 3,636 |
[
"chakra-core",
"ChakraCore"
] | I was trying to build and run ChakraCore on Windows Subsystem for Linux. The code is from the master branch (2349c5f), built with `./build.sh --debug`. It's built successfully, but when I run `./ch <any js file>`, it immediately aborts with an error "Out of Memory". The call stack shows the problem is in function [X64W... | Out of memory error when running ch in WSL | https://api.github.com/repos/chakra-core/ChakraCore/issues/3631/comments | 2 | 2017-09-01T20:30:28Z | 2017-09-01T22:45:48Z | https://github.com/chakra-core/ChakraCore/issues/3631 | 254,744,371 | 3,631 |
[
"chakra-core",
"ChakraCore"
] | If you run in the console the following command, you will get an incorrect result in Edge.
```javascript
Number("11275408829374972000")
```
The expected result is
```javascript
11275408829374972000
```
But Chakra's out is
```javascript
11275408829374971000
```
On the left side, Chrome console output, ... | Number() casting precision bug | https://api.github.com/repos/chakra-core/ChakraCore/issues/3630/comments | 2 | 2017-09-01T17:30:09Z | 2017-09-07T22:45:29Z | https://github.com/chakra-core/ChakraCore/issues/3630 | 254,704,941 | 3,630 |
[
"chakra-core",
"ChakraCore"
] | There was a discussion going on in https://github.com/webpack/webpack/issues/5600 that wraps all references into `Object ()` which was slow. v8 recently fixed it and I piggy-backed the test case from [here](http://benediktmeurer.de/2017/08/31/object-constructor-calls-in-webpack-bundles/) that was used to demonstrate v8... | Object constructor calls are slow | https://api.github.com/repos/chakra-core/ChakraCore/issues/3629/comments | 4 | 2017-09-01T17:13:43Z | 2018-05-07T23:30:09Z | https://github.com/chakra-core/ChakraCore/issues/3629 | 254,701,427 | 3,629 |
[
"chakra-core",
"ChakraCore"
] | I was looking through the debugging API and couldn't find a function to trigger an immediate break. My next thought was to use `JsDiagEvaluate()` to inject a `debugger` statement, but it can only be used while already at a breakpoint. | API to trigger immediate breakpoint? | https://api.github.com/repos/chakra-core/ChakraCore/issues/3628/comments | 7 | 2017-09-01T14:53:30Z | 2017-11-30T23:39:25Z | https://github.com/chakra-core/ChakraCore/issues/3628 | 254,665,470 | 3,628 |
[
"chakra-core",
"ChakraCore"
] | Hello, on Oct 15, 2017 in Brasilia a daylight saving hour is applied.
**GIVEN**: the Maschine is set to UTC-3 Brasilian timezone
**WHEN** executing Javascript:
`new Date ("Oct 15, 2017 12:00:00 AM").toString()`
**THEN**: IE11 is falsely returning:
`"Sat Oct 14 23:00:00 UTC-0300 2017"`
**EXPECTED** is:
... | Date shift on daylight saving in Brasilia UTC-3 with date.toString() | https://api.github.com/repos/chakra-core/ChakraCore/issues/3627/comments | 3 | 2017-09-01T11:34:56Z | 2019-06-07T18:38:08Z | https://github.com/chakra-core/ChakraCore/issues/3627 | 254,614,551 | 3,627 |
[
"chakra-core",
"ChakraCore"
] | Currently to create a property ID from a string passed in from JS, I have to do:
```c
JsCopyString(key_ref, key_string, ...);
JsCreatePropertyId(key_string, key_length, &prop_id);
```
`JsGetPropertyIdFromSymbol()` takes a JsValueRef as argument, but that only works for symbols. | API to make a PropertyId directly from a JavaScript string | https://api.github.com/repos/chakra-core/ChakraCore/issues/3623/comments | 12 | 2017-08-31T23:31:09Z | 2017-09-24T16:01:20Z | https://github.com/chakra-core/ChakraCore/issues/3623 | 254,496,808 | 3,623 |
[
"chakra-core",
"ChakraCore"
] | `JsStringToPointer` gets a pointer to a UTF-16 encoded string. The pointer is specified in the function signature as `wchar_t*`, however `sizeof(wchar_t)` is 4 bytes on Unix platforms (Linux, macOS), in contrast to Windows where it's 2 bytes; this caused a segmentation fault on my end when I tried to walk the string t... | JsStringToPointer() returns wchar_t but always encodes as UTF-16 | https://api.github.com/repos/chakra-core/ChakraCore/issues/3622/comments | 6 | 2017-08-31T21:20:43Z | 2017-08-31T23:17:50Z | https://github.com/chakra-core/ChakraCore/issues/3622 | 254,471,598 | 3,622 |
[
"chakra-core",
"ChakraCore"
] | A runtime error in an ES module produces a stack trace like:
```
ReferenceError: 'getEaten' is not defined
at Showcase.prototype.on_update (:49:3)
at Anonymous function (#/game_modules/thread.js:134:26)
at Anonymous function (#/game_modules/thread.js:195:3)
at next (#/runtime/from.js:267:4)
at n... | No filename information for errors in ES modules | https://api.github.com/repos/chakra-core/ChakraCore/issues/3618/comments | 10 | 2017-08-30T14:29:10Z | 2018-01-11T16:33:56Z | https://github.com/chakra-core/ChakraCore/issues/3618 | 254,020,335 | 3,618 |
[
"chakra-core",
"ChakraCore"
] | The following module parses successfully:
```js
import { from } from 'cell-runtime';
Object.assign(Sphere.Game,
{
name: "kh2Bar Showcase",
author: "Fat Cerberus",
resolution: '320x240',
main: '@/bin/main.mjs',
});
install('@/bin', files('src/*.mjs', true));
install('@/images', files... | Top-level module with no imports produces SyntaxError | https://api.github.com/repos/chakra-core/ChakraCore/issues/3617/comments | 13 | 2017-08-30T06:41:32Z | 2017-10-02T14:34:57Z | https://github.com/chakra-core/ChakraCore/issues/3617 | 253,893,750 | 3,617 |
[
"chakra-core",
"ChakraCore"
] | There doesn't seem to be a way to get at the exports of a module in native code. I'm trying to implement a system where my engine calls an `export default` function in the root module, but I haven't found a way of accessing the exports. `JsModuleEvaluation(moduleRecord, &result);` usually just returns `undefined` for... | Get at module export table in native code | https://api.github.com/repos/chakra-core/ChakraCore/issues/3616/comments | 23 | 2017-08-30T04:35:33Z | 2018-02-20T22:21:46Z | https://github.com/chakra-core/ChakraCore/issues/3616 | 253,875,841 | 3,616 |
[
"chakra-core",
"ChakraCore"
] | Object qualifiers are linked, and iterated upon in ECMA. Object key order should never change even when key iterating code is idempotent sense the most efficient code design can only be written knowing the iteration ahead of time.
Currently, in other ecma implementations, Object keys are/can be reordered dependent on... | Object keys should not reorder if they are numerical. | https://api.github.com/repos/chakra-core/ChakraCore/issues/3614/comments | 4 | 2017-08-30T01:03:34Z | 2017-09-24T19:20:53Z | https://github.com/chakra-core/ChakraCore/issues/3614 | 253,847,984 | 3,614 |
[
"chakra-core",
"ChakraCore"
] | After I updated Visual Studio 2017 to version 15.3.3 today, it can't build ChakraCore (master branch, x86 release version). The error is: **fatal error C1001: An internal error has occurred in the compiler.** and **LINK : fatal error LNK1000: Internal error during IMAGE::BuildImage**. The x86 debug and x64 release vers... | VS2017 internal error occurred when building ChakraCore | https://api.github.com/repos/chakra-core/ChakraCore/issues/3612/comments | 6 | 2017-08-29T23:08:17Z | 2018-05-31T00:31:58Z | https://github.com/chakra-core/ChakraCore/issues/3612 | 253,831,477 | 3,612 |
[
"chakra-core",
"ChakraCore"
] | This is a PoC code.
```
var p = new Proxy([], {});
class MyArray extends Array {
static get [Symbol.species]() {
return function() { return p; }
};
}
size = 0xffffffff;
w = new MyArray(size);
x = Array.prototype.concat.call(w); | Null pointer dereference when Array.prototype.concat.call | https://api.github.com/repos/chakra-core/ChakraCore/issues/3603/comments | 2 | 2017-08-29T08:42:36Z | 2017-09-08T21:46:29Z | https://github.com/chakra-core/ChakraCore/issues/3603 | 253,572,371 | 3,603 |
[
"chakra-core",
"ChakraCore"
] | I'm getting spurious syntax errors for completely legal code which prevents me from testing ES6 modules. I even get a syntax error for a zero-length script(!)
Am I doing something wrong? My module evaluation function looks like this:
```c
void
jsal_eval_module(const char* filename)
{
/* [ ... source ] -> [ .... | JsParseModuleSource() gives weird syntax errors | https://api.github.com/repos/chakra-core/ChakraCore/issues/3602/comments | 12 | 2017-08-29T06:18:22Z | 2017-08-31T13:09:52Z | https://github.com/chakra-core/ChakraCore/issues/3602 | 253,540,447 | 3,602 |
[
"chakra-core",
"ChakraCore"
] | I would like all my native finalizers to run on shutdown, to free any non-memory resources they may be holding onto. However my finalizers rely on being able to call back into JSRT to get the external data pointer from the object being finalized, and this fails with JsErrorNoCurrentContext as I've already set the cont... | Finalizers on shutdown catch-22 | https://api.github.com/repos/chakra-core/ChakraCore/issues/3601/comments | 2 | 2017-08-29T05:05:59Z | 2017-08-29T23:04:23Z | https://github.com/chakra-core/ChakraCore/issues/3601 | 253,530,475 | 3,601 |
[
"chakra-core",
"ChakraCore"
] | function foo(a = (() => b)(), b) {
}
foo();
Should throw use before declaration error. | Use of formals defined to the right should throw use before declaration error | https://api.github.com/repos/chakra-core/ChakraCore/issues/3600/comments | 1 | 2017-08-29T04:07:09Z | 2019-06-07T18:34:15Z | https://github.com/chakra-core/ChakraCore/issues/3600 | 253,523,690 | 3,600 |
[
"chakra-core",
"ChakraCore"
] | In JavaScript, it's legal to do:
```js
var num = 812;
console.log(num.foo); // undefined
console.log(num.toString()); // 812
```
This works because numbers are object coercible even though they are not real objects. However, doing equivalent property reads with `JsGetProperty()` will return `JsErrorArgumentN... | JsGetProperty() doesn't work with object-coercibles | https://api.github.com/repos/chakra-core/ChakraCore/issues/3599/comments | 4 | 2017-08-28T23:42:13Z | 2017-09-04T02:41:44Z | https://github.com/chakra-core/ChakraCore/issues/3599 | 253,487,519 | 3,599 |
[
"chakra-core",
"ChakraCore"
] | ```
14:52:07 4>Summary: wasm had 39 tests; 3 failures
14:52:45 interpreted\rl.results.log:wasm (limits.js ( -wasm -args --no-verbose --start 4 --end 12 -endargs) exe) -- failed : exec time=4
14:52:45 interpreted\rl.results.log:wasm (limits.js ( -wasm -args --no-verbose --end 4 -endargs) exe) -- failed : exec time=7
... | [1.7] daily_slow_x64_test failures in WASM tests | https://api.github.com/repos/chakra-core/ChakraCore/issues/3597/comments | 1 | 2017-08-28T18:03:20Z | 2017-08-28T20:56:49Z | https://github.com/chakra-core/ChakraCore/issues/3597 | 253,407,944 | 3,597 |
[
"chakra-core",
"ChakraCore"
] | ```
999.9996.toLocaleString().
*nix: 1,000
Windows: 1,000.00
```
- Investigate the difference (per sample and other potential FP numbers) | Intl: Number.tolocalestring output difference among platforms. | https://api.github.com/repos/chakra-core/ChakraCore/issues/3595/comments | 7 | 2017-08-28T16:45:12Z | 2018-01-27T01:30:25Z | https://github.com/chakra-core/ChakraCore/issues/3595 | 253,387,666 | 3,595 |
[
"chakra-core",
"ChakraCore"
] | I ask because I have [an Open-Source project](http://camotics.org/) that has a significant, although niche, following. I've built [a library that makes it easy to use both libv8 and ChakraCore](https://github.com/CauldronDevelopmentLLC/cbang/tree/master/src/cbang/js). However, I cannot get ChakraCore to link properly... | Does Microsoft contribute to external Open-Source projects? | https://api.github.com/repos/chakra-core/ChakraCore/issues/3593/comments | 7 | 2017-08-27T09:33:34Z | 2017-08-31T16:45:09Z | https://github.com/chakra-core/ChakraCore/issues/3593 | 253,152,624 | 3,593 |
[
"chakra-core",
"ChakraCore"
] | It's possible right now to create an "External Object" which stores a C pointer to internal native data. However, what's *not* possible as far as I can see is being able to store arbitrary properties on an object which refer to JS values but aren't accessible from JS. For example in Duktape it's possible to:
```c
... | Add API to store private properties in any object | https://api.github.com/repos/chakra-core/ChakraCore/issues/3592/comments | 2 | 2017-08-26T14:04:18Z | 2017-10-16T09:07:02Z | https://github.com/chakra-core/ChakraCore/issues/3592 | 253,095,021 | 3,592 |
[
"chakra-core",
"ChakraCore"
] | I had an issue with invalid exceptions getting thrown, so I ran some tests in the debugger. It seems that in certain cases:
* `JsGetAndClearException()` returns `JsNoError`.
* Before calling, JsValueRef value is `0xcccccccc` (uninitialized stack variable)
* After calling, JsValueRef is `0xcdcdcdcd`, indicating free... | JsGetAndClearException() returns bad pointer | https://api.github.com/repos/chakra-core/ChakraCore/issues/3589/comments | 1 | 2017-08-25T23:29:55Z | 2017-08-26T01:21:51Z | https://github.com/chakra-core/ChakraCore/issues/3589 | 253,040,319 | 3,589 |
[
"chakra-core",
"ChakraCore"
] | Repro:
var a = new Date(10000,5,1)
a.toLocaleString()
Observed:
Invalid procedure call or argument
Works in chrome; errors out in Edge/IE11. | Intl: Date.toLocaleString on date/year with >10000 returns an error "Invalid procedure call or argument" | https://api.github.com/repos/chakra-core/ChakraCore/issues/3579/comments | 11 | 2017-08-24T05:21:48Z | 2017-11-08T00:45:51Z | https://github.com/chakra-core/ChakraCore/issues/3579 | 252,490,073 | 3,579 |
[
"chakra-core",
"ChakraCore"
] | I'm trying to create a native object and set its `[Symbol.iterator]` so that the object can be enumerated using `for...of`, but all I can find in the API is `JsCreateSymbol()` which creates a new, unique symbol. | How to access well-known symbols from C? | https://api.github.com/repos/chakra-core/ChakraCore/issues/3575/comments | 12 | 2017-08-23T06:00:34Z | 2018-02-13T23:54:57Z | https://github.com/chakra-core/ChakraCore/issues/3575 | 252,168,682 | 3,575 |
[
"chakra-core",
"ChakraCore"
] | chakracore | https://api.github.com/repos/chakra-core/ChakraCore/issues/3572/comments | 0 | 2017-08-23T02:14:53Z | 2017-08-23T10:01:57Z | https://github.com/chakra-core/ChakraCore/issues/3572 | 252,139,744 | 3,572 | |
[
"chakra-core",
"ChakraCore"
] | It would be tremendously convenient if there were a JSRT API that could compare the magnitude of two JsValueRef's, as per the the ecmascript [abstract relational comparison algorithm](https://tc39.github.io/ecma262/#sec-abstract-relational-comparison). | JSRT API to access javascript relational comparison function | https://api.github.com/repos/chakra-core/ChakraCore/issues/3568/comments | 6 | 2017-08-22T16:54:47Z | 2017-10-18T23:16:52Z | https://github.com/chakra-core/ChakraCore/issues/3568 | 252,023,369 | 3,568 |
[
"chakra-core",
"ChakraCore"
] | Hi all, i'm unable to build ChakraCore on Ubuntu 16.04.3 64bit due to this error. Any solution?
[100%] Linking CXX shared library libChakraCore.so
clang: error: unable to execute command: Killed
clang: error: linker command failed due to signal (use -v to see invocation)
bin/ChakraCore/CMakeFiles/ChakraCore.dir/b... | clang: error: unable to execute command: Killed | https://api.github.com/repos/chakra-core/ChakraCore/issues/3567/comments | 2 | 2017-08-22T09:35:05Z | 2017-08-22T14:10:02Z | https://github.com/chakra-core/ChakraCore/issues/3567 | 251,895,761 | 3,567 |
[
"chakra-core",
"ChakraCore"
] | ```
test/es6/rlexe.xml:1291: <tags>BugFix,exclude_</tags>
```
Context:
```
test/es6/rlexe.xml-1288- <test>
test/es6/rlexe.xml-1289- <default>
test/es6/rlexe.xml-1290- <files>OS_5403724.js</files>
test/es6/rlexe.xml:1291: <tags>BugFix,exclude_</tags>
test/es6/rlexe.xml-1292- <compile... | test/es6/rlexe.xml: Broken "exclude_" tag | https://api.github.com/repos/chakra-core/ChakraCore/issues/3563/comments | 0 | 2017-08-22T00:28:24Z | 2018-05-31T00:31:57Z | https://github.com/chakra-core/ChakraCore/issues/3563 | 251,805,240 | 3,563 |
[
"chakra-core",
"ChakraCore"
] | - [x] Remove `exclude_xplat` tag from test folder `WasmSpec` and from individual tests in test folder `wasm`
- [x] Fix failing tests
- [x] Enable WebAssembly in release builds (remove `#if defined(_WIN32) || (defined(__clang__) && defined(ENABLE_DEBUG_CONFIG_OPTIONS))` in CommonDefines.h | Enable WebAssembly on xplat | https://api.github.com/repos/chakra-core/ChakraCore/issues/3561/comments | 4 | 2017-08-21T19:36:46Z | 2018-02-21T00:31:37Z | https://github.com/chakra-core/ChakraCore/issues/3561 | 251,750,216 | 3,561 |
[
"chakra-core",
"ChakraCore"
] | Not sure if this is the right place for this bug but was testing a client/api on Edge 16.16257 and noticed that when getting the headers from the ajax response using `request.getAllResponseHeaders();` would not return any custom headers.
Was working ok in previous versions.
[Example](http://www.test-cors.org/#?cl... | Missing headers in getResponseHeader Microsoft EdgeHTML 16.16257 | https://api.github.com/repos/chakra-core/ChakraCore/issues/3559/comments | 3 | 2017-08-21T11:50:18Z | 2017-08-23T20:27:31Z | https://github.com/chakra-core/ChakraCore/issues/3559 | 251,635,079 | 3,559 |
[
"chakra-core",
"ChakraCore"
] | Just checked out ChakraCore and attempted to build using MSVC 2017 per the directions in README:
> * Clone ChakraCore through git clone https://github.com/Microsoft/ChakraCore.git
> * Open Build\Chakra.Core.sln in Visual Studio
> * Build Solution
It seemed to build successfully:
```
========== Build: 29 succe... | CMake target processor error in MSVC 2017 | https://api.github.com/repos/chakra-core/ChakraCore/issues/3558/comments | 1 | 2017-08-20T17:09:31Z | 2017-08-22T01:27:05Z | https://github.com/chakra-core/ChakraCore/issues/3558 | 251,501,400 | 3,558 |
[
"chakra-core",
"ChakraCore"
] | After building ChakraCore on Linux, I found there is `ch` which looks like a shell environment (similar to `d8` in V8, `js` in SpiderMonkey, and `jsc` in WebKit). However for the tests I want to run, I need WebAssembly support (I'm running the [wasm fuzzer in binaryen](https://github.com/WebAssembly/binaryen/wiki/Fuzzi... | WebAssembly in ch shell? | https://api.github.com/repos/chakra-core/ChakraCore/issues/3552/comments | 2 | 2017-08-19T03:08:35Z | 2017-08-19T16:10:30Z | https://github.com/chakra-core/ChakraCore/issues/3552 | 251,396,281 | 3,552 |
[
"chakra-core",
"ChakraCore"
] | In my spare time I have been chipping away at https://github.com/Microsoft/ChakraCore/issues/3494 . Whilst doing this I had a look at some of the existing code that is used to selectively use SSE greater than SSE2 instructions at runtime. For example https://github.com/Microsoft/ChakraCore/blob/6a222b7d049ad10b3dde81d5... | xplat issues with detection and use of SSE instructions for SSE versions greater than SSE2 | https://api.github.com/repos/chakra-core/ChakraCore/issues/3551/comments | 2 | 2017-08-18T21:30:12Z | 2017-08-19T00:22:10Z | https://github.com/chakra-core/ChakraCore/issues/3551 | 251,363,606 | 3,551 |
[
"chakra-core",
"ChakraCore"
] | **Repro:**
1. Build ChakraCore on linux with the following options:
`./build.sh --cc=/usr/bin/clang --cxx=/usr/bin/clang++ --arch=amd64 --debug --static -j 8 --sanitize=address,undefined,signed-integer-overflow`
1. `cd test/native-tests`
1. run tests: `./test_native.sh <full-path-to-ch.exe> Debug`
**Expe... | Errors running native-tests on linux when built with sanitize | https://api.github.com/repos/chakra-core/ChakraCore/issues/3543/comments | 0 | 2017-08-17T18:39:53Z | 2019-06-07T19:11:09Z | https://github.com/chakra-core/ChakraCore/issues/3543 | 251,034,821 | 3,543 |
[
"chakra-core",
"ChakraCore"
] | Hello,
The following code behaves inconsistent with other engines.
```
var get_cnt = 0;
var int16 = new Int16Array(4);
class dummy {
constructor() {
print("in constructor");
return int16;
}
}
var handler = {
get: function(oTarget, sKey) {
print("get " + sKey.toString());
if (sKey.toStri... | Realization of TypedArray's [[DefineOwnProperty]] is inconsistent with other engines | https://api.github.com/repos/chakra-core/ChakraCore/issues/3532/comments | 3 | 2017-08-15T06:32:54Z | 2019-06-07T18:35:30Z | https://github.com/chakra-core/ChakraCore/issues/3532 | 250,232,481 | 3,532 |
[
"chakra-core",
"ChakraCore"
] | Hi,
We found an failed assertion in the ChakraCore interpreter (ch) when you run the following test case:
```
WScript = {}
WScript.Echo = console.log
$ERROR = console.log
assert = {}
assert.sameValue = function(x,y,z) {
return x == y
}
assert.notSameValue = function(x,y,z) {
return not (x == y)
}... | Internal Error!! at lib/Common/Exceptions/Throw.cpp | https://api.github.com/repos/chakra-core/ChakraCore/issues/3531/comments | 2 | 2017-08-15T03:23:42Z | 2017-09-13T22:18:22Z | https://github.com/chakra-core/ChakraCore/issues/3531 | 250,212,037 | 3,531 |
[
"chakra-core",
"ChakraCore"
] | Hello,
The following code behaves incorrectly (inconsistent with the standard and other engines) in Chakra due to incorrect realization of HasItem() functions:
````
var get_cnt = 0;
var handler = {
get: function(oTarget, sKey) {
print("get " + sKey.toString());
if (sKey.toString()=="constructor") {
... | Incorrect behavior of Array.prototype.filter() | https://api.github.com/repos/chakra-core/ChakraCore/issues/3530/comments | 1 | 2017-08-15T03:18:04Z | 2018-01-09T23:01:10Z | https://github.com/chakra-core/ChakraCore/issues/3530 | 250,211,398 | 3,530 |
[
"chakra-core",
"ChakraCore"
] | Warning C4768 is an off by default warning in the latest MSVC compiler, which will turned on in the next major compiler release. This warning is hit once in the ChakraCore project.
D:\Chakra\src\lib\Runtime\Base\ThreadContext.cpp(60): warning C4768: __declspec attributes before linkage specification are ignored
... | warning C4768: __declspec attributes before linkage specification are ignored | https://api.github.com/repos/chakra-core/ChakraCore/issues/3521/comments | 1 | 2017-08-14T16:38:19Z | 2019-06-04T18:33:03Z | https://github.com/chakra-core/ChakraCore/issues/3521 | 250,086,353 | 3,521 |
[
"chakra-core",
"ChakraCore"
] | Promise.prototype.finally is stage 3 - time to implement it! :-D
Test262 tests are merged.
Spec is [here](https://tc39.github.io/proposal-promise-finally/).
- https://github.com/tc39/proposal-promise-finally/issues/18 | Implement Promise.prototype.finally | https://api.github.com/repos/chakra-core/ChakraCore/issues/3520/comments | 13 | 2017-08-12T17:10:42Z | 2018-02-15T21:53:45Z | https://github.com/chakra-core/ChakraCore/issues/3520 | 249,823,926 | 3,520 |
[
"chakra-core",
"ChakraCore"
] | ```
[ 13%] Building CXX object pal/src/CMakeFiles/Chakra.Pal.dir/thread/threadsusp.cpp.o
[ 13%] Building CXX object pal/src/CMakeFiles/Chakra.Pal.dir/exception/machexception.cpp.o
[ 13%] Building CXX object pal/src/CMakeFiles/Chakra.Pal.dir/exception/machmessage.cpp.o
[ 13%] Building ASM object pal/src/CMakeFiles/C... | [macOS | Building] error with 'cstdint' file not found while build for macOS 10.7 | https://api.github.com/repos/chakra-core/ChakraCore/issues/3519/comments | 5 | 2017-08-12T07:51:05Z | 2017-08-21T13:15:25Z | https://github.com/chakra-core/ChakraCore/issues/3519 | 249,796,199 | 3,519 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/tc39/ecma402/issues/122 | [INTL] Change Intl prototypes to plain objects | https://api.github.com/repos/chakra-core/ChakraCore/issues/3513/comments | 3 | 2017-08-10T20:54:25Z | 2018-08-28T15:50:50Z | https://github.com/chakra-core/ChakraCore/issues/3513 | 249,473,388 | 3,513 |
[
"chakra-core",
"ChakraCore"
] | We are trying to upload 5GB file on microsoft edge version Microsoft Edge 38.14393.1066.0 using java script fromdata.
const formData = new FormData();
formData.append("file", file, file.name);
Please note that we are not using chunk file reading . Directly giving file to browser. Is this issue with javascript ... | Arithmetic result exceeded 32 bits. | https://api.github.com/repos/chakra-core/ChakraCore/issues/3508/comments | 1 | 2017-08-10T09:40:33Z | 2017-08-10T23:02:52Z | https://github.com/chakra-core/ChakraCore/issues/3508 | 249,289,201 | 3,508 |
[
"chakra-core",
"ChakraCore"
] | Building Chakra with MSVC + /permissive- failed with error C4596. Similar issue with https://github.com/Microsoft/ChakraCore/issues/2862
Here is issue:
https://github.com/Microsoft/ChakraCore/blob/master/lib/Runtime/Base/ThreadContext.h#L1784
https://github.com/Microsoft/ChakraCore/blob/master/lib/Runtime/Base/Thr... | Issues found when building Chakra with MSVC + /permissive- | https://api.github.com/repos/chakra-core/ChakraCore/issues/3507/comments | 0 | 2017-08-10T07:20:46Z | 2017-08-21T21:14:44Z | https://github.com/chakra-core/ChakraCore/issues/3507 | 249,255,104 | 3,507 |
[
"chakra-core",
"ChakraCore"
] | Using chakracore 1.7.1.0 of chakranode I noticed and interop issue when a unit test in my project failed.
```js
o = {}
o.b = 2
o.a = 1
delete o.b
o.b = 2
Object.keys(o) // produces [ 'b', 'a' ] while v8 produces ['a', 'b']
```
The example uses `Object.keys` but `for-in` and friends will produce a similar res... | Incorrect iteration order of deleted and re-assigned properties. | https://api.github.com/repos/chakra-core/ChakraCore/issues/3505/comments | 6 | 2017-08-10T00:35:24Z | 2019-06-07T18:34:21Z | https://github.com/chakra-core/ChakraCore/issues/3505 | 249,200,427 | 3,505 |
[
"chakra-core",
"ChakraCore"
] | The isShared bool is uninitialized in the copy-ctor. It should be initialized to false since we make a new ValueInfo in it. If it happens to be true, we will get unnecessary copies.
class JsTypeValueInfo : public ValueInfo
{
private:
JITTypeHolder jsType;
Js::EquivalentTypeSet * jsTypeSet;
**bool ... | isShared uninitialized in copy-ctor of JsTypeValueInfo | https://api.github.com/repos/chakra-core/ChakraCore/issues/3497/comments | 1 | 2017-08-08T20:47:56Z | 2017-08-11T01:06:03Z | https://github.com/chakra-core/ChakraCore/issues/3497 | 248,841,594 | 3,497 |
[
"chakra-core",
"ChakraCore"
] | This is is a follow on from https://github.com/Microsoft/ChakraCore/issues/2278 . The currently available Linux ChakraCore binaries only work on some Linux distros. Ideally they would work on all (currently maintained) Linux distros.
I've put together a rough build system that is capable of generating such binaries ... | Make official ChakraCore Linux binaries that work on all currently maintained versions of Linux | https://api.github.com/repos/chakra-core/ChakraCore/issues/3494/comments | 9 | 2017-08-08T00:29:53Z | 2018-05-07T23:11:34Z | https://github.com/chakra-core/ChakraCore/issues/3494 | 248,567,780 | 3,494 |
[
"chakra-core",
"ChakraCore"
] | I've run this test case of 170 modules with some circular references and no actual code at all against Edge 41.16257.1000.0, and it seems it is enough to stall the browser completely. Safari handles this case in under a second, and Chrome have just fixed a bug for it to load faster as well.
To replicate, clone the r... | ES Modules - Unable to load a circular module tree | https://api.github.com/repos/chakra-core/ChakraCore/issues/3492/comments | 6 | 2017-08-07T11:20:03Z | 2017-08-25T08:30:11Z | https://github.com/chakra-core/ChakraCore/issues/3492 | 248,380,820 | 3,492 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/WebAssembly/tail-call | WASM - Tail Call (3w) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3484/comments | 0 | 2017-08-03T22:44:15Z | 2018-12-15T22:17:14Z | https://github.com/chakra-core/ChakraCore/issues/3484 | 247,856,303 | 3,484 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/WebAssembly/exception-handling | WASM - Exception-Handling (1m) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3483/comments | 0 | 2017-08-03T22:44:09Z | 2017-08-03T22:44:37Z | https://github.com/chakra-core/ChakraCore/issues/3483 | 247,856,278 | 3,483 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/WebAssembly/simd | WASM - SIMD (2m) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3482/comments | 1 | 2017-08-03T22:41:51Z | 2017-12-21T00:25:28Z | https://github.com/chakra-core/ChakraCore/issues/3482 | 247,855,895 | 3,482 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/WebAssembly/gc | WASM - Managed Data/GC (2m) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3481/comments | 0 | 2017-08-03T22:37:00Z | 2017-08-03T22:37:12Z | https://github.com/chakra-core/ChakraCore/issues/3481 | 247,855,049 | 3,481 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/WebAssembly/multi-value | WASM - Multi-Value (2w) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3478/comments | 1 | 2017-08-03T22:33:59Z | 2018-03-21T18:07:54Z | https://github.com/chakra-core/ChakraCore/issues/3478 | 247,854,507 | 3,478 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/WebAssembly/threads
[Overview](https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md)
- [ ] Atomic Operations
- [x] [load/store](https://github.com/WebAssembly/threads/blob/master/proposals/threads/Overview.md#loadstore)
- [ ] [RMW](https://github.com/WebAssembly/... | WASM - Threads (1m) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3477/comments | 1 | 2017-08-03T22:29:28Z | 2019-07-24T05:17:06Z | https://github.com/chakra-core/ChakraCore/issues/3477 | 247,853,669 | 3,477 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/WebAssembly/bulk-memory-operations/blob/master/proposals/bulk-memory-operations/Overview.md | WASM - Bulk memory operations (2w) | https://api.github.com/repos/chakra-core/ChakraCore/issues/3476/comments | 0 | 2017-08-03T22:25:51Z | 2018-02-28T22:44:52Z | https://github.com/chakra-core/ChakraCore/issues/3476 | 247,852,946 | 3,476 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.