Skip to content

Commit

Permalink
Deploying to gh-pages from @ 77885ca 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Jun 14, 2024
1 parent 700e670 commit 023d9e2
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 44 deletions.
2 changes: 1 addition & 1 deletion latest/build_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"gitHash" : "118313ef9d0a67a9c4f7170a661d086ddc23fec3",
"gitHash" : "77885caf1d0683770c7830aa41e11206f5f2da21",
"scalametaVersion" : "4.8.10"
}
28 changes: 11 additions & 17 deletions latest/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -155376,13 +155376,6 @@ var $d_sci_VectorBuilder = new $TypeData().i($c_sci_VectorBuilder, "scala.collec
a1: 1,
a0: 1
}));
function $p_scm_ArrayBuffer$__checkArrayLengthLimit$1__I__I__V($thiz, targetLen$1, arrayLen$1) {
if ((targetLen$1 > 2147483639)) {
throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((("Array of array-backed collection exceeds VM length limit of 2147483639. Requested length: " + targetLen$1) + "; current length: ") + arrayLen$1));
} else if ((targetLen$1 < 0)) {
throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((((("Overflow while resizing array of array-backed collection. Requested length: " + targetLen$1) + "; current length: ") + arrayLen$1) + "; increase: ") + ((targetLen$1 - arrayLen$1) | 0)));
}
}
/** @constructor */
function $c_scm_ArrayBuffer$() {
this.awu = null;
Expand Down Expand Up @@ -155415,17 +155408,18 @@ $p.bS = (function() {
return new $c_scm_ArrayBuffer$$anon$1();
});
$p.b0h = (function(arrayLen, targetLen) {
if (((targetLen > 0) && (targetLen <= arrayLen))) {
if ((targetLen < 0)) {
throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((((("Overflow while resizing array of array-backed collection. Requested length: " + targetLen) + "; current length: ") + arrayLen) + "; increase: ") + ((targetLen - arrayLen) | 0)));
} else if ((targetLen <= arrayLen)) {
return (-1);
} else {
$p_scm_ArrayBuffer$__checkArrayLengthLimit$1__I__I__V(this, targetLen, arrayLen);
if ((arrayLen > 1073741819)) {
return 2147483639;
} else {
var x = (arrayLen << 1);
var y = ((x > 16) ? x : 16);
return ((targetLen > y) ? targetLen : y);
}
} else if ((targetLen > 2147483639)) {
throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((("Array of array-backed collection exceeds VM length limit of 2147483639. Requested length: " + targetLen) + "; current length: ") + arrayLen));
} else if ((arrayLen > 1073741819)) {
return 2147483639;
} else {
var x = (arrayLen << 1);
var y = ((x > 16) ? x : 16);
return ((targetLen > y) ? targetLen : y);
}
});
$p.aM8 = (function(array, curSize, targetSize) {
Expand Down
8 changes: 4 additions & 4 deletions latest/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scalafix-compat/build_info.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"gitHash" : "118313ef9d0a67a9c4f7170a661d086ddc23fec3",
"gitHash" : "77885caf1d0683770c7830aa41e11206f5f2da21",
"scalametaVersion" : "4.6.0"
}
28 changes: 11 additions & 17 deletions scalafix-compat/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -73847,13 +73847,6 @@ var $d_sci_VectorBuilder = new $TypeData().i($c_sci_VectorBuilder, "scala.collec
a3: 1,
a2: 1
}));
function $p_scm_ArrayBuffer$__checkArrayLengthLimit$1__I__I__V($thiz, targetLen$1, arrayLen$1) {
if ((targetLen$1 > 2147483639)) {
throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((("Array of array-backed collection exceeds VM length limit of 2147483639. Requested length: " + targetLen$1) + "; current length: ") + arrayLen$1));
} else if ((targetLen$1 < 0)) {
throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((((("Overflow while resizing array of array-backed collection. Requested length: " + targetLen$1) + "; current length: ") + arrayLen$1) + "; increase: ") + ((targetLen$1 - arrayLen$1) | 0)));
}
}
/** @constructor */
function $c_scm_ArrayBuffer$() {
this.Sg = null;
Expand Down Expand Up @@ -73886,17 +73879,18 @@ $p.cV = (function() {
return new $c_scm_ArrayBuffer$$anon$1();
});
$p.acN = (function(arrayLen, targetLen) {
if (((targetLen > 0) && (targetLen <= arrayLen))) {
if ((targetLen < 0)) {
throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((((("Overflow while resizing array of array-backed collection. Requested length: " + targetLen) + "; current length: ") + arrayLen) + "; increase: ") + ((targetLen - arrayLen) | 0)));
} else if ((targetLen <= arrayLen)) {
return (-1);
} else {
$p_scm_ArrayBuffer$__checkArrayLengthLimit$1__I__I__V(this, targetLen, arrayLen);
if ((arrayLen > 1073741819)) {
return 2147483639;
} else {
var x = (arrayLen << 1);
var y = ((x > 16) ? x : 16);
return ((targetLen > y) ? targetLen : y);
}
} else if ((targetLen > 2147483639)) {
throw $ct_jl_Exception__T__(new $c_jl_Exception(), ((("Array of array-backed collection exceeds VM length limit of 2147483639. Requested length: " + targetLen) + "; current length: ") + arrayLen));
} else if ((arrayLen > 1073741819)) {
return 2147483639;
} else {
var x = (arrayLen << 1);
var y = ((x > 16) ? x : 16);
return ((targetLen > y) ? targetLen : y);
}
});
$p.a4f = (function(array, curSize, targetSize) {
Expand Down
8 changes: 4 additions & 4 deletions scalafix-compat/main.js.map

Large diffs are not rendered by default.

0 comments on commit 023d9e2

Please sign in to comment.