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"
] | Implement operator i64.extend_s/i32 | WASM - i64.extend_s/i32 | https://api.github.com/repos/chakra-core/ChakraCore/issues/1864/comments | 1 | 2016-10-31T22:19:52Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1864 | 186,414,307 | 1,864 |
[
"chakra-core",
"ChakraCore"
] | Implement operator i64.trunc_u/f64
Should trap when the floating point value is NaN or outside the range which rounds to an integer in range | WASM - i64.trunc_u/f64 | https://api.github.com/repos/chakra-core/ChakraCore/issues/1863/comments | 1 | 2016-10-31T22:19:22Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1863 | 186,414,227 | 1,863 |
[
"chakra-core",
"ChakraCore"
] | Implement operator i64.trunc_u/f32
Should trap when the floating point value is NaN or outside the range which rounds to an integer in range | WASM - i64.trunc_u/f32 | https://api.github.com/repos/chakra-core/ChakraCore/issues/1862/comments | 1 | 2016-10-31T22:19:05Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1862 | 186,414,163 | 1,862 |
[
"chakra-core",
"ChakraCore"
] | Implement operator i64.trunc_s/f64
Should trap when the floating point value is NaN or outside the range which rounds to an integer in range | WASM - i64.trunc_s/f64 | https://api.github.com/repos/chakra-core/ChakraCore/issues/1861/comments | 1 | 2016-10-31T22:18:46Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1861 | 186,414,096 | 1,861 |
[
"chakra-core",
"ChakraCore"
] | Implement operator i64.trunc_s/f32
Should trap when the floating point value is NaN or outside the range which rounds to an integer in range | WASM - i64.trunc_s/f32 | https://api.github.com/repos/chakra-core/ChakraCore/issues/1860/comments | 1 | 2016-10-31T22:18:17Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1860 | 186,414,002 | 1,860 |
[
"chakra-core",
"ChakraCore"
] | Implement operator f32.convert_u/i32 | WASM - f32.convert_u/i32 | https://api.github.com/repos/chakra-core/ChakraCore/issues/1859/comments | 1 | 2016-10-31T22:17:40Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1859 | 186,413,889 | 1,859 |
[
"chakra-core",
"ChakraCore"
] | Implement operator i32.trunc_u/f64 | WASM - i32.trunc_u/f64 | https://api.github.com/repos/chakra-core/ChakraCore/issues/1858/comments | 0 | 2016-10-31T22:17:10Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1858 | 186,413,799 | 1,858 |
[
"chakra-core",
"ChakraCore"
] | Implement operator i32.trunc_u/f32 | WASM - i32.trunc_u/f32 | https://api.github.com/repos/chakra-core/ChakraCore/issues/1857/comments | 0 | 2016-10-31T22:16:37Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1857 | 186,413,673 | 1,857 |
[
"chakra-core",
"ChakraCore"
] | Implement Grow Memory operator | WASM - Grow Memory | https://api.github.com/repos/chakra-core/ChakraCore/issues/1856/comments | 1 | 2016-10-31T22:15:41Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1856 | 186,413,498 | 1,856 |
[
"chakra-core",
"ChakraCore"
] | Functions below a certain size are much more costly to JIT than it is worth to do so. Sufficiently small functions should get inlined at all of their call sites eventually, so queueing them up to be jitted is wasteful.
| Avoid JIT for small functions | https://api.github.com/repos/chakra-core/ChakraCore/issues/1841/comments | 0 | 2016-10-28T00:44:49Z | 2016-11-15T00:26:19Z | https://github.com/chakra-core/ChakraCore/issues/1841 | 185,814,303 | 1,841 |
[
"chakra-core",
"ChakraCore"
] | One code pattern that happens a decent amount is as follows:
var a = "hello"
var b = "world"
var c = a[0]
var d = b[4]
if(c == d) {
dance();
}
Currently, we do a full string comparison in this case. It's possible to instead add another type of single-character strings, store the values as i8s, and do the compariso... | Handle single-character strings specially | https://api.github.com/repos/chakra-core/ChakraCore/issues/1840/comments | 1 | 2016-10-28T00:43:30Z | 2016-10-28T01:04:23Z | https://github.com/chakra-core/ChakraCore/issues/1840 | 185,814,167 | 1,840 |
[
"chakra-core",
"ChakraCore"
] | We should delete the Wasm object before release once we have switched testing to use new WebAssembly APIs
| WASM - Remove old Wasm APIs | https://api.github.com/repos/chakra-core/ChakraCore/issues/1834/comments | 2 | 2016-10-27T02:08:31Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1834 | 185,555,934 | 1,834 |
[
"chakra-core",
"ChakraCore"
] | Automated testing is hitting this assert, which in the past has happened a bit when bytecodeuses opcodes are emitted improperly around an instruction.
| Hitting the assert "Can't have two active lifetimes for the same byte code register" | https://api.github.com/repos/chakra-core/ChakraCore/issues/1832/comments | 2 | 2016-10-26T23:55:33Z | 2016-11-30T22:42:03Z | https://github.com/chakra-core/ChakraCore/issues/1832 | 185,540,545 | 1,832 |
[
"chakra-core",
"ChakraCore"
] | At the moment, ChakraCore shared library on xplat requires an explicit call to DllMain.
This is not practical for 3rd party apps using ChakraCore.
A potential solution may benefit `static library` xplat mechanism. Please keep in mind, we need to consider command line args/flags handling for SO separately.
| xplat: Make shared library usage requirements more reasonable | https://api.github.com/repos/chakra-core/ChakraCore/issues/1811/comments | 3 | 2016-10-24T10:54:51Z | 2016-12-19T14:24:34Z | https://github.com/chakra-core/ChakraCore/issues/1811 | 184,808,713 | 1,811 |
[
"chakra-core",
"ChakraCore"
] | There is a new compiler switch in the next release of MSVC that makes the compiler less permissive (/permissive-) There are three types of language conformance issues that are exposed in the Chakra codebase when building with /permissive-
1) Strict string conversion (this is also covered by the /Zc:strictStrings flag... | C++ language conformance changes (msvc /permissive-) | https://api.github.com/repos/chakra-core/ChakraCore/issues/1800/comments | 2 | 2016-10-21T15:36:48Z | 2017-04-26T20:42:34Z | https://github.com/chakra-core/ChakraCore/issues/1800 | 184,516,302 | 1,800 |
[
"chakra-core",
"ChakraCore"
] | this file in "@ubuntu:~/github/ChakraCore/BuildLinux/Release/bin/ChakraCore"
```
#include "../../../../lib/Jsrt/ChakraCore.h"
#include <iostream>
#include <string>
#include <stdio.h>
#include <locale>
#include <codecvt>
using namespace std;
const std::wstring utf82ws(const std::string& src)
{
std::wstring_con... | I can't run sample code, return JsErrorNoCurrentContext | https://api.github.com/repos/chakra-core/ChakraCore/issues/1799/comments | 11 | 2016-10-21T13:58:05Z | 2016-10-24T14:16:29Z | https://github.com/chakra-core/ChakraCore/issues/1799 | 184,491,782 | 1,799 |
[
"chakra-core",
"ChakraCore"
] | Is there anything built into Chakra to help with code coverage? Wouldn't it be more sensible for the runtime to know what ran and what did not than something else?
| Is there support for collecting JS Code Coverage numbers in ChakraCore? | https://api.github.com/repos/chakra-core/ChakraCore/issues/1794/comments | 21 | 2016-10-20T22:46:00Z | 2018-05-16T22:02:23Z | https://github.com/chakra-core/ChakraCore/issues/1794 | 184,359,319 | 1,794 |
[
"chakra-core",
"ChakraCore"
] | ```
JsRuntimeHandle runtime;
JsContextRef context;
JsValueRef result;
unsigned currentSourceContext = 0;
// Your script; try replace hello-world with something else
const char *script = "(()=>{return \'Hello world!\';})()";
// Create a runtime.
JsCreateRuntime(JsRuntimeAttributeNone, nullp... | crashing in even basic tutorial code with JsCreateRuntime() | https://api.github.com/repos/chakra-core/ChakraCore/issues/1792/comments | 4 | 2016-10-20T16:22:59Z | 2016-10-26T13:31:49Z | https://github.com/chakra-core/ChakraCore/issues/1792 | 184,276,789 | 1,792 |
[
"chakra-core",
"ChakraCore"
] | Hi,
I have compiled ChakraCore in Linux but there is no function JsRunScript() in .so library. it is undefined! and it is declareted in ChakraCommonWindows.h how can we use in Linux?
Thanks for any advice...
| JsRunScript() doesn't exist in Linux. | https://api.github.com/repos/chakra-core/ChakraCore/issues/1791/comments | 6 | 2016-10-20T15:22:24Z | 2016-10-20T20:28:56Z | https://github.com/chakra-core/ChakraCore/issues/1791 | 184,260,497 | 1,791 |
[
"chakra-core",
"ChakraCore"
] | In Edge (RS_ONECORE_WEBPLAT.14942) `''+new Proxy(window, {})` doesn't return `[object Window]` but `[object Object]` . That does work properly in Chrome.
Similar issue exists for all other dom types.
| Proxy stringification doesn't work transparently | https://api.github.com/repos/chakra-core/ChakraCore/issues/1772/comments | 3 | 2016-10-18T21:01:09Z | 2017-05-18T21:44:57Z | https://github.com/chakra-core/ChakraCore/issues/1772 | 183,801,867 | 1,772 |
[
"chakra-core",
"ChakraCore"
] | If record and replay happen on different machines the location of the source code may change. However, when we replay our code we give VSCode the original URI for the source, which may not exist on the local machine, during the source load event. This can cause issues if VSCode attempts to access the file URI. As a tem... | TTD - Script file location for VSCode during debugging | https://api.github.com/repos/chakra-core/ChakraCore/issues/1766/comments | 0 | 2016-10-18T04:09:32Z | 2019-06-07T19:12:46Z | https://github.com/chakra-core/ChakraCore/issues/1766 | 183,585,912 | 1,766 |
[
"chakra-core",
"ChakraCore"
] | We currently disable the JIT during record/replay mode. Need to add code to test for record/replay modes in JIT and generate code to call TTD functionality (recording property enumerations, random number generation, and perhaps others). Then we can remove the ForceNoNative calls.
| TTD - Enable JIT in record and replay | https://api.github.com/repos/chakra-core/ChakraCore/issues/1765/comments | 1 | 2016-10-18T04:00:15Z | 2016-11-08T18:22:47Z | https://github.com/chakra-core/ChakraCore/issues/1765 | 183,584,989 | 1,765 |
[
"chakra-core",
"ChakraCore"
] | The current implementation of TTD assumes that a single ScriptContext is used and recorded/replayed. Partial support for this is already in place, in snapshots all objects, scripts, etc. know which context they belong to, but we do not have all of the CrossSite marshalling in place and do not re-inflate objects to Cros... | TTD - Multi-Context support | https://api.github.com/repos/chakra-core/ChakraCore/issues/1764/comments | 1 | 2016-10-18T03:58:03Z | 2016-11-08T18:23:16Z | https://github.com/chakra-core/ChakraCore/issues/1764 | 183,584,736 | 1,764 |
[
"chakra-core",
"ChakraCore"
] | ``` js
(function() {
var x = 1;
(function() {
x = (eval('var x = 20'), 2);
console.log(x == 20); // this should be true
})();
console.log(x == 2); // this should be true
})();
```
Both should print `true`. (Edge/Chrome don't but Firefox does)
see https://tc39.github.io/ecma262/#sec-assi... | LHS should be evaluated first in the assignment. | https://api.github.com/repos/chakra-core/ChakraCore/issues/1745/comments | 6 | 2016-10-14T17:08:29Z | 2018-06-06T23:50:22Z | https://github.com/chakra-core/ChakraCore/issues/1745 | 183,102,524 | 1,745 |
[
"chakra-core",
"ChakraCore"
] | RegEx evaluator in Chakra Core seems to perform slowly (takes more than double the time) for large strings compared to Chrome.
Standalone test case to reproduce the issue
http://jsfiddle.net/Lwa0t5rp/3/
Sample test output extract
Chrome: v53.0.2785
regex 1: 2.8100000000000214 regex 2: 1.3566666666666833 ( rows : 4096... | RegExp: String replace operations using Regular Expressions are slow in EDGE and IE9+ for large strings | https://api.github.com/repos/chakra-core/ChakraCore/issues/1733/comments | 4 | 2016-10-13T04:38:01Z | 2018-06-27T23:26:45Z | https://github.com/chakra-core/ChakraCore/issues/1733 | 182,694,149 | 1,733 |
[
"chakra-core",
"ChakraCore"
] | The usual failure here is that bytecode for with-JIT varieties is regenerated but NoJIT bytecodes are omitted from the regeneration.
If any ByteCode is regenerated it's worth running a script to regenerate all ByteCode and ensure that there are no changes in ByteCode from the version included in the PR. For any build ... | Add test to determine whether all ByteCode has been correctly regenerated. | https://api.github.com/repos/chakra-core/ChakraCore/issues/1721/comments | 10 | 2016-10-10T23:46:18Z | 2018-06-28T21:17:11Z | https://github.com/chakra-core/ChakraCore/issues/1721 | 182,141,077 | 1,721 |
[
"chakra-core",
"ChakraCore"
] | The document.write causing the error SCRIPT70: Permission denied if you use a few document.write inside iframe. This error occurs only in the Edge. In all other browsers this error is not observed.
For example:
```
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>SSP-558</title>
</head>
<b... | The problem with document.write in iframe in Edge | https://api.github.com/repos/chakra-core/ChakraCore/issues/1718/comments | 4 | 2016-10-10T07:41:35Z | 2016-10-12T20:09:58Z | https://github.com/chakra-core/ChakraCore/issues/1718 | 181,952,691 | 1,718 |
[
"chakra-core",
"ChakraCore"
] | Today, if a type is `SimpleDictionaryTypeHandler` and is locked, properties added on it will evolve it to new type. 2 problems with that. We are introducing newer types in the runtime which will have less probability of types finding in cache. When we transition to new type, we do allocation to hold properties and then... | Evaluate type transitions for adding properties on SimpleDictionaryTypeHandler | https://api.github.com/repos/chakra-core/ChakraCore/issues/1714/comments | 1 | 2016-10-07T22:33:44Z | 2019-06-07T19:01:28Z | https://github.com/chakra-core/ChakraCore/issues/1714 | 181,781,266 | 1,714 |
[
"chakra-core",
"ChakraCore"
] | Today if we are in `PathTypeHandler` and we delete a property we go to `SimpleDictionaryTypeHandler`. Having a type in `SimpleDictionaryTypeHandler` is expensive both performance and memory wise when it comes to adding properties. Most of the time, it evolves new type when properties are added and it is less likely to ... | Optimize deleting last property on an object | https://api.github.com/repos/chakra-core/ChakraCore/issues/1713/comments | 2 | 2016-10-07T22:30:11Z | 2016-11-14T19:07:12Z | https://github.com/chakra-core/ChakraCore/issues/1713 | 181,780,836 | 1,713 |
[
"chakra-core",
"ChakraCore"
] | Reported in nodejs/node-chakracore#118
The following snippet has incorrect bytecode generated when run with /ForceDeferParse:
```
function f(a) {
[0].forEach(function() {
return {a};
});
}
f();
```
The use of a in the nested anonymous function is not detected as a non-local reference at parse time, and so a... | Missing detection of non-local reference when using "object shorthand" syntax | https://api.github.com/repos/chakra-core/ChakraCore/issues/1705/comments | 1 | 2016-10-06T18:21:39Z | 2016-10-06T23:29:15Z | https://github.com/chakra-core/ChakraCore/issues/1705 | 181,489,145 | 1,705 |
[
"chakra-core",
"ChakraCore"
] | When running scripts on chakracore, can chakracore use javascript library?
`var javascript = "src="/application/html/js/josdejong/mathjs/math.min.js"" +`
`"var parser = math.parser();" +`
`"parser;"`
`Engine.EvaluateScriptText(javascript);`
It is possible?
| using javascript source library | https://api.github.com/repos/chakra-core/ChakraCore/issues/1702/comments | 2 | 2016-10-06T15:13:44Z | 2016-11-15T22:17:50Z | https://github.com/chakra-core/ChakraCore/issues/1702 | 181,443,519 | 1,702 |
[
"chakra-core",
"ChakraCore"
] | The iterator.value test contains a single value. Are there plans to change this to an array where the first item in array is the index and second item in the array is the value? [test/es6/generators-functionality.js](https://github.com/Microsoft/ChakraCore/blob/master/test/es6/generators-functionality.js)
| Iterator value | https://api.github.com/repos/chakra-core/ChakraCore/issues/1679/comments | 2 | 2016-10-02T05:49:12Z | 2017-03-03T09:28:02Z | https://github.com/chakra-core/ChakraCore/issues/1679 | 180,497,053 | 1,679 |
[
"chakra-core",
"ChakraCore"
] | A few time I've seen ubuntu_linux_release_static fail with this same error (and pass after rerunning):
```
Scanning dependencies of target Chakra.Runtime.Language
[ 57%] Built target Chakra.Parser
[ 57%] Building CXX object lib/Runtime/ByteCode/CMakeFiles/Chakra.Runtime.ByteCode.dir/OpCodeUtilAsmJs.cpp.o
In file inclu... | [CI] [Jenkins] Ubuntu build occasionally fails on dependency issue | https://api.github.com/repos/chakra-core/ChakraCore/issues/1678/comments | 20 | 2016-10-01T21:22:17Z | 2017-04-26T20:43:51Z | https://github.com/chakra-core/ChakraCore/issues/1678 | 180,481,032 | 1,678 |
[
"chakra-core",
"ChakraCore"
] | For below test case, we keep bailing out and rejitting for same reason.
``` js
function test(object) {
var value = object.x;
if (value && value.test) { // bailout happens here
value.test();
}
return value;
}
for (var i = 0; i < 40000; i++) {
var obj = {};
if (i == 0) {
obj.x =... | Perf: Too many bailouts/rejits for FailedTagCheck | https://api.github.com/repos/chakra-core/ChakraCore/issues/1671/comments | 2 | 2016-09-30T22:01:13Z | 2016-11-30T20:01:59Z | https://github.com/chakra-core/ChakraCore/issues/1671 | 180,411,337 | 1,671 |
[
"chakra-core",
"ChakraCore"
] | Behavior implemented in https://github.com/Microsoft/ChakraCore/issues/1333 is that `Date.UTC(x)` and `Date.UTC()` where `typeof x === number` returns NaN.
Spec semantics will be updated (see https://github.com/tc39/ecma262/pull/642) so that `Date.UTC()` returns NaN and `Date.UTC(2017) === Date.UTC(2017, 0)`.
- 0-arg... | Date.UTC(x) [single-argument case] semantics update | https://api.github.com/repos/chakra-core/ChakraCore/issues/1665/comments | 3 | 2016-09-29T21:22:11Z | 2016-10-03T19:09:26Z | https://github.com/chakra-core/ChakraCore/issues/1665 | 180,166,538 | 1,665 |
[
"chakra-core",
"ChakraCore"
] | ``` js
let p = new Proxy({}, {});
let wm = new WeakMap();
wm.set(p, 1);
print(wm.get(p));
/*
┌─────────────────────┬───────────┐
│ chakra │ undefined │
│ chakra-es6 │ │
│ chakra-experimental │ │
├─────────────────────┼───────────┤
│ d8 │ 1 │
│ jsc ... | Proxies cannot be added to WeakMaps | https://api.github.com/repos/chakra-core/ChakraCore/issues/1662/comments | 8 | 2016-09-29T19:53:35Z | 2016-11-16T23:35:21Z | https://github.com/chakra-core/ChakraCore/issues/1662 | 180,145,867 | 1,662 |
[
"chakra-core",
"ChakraCore"
] | Global.global (eg. window.global in the browser, or this.global in ch.exe/etc) got stage 3 today. Let's get an implementation going!
Spec: https://github.com/tc39/proposal-global
| Implement global.global | https://api.github.com/repos/chakra-core/ChakraCore/issues/1658/comments | 5 | 2016-09-28T23:35:47Z | 2019-02-01T04:06:55Z | https://github.com/chakra-core/ChakraCore/issues/1658 | 179,918,004 | 1,658 |
[
"chakra-core",
"ChakraCore"
] | Hi, I set to global variable to engine. And i write a script. Script run integer, string parameter. but can not run array parameter. How i can run with array parameter?
Example;
SetGlobalVarable:
` Engine.AddTypeToGlobal<XMLHttpRequest>();
Engine.AddTypeToGlobal<ScriptInput>();
Engine.S... | global variable parameters array cannot be runned | https://api.github.com/repos/chakra-core/ChakraCore/issues/1656/comments | 2 | 2016-09-28T13:31:11Z | 2016-11-15T22:51:08Z | https://github.com/chakra-core/ChakraCore/issues/1656 | 179,773,314 | 1,656 |
[
"chakra-core",
"ChakraCore"
] | When using the flag -simplejitafter:1 (or flags that imply it), it is possible for stack frame argument type information to be marked as having a global caller for every frame. This is most easily visible in debugging output; functions with global callers are printed in backtraces without any arguments (or the simple "... | StackTraceArguments are set to be from a global context too often in some cases | https://api.github.com/repos/chakra-core/ChakraCore/issues/1645/comments | 1 | 2016-09-27T01:05:55Z | 2019-06-07T19:00:32Z | https://github.com/chakra-core/ChakraCore/issues/1645 | 179,374,581 | 1,645 |
[
"chakra-core",
"ChakraCore"
] | Hi,
i wrote javascript to invoke c# function. c# function invoke new thread to web request. Web request gets string result.
When converting string to JavascriptValue in second thread. i get an exception.
Javascript
`var fn = engine.EvaluateScriptText(@"(function() {`
`webRequest('GET', 'http://www.w3schools.com/xm... | ChakraCore c# function multithread | https://api.github.com/repos/chakra-core/ChakraCore/issues/1633/comments | 2 | 2016-09-23T14:59:11Z | 2016-11-15T22:51:01Z | https://github.com/chakra-core/ChakraCore/issues/1633 | 178,899,425 | 1,633 |
[
"chakra-core",
"ChakraCore"
] | I have written code that saves information about a javascript range, and another routine that uses that information to re-create that range.
I find that when I save a range in Microsoft Edge, Google Chrome can reconstruct it.
However, the converse is not true.
When I save a range in Chrome, Microsoft Edge cannot recons... | Chrome can reconstruct Edge (javascript) Ranges, but not vice versa | https://api.github.com/repos/chakra-core/ChakraCore/issues/1632/comments | 3 | 2016-09-23T10:30:42Z | 2017-05-17T20:52:13Z | https://github.com/chakra-core/ChakraCore/issues/1632 | 178,841,721 | 1,632 |
[
"chakra-core",
"ChakraCore"
] | It would be nice if ChakraCore could detect phases of program execution and optimize accordingly.
I may be working on this for an academic project.
| Phase detection | https://api.github.com/repos/chakra-core/ChakraCore/issues/1628/comments | 5 | 2016-09-22T23:05:49Z | 2018-02-27T22:04:19Z | https://github.com/chakra-core/ChakraCore/issues/1628 | 178,743,260 | 1,628 |
[
"chakra-core",
"ChakraCore"
] | Bug was initially externally reported. LouisL identified the issue as not being a security bug, and as being one with the unsigned compare peep:
"
We emit:
```
s13.var = ShrU_A s12.var, s2.var #000a
s6.var = ShrU_A s4.var, s2.var #000... | Null pointer dereference issue with unsigned compare peep | https://api.github.com/repos/chakra-core/ChakraCore/issues/1627/comments | 2 | 2016-09-22T01:42:27Z | 2016-09-28T02:47:23Z | https://github.com/chakra-core/ChakraCore/issues/1627 | 178,501,434 | 1,627 |
[
"chakra-core",
"ChakraCore"
] | In PathTypeHandler.cpp line 1470 has the call below which eventually ends up modifying the hasNoEnumerableProperties flag of the newPrototype object due to an "internal property" being added to the newPrototype object.
```
newPrototype->SetInternalProperty(Js::InternalPropertyIds::TypeOfPrototypeObjectDictionary, (Var... | PathTypeHandlerBase::SetPrototype changes hasNoEnumerableProperties of newPrototype | https://api.github.com/repos/chakra-core/ChakraCore/issues/1622/comments | 2 | 2016-09-21T22:58:26Z | 2017-08-26T01:25:43Z | https://github.com/chakra-core/ChakraCore/issues/1622 | 178,482,807 | 1,622 |
[
"chakra-core",
"ChakraCore"
] | I am trying to read and understand ChakraCore architecture. In process of doing that, when I want to change or fix small part of ChakraCore runtime, I have to run tests or something, which is unnecessary for most of the time.
I am developing small REPL inside of ChakraCore project which could be helpful to many people... | Adding small REPL for development purpose | https://api.github.com/repos/chakra-core/ChakraCore/issues/1619/comments | 19 | 2016-09-21T20:04:23Z | 2020-10-05T14:39:42Z | https://github.com/chakra-core/ChakraCore/issues/1619 | 178,449,012 | 1,619 |
[
"chakra-core",
"ChakraCore"
] | I noticed that the current system for integrating ChakraCore using CMake is not exactly one of the most friendly. All this really boils down to is simplifying the auto-detection for CMake to where all of the platform dependent configuration is handled easily, and build options are easily configured by ChakraCore. In ge... | Feature Request: Enable ChakraCore embedding using CMake. | https://api.github.com/repos/chakra-core/ChakraCore/issues/1616/comments | 22 | 2016-09-21T12:22:49Z | 2020-04-01T06:42:20Z | https://github.com/chakra-core/ChakraCore/issues/1616 | 178,330,885 | 1,616 |
[
"chakra-core",
"ChakraCore"
] | ## OverView
This is mainly a request to implement a some new language features found in the C++ 2011 and C 2011 specifications. These data types are useful in cases where the application embedding the JavaScript Runtime is C++11 aware. These data types can also be used to help access standardised methods to convert b... | Feature Request: Implement char16_t and char32_t functions. | https://api.github.com/repos/chakra-core/ChakraCore/issues/1614/comments | 7 | 2016-09-21T00:29:52Z | 2018-02-27T22:09:50Z | https://github.com/chakra-core/ChakraCore/issues/1614 | 178,215,215 | 1,614 |
[
"chakra-core",
"ChakraCore"
] | Hi,
i try to add c# class to chakracore context. After i want to invoke from javascript.
How can i do it?
| How can I expose a C# class or method to JS code? | https://api.github.com/repos/chakra-core/ChakraCore/issues/1609/comments | 12 | 2016-09-20T12:48:10Z | 2016-11-02T23:25:27Z | https://github.com/chakra-core/ChakraCore/issues/1609 | 178,050,021 | 1,609 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/Microsoft/ChakraCore/wiki/Build-Status#builds-with-slow-tests
**Daily Slow**
http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/master/job/daily_slow_x86_debug/165/
http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/master/job/daily_slow_x86_test/157/
**Legacy**
http://dotnet-ci.clo... | [Windows {Slow, Legacy}]: x86 {debug, test} InlineConstructors.baseline test failure | https://api.github.com/repos/chakra-core/ChakraCore/issues/1602/comments | 1 | 2016-09-19T20:47:48Z | 2016-09-23T22:18:38Z | https://github.com/chakra-core/ChakraCore/issues/1602 | 177,893,530 | 1,602 |
[
"chakra-core",
"ChakraCore"
] | IE version 11.0.10240.17113 (Update versions: 11.0.35 (KB3185319)) - window.location.origin can no longer be accessed (it works on an earlier build). We use it to construct links on our app so obviously they no longer work.
| window.location.origin cannot be accessed | https://api.github.com/repos/chakra-core/ChakraCore/issues/1600/comments | 1 | 2016-09-19T13:43:12Z | 2016-09-19T18:06:17Z | https://github.com/chakra-core/ChakraCore/issues/1600 | 177,787,994 | 1,600 |
[
"chakra-core",
"ChakraCore"
] | We have some minor issues while compiling CC on x86 Posix.
| xplat: Fix Posix build issues [x86] | https://api.github.com/repos/chakra-core/ChakraCore/issues/1597/comments | 0 | 2016-09-17T10:36:55Z | 2018-05-16T22:32:41Z | https://github.com/chakra-core/ChakraCore/issues/1597 | 177,568,764 | 1,597 |
[
"chakra-core",
"ChakraCore"
] | Code signed PIE but used in Js::ScriptContext::ProfileModeDeferredParsingThunk::RecyclableObject::CallInfo
| xplat: Fix absolute addressing issue [clang] [x86] | https://api.github.com/repos/chakra-core/ChakraCore/issues/1596/comments | 2 | 2016-09-17T10:34:59Z | 2016-11-04T05:12:26Z | https://github.com/chakra-core/ChakraCore/issues/1596 | 177,568,693 | 1,596 |
[
"chakra-core",
"ChakraCore"
] | I read that __register_frame/__deregister_frame on OSX works differently than Linux. On Linux they take full ".eh_frame", but on OSX they take 1 FDE. Needs to verify and fix accordingly to turn on jit on OSX.
#1591 builds with `--no-jit` and runs `disable_jit` test variant on OSX.
| xplat: enable jit on OSX | https://api.github.com/repos/chakra-core/ChakraCore/issues/1595/comments | 4 | 2016-09-17T01:54:08Z | 2016-11-08T04:44:53Z | https://github.com/chakra-core/ChakraCore/issues/1595 | 177,549,515 | 1,595 |
[
"chakra-core",
"ChakraCore"
] | `AsmJs/constloads.js` depends on ArrayBuffer out of bound access recovery feature. Needs xplat implementation to re-enable this test. Excluded by #1591.
| xplat: ArrayBuffer oob access recovery [JIT] [ASMJS] | https://api.github.com/repos/chakra-core/ChakraCore/issues/1594/comments | 2 | 2016-09-17T01:50:26Z | 2017-01-12T12:37:17Z | https://github.com/chakra-core/ChakraCore/issues/1594 | 177,549,369 | 1,594 |
[
"chakra-core",
"ChakraCore"
] | With "-Test" build, there is one weird PDT/PST error (from mktime call) during the loop of test cases. Excluded in #1591.
| xplat: Date/formatting.js fails with jit on | https://api.github.com/repos/chakra-core/ChakraCore/issues/1593/comments | 1 | 2016-09-17T01:46:29Z | 2017-01-27T23:02:02Z | https://github.com/chakra-core/ChakraCore/issues/1593 | 177,549,204 | 1,593 |
[
"chakra-core",
"ChakraCore"
] | UnInitialization code originally in DllMain(DETACH_PROCESS) isn't available on xplat.
- static lib: missing. ATTACH_PROCESS initialization is simulated in Jsrt entry, but DETACH_PROCESS uninitialization is missing.
- shared lib: essentially missing as well. Manually called by CH (used to be called during PAL FreeLibrar... | xplat: DETACH_PROCESS code missing | https://api.github.com/repos/chakra-core/ChakraCore/issues/1592/comments | 1 | 2016-09-17T01:39:40Z | 2016-11-23T01:03:08Z | https://github.com/chakra-core/ChakraCore/issues/1592 | 177,548,933 | 1,592 |
[
"chakra-core",
"ChakraCore"
] | Hi again,
I think I found a bug:
``` c++
const char *initialString {"989F2EAE-123B-44E5-B437-7E3BB923A611"};
std::cout << "Initial string is: " << initialString << "\n";
JsValueRef uuid;
JsPointerToStringUtf8(initialString, sizeof(initialString), &uuid);
char *decodedString;
size_t length;
JsStringToPointerUtf8Cop... | Wrong string encoding/decoding | https://api.github.com/repos/chakra-core/ChakraCore/issues/1589/comments | 2 | 2016-09-16T18:02:19Z | 2016-09-16T23:05:36Z | https://github.com/chakra-core/ChakraCore/issues/1589 | 177,485,197 | 1,589 |
[
"chakra-core",
"ChakraCore"
] | Method resolution for invoking superclass differs between "super.f()" and "super.f.apply(this)".
In Chakra the code below produces:
Normal: A
Error: Out of stack space
V8 produces A for both invocation methods. This issue impacts the [jsdom](https://www.npmjs.com/package/jsdom) npm package.
```
class A {
constr... | ES6 super class resolution with apply | https://api.github.com/repos/chakra-core/ChakraCore/issues/1586/comments | 0 | 2016-09-16T00:15:41Z | 2016-09-22T22:19:42Z | https://github.com/chakra-core/ChakraCore/issues/1586 | 177,320,572 | 1,586 |
[
"chakra-core",
"ChakraCore"
] | Dear Madam/Sir,
we experienced following problem in the Edge web browser (v14.14393). We are using JavaScript ES6 (converted from TypeScript) in our web application and when we create a lot of instances of any class (for example 200-300 instances) then we receive error Object doesn't support property or method 'Add' wh... | Create a lot of instances - error Object doesn't support property or method 'Add' | https://api.github.com/repos/chakra-core/ChakraCore/issues/1583/comments | 6 | 2016-09-15T09:01:23Z | 2016-09-19T19:34:07Z | https://github.com/chakra-core/ChakraCore/issues/1583 | 177,124,177 | 1,583 |
[
"chakra-core",
"ChakraCore"
] | Hi there,
I'm getting `JsErrorNoCurrentContext` error while error is definitely there (see screenshot below). The flow is following: in the main thread I spawn a ChakraCore thread. When JS invokes one of my custom functions, I use `dispatch_async` to call something in main thread. After work is done, I need to invoke ... | Getting JsErrorNoCurrentContext while trying to invoke a callback block | https://api.github.com/repos/chakra-core/ChakraCore/issues/1576/comments | 8 | 2016-09-13T21:55:26Z | 2016-09-16T14:19:47Z | https://github.com/chakra-core/ChakraCore/issues/1576 | 176,760,621 | 1,576 |
[
"chakra-core",
"ChakraCore"
] | How does one use the Jsrt API to connect to an external object model? The Chakra Edge version has minimal support for this in that it allows a COM object (in a VARIANT) as a value, however this appears to have been removed from ChakraCore and I can't see any equivalent object interface. I see a few references in the ... | [Question] Making host object model available in JS | https://api.github.com/repos/chakra-core/ChakraCore/issues/1573/comments | 2 | 2016-09-13T05:06:36Z | 2016-11-15T23:01:24Z | https://github.com/chakra-core/ChakraCore/issues/1573 | 176,550,375 | 1,573 |
[
"chakra-core",
"ChakraCore"
] | Hello, world!
I'm experiencing a bit weird behavior. My case is about invoking a callback function:
``` js
Native.foo(function bar(p) {
return p;
});
```
As you may guess, `Native` is a host object with a custom `foo` function as a callback parameter. I want to invoke this function with a text "test":
``` objc++
... | JsCallFunction's arguments offset(?) | https://api.github.com/repos/chakra-core/ChakraCore/issues/1572/comments | 3 | 2016-09-13T00:13:17Z | 2016-09-13T19:45:32Z | https://github.com/chakra-core/ChakraCore/issues/1572 | 176,516,694 | 1,572 |
[
"chakra-core",
"ChakraCore"
] | Hey,
I'm wondering if it's possible to use F12 debug tool for debugging a desktop application (OSX) with ChakraCore on board
| F12 dev tools for ChakraCore | https://api.github.com/repos/chakra-core/ChakraCore/issues/1563/comments | 5 | 2016-09-09T02:39:12Z | 2017-09-28T05:23:59Z | https://github.com/chakra-core/ChakraCore/issues/1563 | 175,913,597 | 1,563 |
[
"chakra-core",
"ChakraCore"
] | @digitalinfinity @obastemur
@obastemur mentioned [here](https://github.com/Microsoft/ChakraCore-wiki/pull/12#discussion_r77953975) that `--static` is no longer required for OSX builds. Should I go ahead and add the non-static version of OSX builds to our CI checks?
@mmitche Just want to double check that we won't ca... | OSX Non-Static CI Tests | https://api.github.com/repos/chakra-core/ChakraCore/issues/1562/comments | 14 | 2016-09-09T01:30:53Z | 2016-11-09T18:39:27Z | https://github.com/chakra-core/ChakraCore/issues/1562 | 175,905,328 | 1,562 |
[
"chakra-core",
"ChakraCore"
] | On Microsoft Edge, make a request to a http server (vert.x for me) and close the browser, you will get "An existing connection was forcibly closed by the remote host" exception. There is no issue with other browsers.
If you make two requests from seperate tabs and close just one tab nothing happens.
If you make two re... | An existing connection was forcibly closed by the remote host | https://api.github.com/repos/chakra-core/ChakraCore/issues/1560/comments | 1 | 2016-09-08T20:36:31Z | 2016-09-08T23:07:20Z | https://github.com/chakra-core/ChakraCore/issues/1560 | 175,857,750 | 1,560 |
[
"chakra-core",
"ChakraCore"
] | ``` js
function foo () {
// these examples should be early errors (ie. we don't print 1).
eval('print(1); super();');
eval('print(1); super.foo();');
}
foo();
/*
┌─────────────────────┬─────────────────────────────────────────────────────────────────────┐
│ d8 │ ... | super inside eval inside functions should be an early error | https://api.github.com/repos/chakra-core/ChakraCore/issues/1558/comments | 3 | 2016-09-08T19:49:51Z | 2017-05-18T16:24:19Z | https://github.com/chakra-core/ChakraCore/issues/1558 | 175,846,789 | 1,558 |
[
"chakra-core",
"ChakraCore"
] | Hi,
I'm working on ChakraCore, I aim that using external script library which are like jquery.js, underscore.js,angular.js...
Before external script loads to context or any variable, after running script use this library.
Can my coding invoke external library function? How can I code this case,
help me please??
| External script using | https://api.github.com/repos/chakra-core/ChakraCore/issues/1557/comments | 4 | 2016-09-08T11:41:28Z | 2016-09-13T18:01:01Z | https://github.com/chakra-core/ChakraCore/issues/1557 | 175,732,057 | 1,557 |
[
"chakra-core",
"ChakraCore"
] | We now have `--no-icu` option to compile ChakraCore without `icu` dependency.
At the moment, ChakraCore `no-icu` option fails on unicode tests and the expectation is to make them passing.
Steps to reproduce:
```
./build.sh --no-icu --debug
test/runtests.py -d
```
| [cross-platform] Improve '--no-icu' option | https://api.github.com/repos/chakra-core/ChakraCore/issues/1549/comments | 3 | 2016-09-07T10:35:15Z | 2018-05-08T01:53:42Z | https://github.com/chakra-core/ChakraCore/issues/1549 | 175,469,144 | 1,549 |
[
"chakra-core",
"ChakraCore"
] | Are there any plans to remove [`.clear()` from `WeakMap`](https://github.com/Microsoft/ChakraCore/blob/1f1164cd1bd38f91c2c42b1d10e16f8b9aa6a5b4/lib/Runtime/Library/JavascriptWeakMap.h#L66) to make the implementation compliant with the specification? Other engines have removed it and aligned to the final spec. Having ... | WeakMap remove `.clear()`? | https://api.github.com/repos/chakra-core/ChakraCore/issues/1539/comments | 2 | 2016-09-03T13:22:30Z | 2016-09-03T17:57:39Z | https://github.com/chakra-core/ChakraCore/issues/1539 | 174,896,828 | 1,539 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/Microsoft/ChakraCore/wiki/Build-Status#legacy-builds
Broken since http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/master/job/daily_dev12_x64_debug/143/
See build log:
http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/master/job/daily_dev12_x64_debug/143/consoleFull#-447890337a82... | [Legacy] [master] Most likely missing type | https://api.github.com/repos/chakra-core/ChakraCore/issues/1538/comments | 4 | 2016-09-03T04:20:19Z | 2016-09-19T11:17:08Z | https://github.com/chakra-core/ChakraCore/issues/1538 | 174,878,137 | 1,538 |
[
"chakra-core",
"ChakraCore"
] | Hi there,
I'm trying to embed ChakraCore into OS X application. I managed to do it without any issues at compile time, but the app doesn't run tho (doesn't even hit breakpoint in `int main` func). Any ideas what can go wrong there?
UPD: Maybe related to https://github.com/Microsoft/ChakraCore/issues/1237
| Embedding ChakraCore into OS X application | https://api.github.com/repos/chakra-core/ChakraCore/issues/1532/comments | 9 | 2016-09-02T15:17:15Z | 2016-09-06T08:44:48Z | https://github.com/chakra-core/ChakraCore/issues/1532 | 174,783,910 | 1,532 |
[
"chakra-core",
"ChakraCore"
] | Repro:
``` js
print(1.25499999999999989342.toFixed(2));
print(1.255.toFixed(2));
/*
┌─────────────────────┬──────┐
│ chakra-es6 │ 1.26 │
│ chakra-experimental │ 1.26 │
│ chakra │ │
├─────────────────────┼──────┤
│ jsc │ 1.25 │
│ sm │ 1.25 │
│ d8 ... | toFixed gives incorrect results in some cases | https://api.github.com/repos/chakra-core/ChakraCore/issues/1511/comments | 0 | 2016-08-29T20:32:04Z | 2016-09-09T10:07:23Z | https://github.com/chakra-core/ChakraCore/issues/1511 | 173,865,411 | 1,511 |
[
"chakra-core",
"ChakraCore"
] | The code example below should log the numbers from 0 up to 500. Instead, the code breaks after about 100 iterations. The issue is that after about 100 iterations the constructor of class `B` returns the class itself instead of an instance of `B`.
The fact that this issue only occurs after multiple iterations suggests... | ES6 constructor returns class instead of object | https://api.github.com/repos/chakra-core/ChakraCore/issues/1496/comments | 10 | 2016-08-26T18:19:55Z | 2017-09-24T21:05:23Z | https://github.com/chakra-core/ChakraCore/issues/1496 | 173,513,062 | 1,496 |
[
"chakra-core",
"ChakraCore"
] | See https://github.com/Microsoft/ChakraCore/issues/1441#issuecomment-242277297
FYI @fishrock123
| [OS X] ChakraCore is built against different SDK than Rust which prevents linking ChakraCore into Rust projects | https://api.github.com/repos/chakra-core/ChakraCore/issues/1492/comments | 11 | 2016-08-25T20:30:46Z | 2016-11-22T11:09:12Z | https://github.com/chakra-core/ChakraCore/issues/1492 | 173,302,336 | 1,492 |
[
"chakra-core",
"ChakraCore"
] | Case:
```
function getArray(n) {
var arr = new Array(n)
for(var i = n - 1; i >= 0; i--) {
arr[i] = i + 1;
}
return arr;
}
function srt(x, y) {
return x >= y;
}
// Entry -> 10, 9, 8, 7, 6, 5, 4, 3, 2, 1
// sort works
print(getArray(10).sort(srt)) // -> 1,2,3,4,5,6,7,8,9,10
// !!!!!!!!!!!!!!!!!!!!!!!!!... | Inconsistent Array Sort behavior | https://api.github.com/repos/chakra-core/ChakraCore/issues/1490/comments | 2 | 2016-08-25T17:50:58Z | 2016-08-25T19:15:51Z | https://github.com/chakra-core/ChakraCore/issues/1490 | 173,268,239 | 1,490 |
[
"chakra-core",
"ChakraCore"
] | Array iteration is a fairly common action in JSRT and right now the way it's handled is kind of ugly, especially in [JsGetIndexedProperty](https://github.com/Microsoft/ChakraCore/wiki/JsGetIndexedProperty) and friends where I have to use a JsValueRef typed index. This leads to extra JsIntToNumber calls from time to ti... | [JSRT] Use int index in JsGetIndexedProperty & co. | https://api.github.com/repos/chakra-core/ChakraCore/issues/1486/comments | 7 | 2016-08-24T21:43:09Z | 2018-02-28T23:39:25Z | https://github.com/chakra-core/ChakraCore/issues/1486 | 173,065,269 | 1,486 |
[
"chakra-core",
"ChakraCore"
] | I am wondering how long do we plan to support VS 2013?
In PR https://github.com/Microsoft/ChakraCore/pull/1444 I started using `constexpr` on some functions to avoid using macros.
Before I reverted those change, I believe it would be worth checking if we planned to drop support soon.
| Support for Visual Studio 2013 | https://api.github.com/repos/chakra-core/ChakraCore/issues/1484/comments | 7 | 2016-08-24T02:19:02Z | 2016-09-02T01:33:51Z | https://github.com/chakra-core/ChakraCore/issues/1484 | 172,849,820 | 1,484 |
[
"chakra-core",
"ChakraCore"
] | It appears that all of the code to support parallel parsing is compiled in. Is it supposed to be? My guess is no.
| ENABLE_BACKGROUND_PARSING should probably be undefined | https://api.github.com/repos/chakra-core/ChakraCore/issues/1478/comments | 3 | 2016-08-23T17:23:12Z | 2016-11-15T22:14:27Z | https://github.com/chakra-core/ChakraCore/issues/1478 | 172,757,694 | 1,478 |
[
"chakra-core",
"ChakraCore"
] | https://github.com/Microsoft/ChakraCore/wiki/JsSourceContext
```
typedef DWORD_PTR JsSourceContext;
```
is `DWORD_PTR` just `void *` or something?
| What type is JsSourceContext on Unix? | https://api.github.com/repos/chakra-core/ChakraCore/issues/1474/comments | 2 | 2016-08-21T15:50:17Z | 2016-08-22T09:20:47Z | https://github.com/chakra-core/ChakraCore/issues/1474 | 172,327,024 | 1,474 |
[
"chakra-core",
"ChakraCore"
] | v | https://api.github.com/repos/chakra-core/ChakraCore/issues/1467/comments | 0 | 2016-08-19T21:34:37Z | 2016-08-19T21:34:42Z | https://github.com/chakra-core/ChakraCore/issues/1467 | 172,225,110 | 1,467 | |
[
"chakra-core",
"ChakraCore"
] | ``` js
print(class foo { }.toString());
```
Actual: Syntax Error
Expected: `"class foo { }"`
| Class expressions should be allowed in a member expression without parenthesizing | https://api.github.com/repos/chakra-core/ChakraCore/issues/1465/comments | 2 | 2016-08-19T17:26:40Z | 2016-08-19T22:47:55Z | https://github.com/chakra-core/ChakraCore/issues/1465 | 172,180,253 | 1,465 |
[
"chakra-core",
"ChakraCore"
] | In our wiki to build arm we point to https://dev.windows.com/en-US/downloads/windows-10-sdk to download the sdk.
First of all, that page only show the latest SDK which we don't use, ChakraCore uses SDK 10.0.10240.0 (https://github.com/Microsoft/ChakraCore/blob/master/Build/Chakra.Build.Default.props#L6) and latest is 1... | Windows 10 SDK version for ARM | https://api.github.com/repos/chakra-core/ChakraCore/issues/1448/comments | 5 | 2016-08-16T19:52:45Z | 2016-08-24T02:16:14Z | https://github.com/chakra-core/ChakraCore/issues/1448 | 171,502,360 | 1,448 |
[
"chakra-core",
"ChakraCore"
] | I'd like to link Chakra to use it via Rust, but Rust can't read headers so I need to get Symbols directly.
I see Symbols for all the APIs in the archive, but they all are prefixed by an underscore. Are these stable? Should I expect them to change or anything else?
| Is it "safe" to link to libChakra.Jsrt.a? | https://api.github.com/repos/chakra-core/ChakraCore/issues/1441/comments | 25 | 2016-08-16T04:34:10Z | 2016-08-25T20:31:53Z | https://github.com/chakra-core/ChakraCore/issues/1441 | 171,323,047 | 1,441 |
[
"chakra-core",
"ChakraCore"
] | These appear on OS X 10.10.5
```
error: 'CSSM_GUID' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
```
```
error: 'CSSM_LIST' is deprecated: first deprecated in OS X 10.7 [-Werror,-Wdeprecated-declarations]
```
```
error: 'CSSM_SAMPLE' is deprecated: first deprecated in OS X 10.7 [-... | OS X, many CSSM_* errors | https://api.github.com/repos/chakra-core/ChakraCore/issues/1436/comments | 6 | 2016-08-13T15:14:47Z | 2016-08-16T15:23:57Z | https://github.com/chakra-core/ChakraCore/issues/1436 | 171,013,074 | 1,436 |
[
"chakra-core",
"ChakraCore"
] | I know this would require a massive amount of work in ChakraCore, but a man can dream right?
It would be great if ChakraCore could run scripts written in TypeScript without having to first transpile it to JavaScript. This would have an additional benefit: it could perform better. I imagine the JIT compiler could pote... | Add native support for TypeScript. | https://api.github.com/repos/chakra-core/ChakraCore/issues/1435/comments | 12 | 2016-08-13T09:58:49Z | 2018-11-13T01:48:42Z | https://github.com/chakra-core/ChakraCore/issues/1435 | 171,002,223 | 1,435 |
[
"chakra-core",
"ChakraCore"
] | When parse large amount of data with JSON format (10MB) to Browser, IE11 takes more than 5 minutes to load the screen, but Chrome and FF on the same client can load it with 10-20 seconds.
| JavaScript Performance issue | https://api.github.com/repos/chakra-core/ChakraCore/issues/1432/comments | 2 | 2016-08-12T14:18:15Z | 2016-08-12T20:17:09Z | https://github.com/chakra-core/ChakraCore/issues/1432 | 170,881,517 | 1,432 |
[
"chakra-core",
"ChakraCore"
] | chakra compilation failed on chinese version of windows 10 with vs2015 update3, following errors shown:
lib\Runtime\Library\JavascriptPromise.cpp : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss
this can be s... | compilation failed for code page issues | https://api.github.com/repos/chakra-core/ChakraCore/issues/1429/comments | 2 | 2016-08-12T09:09:09Z | 2016-08-16T20:41:29Z | https://github.com/chakra-core/ChakraCore/issues/1429 | 170,829,294 | 1,429 |
[
"chakra-core",
"ChakraCore"
] | https://developer.microsoft.com/en-us/windows/iot/docs/StartCoding.htm and a whole bunch of other IoT doc pages are PageNotFound :(
| documentation is broken | https://api.github.com/repos/chakra-core/ChakraCore/issues/1428/comments | 4 | 2016-08-12T06:07:27Z | 2016-08-12T16:21:52Z | https://github.com/chakra-core/ChakraCore/issues/1428 | 170,804,942 | 1,428 |
[
"chakra-core",
"ChakraCore"
] | It seems `trunc` and `round` are not available in the version of `math.h` we use in ChakraFull. See `GetNonTableMethodAddress` in JnHelperMethod.cpp
#1316
I will be disabling the feature until we resolve the issue.
| Wasm: Trunc/Nearest ChakraFull build failure | https://api.github.com/repos/chakra-core/ChakraCore/issues/1427/comments | 1 | 2016-08-12T01:16:52Z | 2016-12-20T00:33:25Z | https://github.com/chakra-core/ChakraCore/issues/1427 | 170,781,481 | 1,427 |
[
"chakra-core",
"ChakraCore"
] | Converted from a Discussion issue. See discussion below for task proposal.
---
Our unit tests are intended to be functional tests, not performance tests, so to some extent we don't really care how long they take as long as we get a pass or fail result in a reasonable amount of time. For practical reasons, we adde... | [Tests] Add test timeout *warning* at a lower threshold than *error* so we can detect test runtime regressions before they start causing errors. | https://api.github.com/repos/chakra-core/ChakraCore/issues/1425/comments | 3 | 2016-08-11T21:51:25Z | 2018-02-27T22:13:11Z | https://github.com/chakra-core/ChakraCore/issues/1425 | 170,756,158 | 1,425 |
[
"chakra-core",
"ChakraCore"
] | Windows tasks archive build and test logs:
https://ci.dot.net/job/Microsoft_ChakraCore/job/master/job/x64_debug/
Linux and OS X don't have their jobs configured to collect logs from the correct locations so we're seeing no saved logs:
https://ci.dot.net/job/Microsoft_ChakraCore/job/master/job/shared_ubuntu_linux_d... | Add build and test logs archival for Linux and OSX Jenkins tasks | https://api.github.com/repos/chakra-core/ChakraCore/issues/1424/comments | 8 | 2016-08-11T21:07:14Z | 2018-01-25T22:39:03Z | https://github.com/chakra-core/ChakraCore/issues/1424 | 170,747,063 | 1,424 |
[
"chakra-core",
"ChakraCore"
] | Hey all! Trying to build Chakra this evening on Debian Stretch:
``` bash
$ bash build.sh --cxx=/usr/bin/clang-3.7 --cc=/usr/bin/clang-3.7
Custom CXX /usr/bin/clang-3.7
Custom CC /usr/bin/clang-3.7
Generating Release makefiles
Detected Linux x86_64
-- Configuring done
-- Generating done
-- Build files have been writte... | Build not working on Debian Stretch | https://api.github.com/repos/chakra-core/ChakraCore/issues/1418/comments | 3 | 2016-08-11T00:32:32Z | 2016-08-11T14:29:50Z | https://github.com/chakra-core/ChakraCore/issues/1418 | 170,549,279 | 1,418 |
[
"chakra-core",
"ChakraCore"
] | http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/master/job/daily_ubuntu_linux_debug_static/31/console
```
[1229/1249 60.02] Failed -> typedarray/allocation.js
16:01:33 ERROR: Test timed out!
16:01:33 /mnt/j/workspace/workspace/Microsoft_ChakraCore/master/daily_ubuntu_linux_debug_static/BuildLinux/Debug/ch -... | [Ubuntu] [master] {debug} allocation*.js test timeouts. | https://api.github.com/repos/chakra-core/ChakraCore/issues/1417/comments | 1 | 2016-08-10T23:12:49Z | 2016-08-11T21:14:26Z | https://github.com/chakra-core/ChakraCore/issues/1417 | 170,540,202 | 1,417 |
[
"chakra-core",
"ChakraCore"
] | I have convinced myself, that I am looking at an optimization issue in EdgeHTML 14. The most annoying part is, that it doesn't reproduce when the F12 tools are open.
I'm building an application including the new d3 version 4, angular2, and core-js' es6 modules (amongst other things). Everything is bundled with webpack... | Function.prototype.call returns the function itself instead of the real return value | https://api.github.com/repos/chakra-core/ChakraCore/issues/1415/comments | 33 | 2016-08-10T17:36:45Z | 2018-06-01T12:55:16Z | https://github.com/chakra-core/ChakraCore/issues/1415 | 170,474,861 | 1,415 |
[
"chakra-core",
"ChakraCore"
] | I think ChakraCore could implement tail calls without an undue performance penalty by using explicit frame pointers. As I understand it, LLVM _does_ support proper tail calls on Windows x64 (and does so even with separate compilation – so LLVM cannot just preallocate space in the caller, since it doesn't know the amou... | An idea for tail calls | https://api.github.com/repos/chakra-core/ChakraCore/issues/1410/comments | 9 | 2016-08-10T00:27:23Z | 2018-02-27T21:41:58Z | https://github.com/chakra-core/ChakraCore/issues/1410 | 170,302,154 | 1,410 |
[
"chakra-core",
"ChakraCore"
] | For example:
``` js
var obj = Object.create(null);
obj[Symbol.iterator]();
```
Actual: TypeError: Object doesn't support property or method 'ToString'
Expected: Object doesn't support property or method 'Symbol.iterator'
Or we could go with an error message similar to v8 and sm:
obj[Symbol.iterator] is not a functi... | Incorrect error message for missing symbol methods | https://api.github.com/repos/chakra-core/ChakraCore/issues/1409/comments | 1 | 2016-08-09T20:14:25Z | 2016-11-01T19:29:46Z | https://github.com/chakra-core/ChakraCore/issues/1409 | 170,259,665 | 1,409 |
[
"chakra-core",
"ChakraCore"
] | Compare the outputs from Chrome:
```
var date = new Date(Date.UTC(2012, 11, 20, 3, 0, 0));
var options = { weekday: 'short', month: 'numeric', day: 'numeric' };
console.log(new Intl.DateTimeFormat('en-US', options).format(date));
```
Chrome v51
```
Thu, 12/20
```
Edge 25.10586.0.0 EdgeHTML 13.10586
```
Thu, 12... | Intl.DateTimeFormat incorrect formatting of date | https://api.github.com/repos/chakra-core/ChakraCore/issues/1408/comments | 8 | 2016-08-09T10:15:29Z | 2017-11-08T00:45:51Z | https://github.com/chakra-core/ChakraCore/issues/1408 | 170,130,766 | 1,408 |
[
"chakra-core",
"ChakraCore"
] | http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/master/job/x86_test/391/consoleFull
```
18:34:28 1>ERROR: Test failed to run correctly: timed out after 60 seconds ():
18:34:28 1> ch.exe -WERExceptionSupport -ExtendedErrorStackForTestHost -BaselineMode -forceNative -off:simpleJit -bgJitDelay:0 -dynamic... | [Windows] [master] {x86_test} Test timeouts causing build failure | https://api.github.com/repos/chakra-core/ChakraCore/issues/1407/comments | 1 | 2016-08-09T02:28:38Z | 2016-08-25T21:42:03Z | https://github.com/chakra-core/ChakraCore/issues/1407 | 170,068,162 | 1,407 |
[
"chakra-core",
"ChakraCore"
] | Intermittent test timeout in `Array/array_slice.js`
# OS X
Multiple instances:
http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/master/job/osx_osx_debug_static/9/consoleText
http://dotnet-ci.cloudapp.net/job/Microsoft_ChakraCore/job/master/job/osx_osx_debug_static/11/consoleText
```
[904/1248 60.11] Faile... | [OSX, Ubuntu] [master] {debug} array_slice.js test timeout caused build failure | https://api.github.com/repos/chakra-core/ChakraCore/issues/1406/comments | 4 | 2016-08-09T02:22:48Z | 2016-08-12T21:43:50Z | https://github.com/chakra-core/ChakraCore/issues/1406 | 170,067,630 | 1,406 |
[
"chakra-core",
"ChakraCore"
] | Spidermonkey and V8 both support date formats like the in the subject.
Twitter is using this format on their mobile site with some UA strings so we should support it as well
| Date.parse for dates like "Wed Jul 20 23:31:54 +0000 2016" | https://api.github.com/repos/chakra-core/ChakraCore/issues/1402/comments | 13 | 2016-08-08T18:44:25Z | 2016-11-19T01:24:04Z | https://github.com/chakra-core/ChakraCore/issues/1402 | 169,995,256 | 1,402 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.