The Wayback Machine - https://web.archive.org/web/20200920142514/https://github.com/topics/mit-license
Skip to content
#

mit-license

Here are 1,342 public repositories matching this topic...

sunlili
sunlili commented Jun 8, 2020

Hello,
I run following code in ch 1.11.19(debug),and it will crash by an assertion.

let b = [1.1, 2.2, 3.3];
b[4294967294] = 3;
Array.prototype.copyWithin.call(b, 0, 1);

Crash output:

ASSERTION 7690: (/.../ChakraCore-1.11.19/lib/Runtime/Library/JavascriptArray.cpp, line 9309) direction == -1 || (fromVal + count < MaxArrayLength && toVal + count < MaxArrayLength)
 Failure: (d
heyakyra
heyakyra commented May 22, 2020

MongoDB changed its license to be untenably restrictive.

It’s been more than a year when the upstream MongoDB decided to change the license of the Server code. The previous license was GNU Affero General Public License v3 (AGPLv3). However, upstream wrote a new license designed to make companies running MongoDB as a service contribute back to the community. The new license is called Server Side

Improve this page

Add a description, image, and links to the mit-license topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mit-license topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.