forked from pool/rusty_v8
0.48.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/rusty_v8?expand=0&rev=32
This commit is contained in:
4
_service
4
_service
@@ -2,8 +2,8 @@
|
|||||||
<service name="tar_scm" mode="manual">
|
<service name="tar_scm" mode="manual">
|
||||||
<param name="url">https://github.com/denoland/rusty_v8</param>
|
<param name="url">https://github.com/denoland/rusty_v8</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">v0.44.2</param>
|
<param name="revision">v0.48.1</param>
|
||||||
<param name="version">0.44.2</param>
|
<param name="version">0.48.1</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="exclude">.github</param>
|
<param name="exclude">.github</param>
|
||||||
<param name="exclude">.gitignore</param>
|
<param name="exclude">.gitignore</param>
|
||||||
|
@@ -2,12 +2,13 @@ diff --git a/build/config/compiler/BUILD.gn b/build/config/compiler/BUILD.gn
|
|||||||
index 9cdafb2..211684c 100644
|
index 9cdafb2..211684c 100644
|
||||||
--- a/build/config/compiler/BUILD.gn
|
--- a/build/config/compiler/BUILD.gn
|
||||||
+++ b/build/config/compiler/BUILD.gn
|
+++ b/build/config/compiler/BUILD.gn
|
||||||
@@ -1548,15 +1548,6 @@ config("default_warnings") {
|
@@ -1564,16 +1564,6 @@ config("default_warnings") {
|
||||||
cflags += [ "-Wno-unqualified-std-cast-call" ]
|
cflags += [ "-Wno-unqualified-std-cast-call" ]
|
||||||
}
|
}
|
||||||
|
|
||||||
- if (!is_nacl && !(is_chromeos ||
|
- if (!is_nacl && !(is_chromeos ||
|
||||||
- default_toolchain == "//build/toolchain/cros:target")) {
|
- default_toolchain == "//build/toolchain/cros:target") &&
|
||||||
|
- clang_major_version >= 15) {
|
||||||
- # TODO(https://crbug.com/1316298): Re-enable once test failure is figured out
|
- # TODO(https://crbug.com/1316298): Re-enable once test failure is figured out
|
||||||
- cflags += [
|
- cflags += [
|
||||||
- "-Xclang",
|
- "-Xclang",
|
||||||
|
BIN
rusty_v8-0.44.2.tar.xz
(Stored with Git LFS)
BIN
rusty_v8-0.44.2.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
rusty_v8-0.48.1.tar.xz
(Stored with Git LFS)
Normal file
BIN
rusty_v8-0.48.1.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,34 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 15 17:55:41 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 0.48.1:
|
||||||
|
* Track v8 10.5 (#1034)
|
||||||
|
* Rolling to V8 10.5.218.1 (#1036)
|
||||||
|
* Add type specialized setters for v8::ReturnValue (#1015)
|
||||||
|
* chore: add check for no-fail-fast label (#1017)
|
||||||
|
* Expose from_function_callback_info (#1016)
|
||||||
|
* Add ReturnValue::set_bool (#1020)
|
||||||
|
* V8 Fast API Calls (#1021)
|
||||||
|
* V8 Fast API Sequence (#1022)
|
||||||
|
* Add back gn args --list on build (#1013)
|
||||||
|
* Add Uint32 / Int32 Value method bindings (#1030)
|
||||||
|
* feat: WasmAsyncResolvePromiseCallback (#1029)
|
||||||
|
* Add v8::Object [Get/Set]AlignedPointer[From/In]InternalField (#1026)
|
||||||
|
* Support Fast API Overloads (#1031)
|
||||||
|
* refactor: remove unnecessary complexity from build.rs (#963)
|
||||||
|
* support V8 FastApiCallbackOptions (#1044)
|
||||||
|
* Export WasmAsyncSuccess enum, change signature of
|
||||||
|
WasmAsyncResolvePro (#1046)
|
||||||
|
* Add support for Fast calls with Uint8Array (#1047)
|
||||||
|
- rebase fix-cflags.patch
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 30 19:17:27 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
- update to 0.44.3:
|
||||||
|
* add type specialized setters for v8::ReturnValue (#1015)
|
||||||
|
* Expose from_function_callback_info (#1016)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 21 19:26:37 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
Tue Jun 21 19:26:37 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: rusty_v8
|
Name: rusty_v8
|
||||||
Version: 0.44.2
|
Version: 0.48.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Build tooling for Deno (do not install or use!)
|
Summary: Build tooling for Deno (do not install or use!)
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Reference in New Issue
Block a user