[gjs] (86 commits) Non-fast-forward update to branch ewlsh/gvalue-arguments
- From: Philip Chimento <pchimento src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gjs] (86 commits) Non-fast-forward update to branch ewlsh/gvalue-arguments
- Date: Sat, 12 Feb 2022 05:01:23 +0000 (UTC)
The branch 'ewlsh/gvalue-arguments' was changed in a way that was not a fast-forward update.
NOTE: This may cause problems for people pulling from the branch. For more information,
please see:
https://wiki.gnome.org/Git/Help/NonFastForward
Commits removed from the branch:
1980ebd... gi: Allow GObject.Value boxed type in nested contexts
Commits added to the branch:
bc881ce... tools: Add iwyu-tool as a binary name for iwyu (*)
8ff3311... maint: Prefer Array.isArray rather than instanceof Array (*)
9a6ea70... maint: Remove rule about no arrow functions in describe() (*)
43689fe... Implement WHATWG Timers API (*)
b4f89d7... Merge branch 'ewlsh/iwyu-arch' into 'master' (*)
90b1c43... Merge branch 'ewlsh/whatwg-timers' into 'master' (*)
300afe0... Add override for GObject.new (*)
e3055d7... Add override for GObject.Object.new_with_properties() (*)
0f8b41c... Merge branch 'ewlsh/gobject-new' into 'master' (*)
2e2eca5... libgjs-private: Mark function as static (*)
df768ea... libgjs-private: Export GjsDBusImplementation unexport metho (*)
0cc5487... doc: Add unexport_from_connection() to Gio module documenta (*)
6afbfd9... arg-cache: Update comment (*)
ee46d3c... context: Clarification in GjsContextPrivate::handle_exit_co (*)
c79fed2... object: Add null check for debug assertion (*)
a346d14... build: Skip running minimal SpiderMonkey program on cross b (*)
854670c... maint: Add common build directory names to eslintignore (*)
80265ba... object: Don't fetch property descriptor on interface (*)
0250359... object: Fix interface property descriptor flags (*)
2998df3... jsapi-util: Remove return value of gjs_log_exception_full() (*)
0fa486a... jsapi-util: Refactor gjs_log_exception_full() (*)
f1b47f2... jsapi-util: Include column number in SyntaxError output (*)
7abaa6c... debugger: Handle EOF at debugger prompt correctly (*)
1c38cb4... Merge branch 'january-maintenance' into 'master' (*)
c32f8e2... meson: Update mozjs to mozjs-91 (*)
3cab147... js: Update includes for headers split out of JSAPI (*)
83e4c83... Some Object-related functions have moved to js/Object.h (*)
e5c5e1d... JS_GetClass is now JS::GetClass (*)
21479af... Typed array functions expect size_t instead of uint32_t (*)
fa5f821... Some functions have moved to js/String.h (*)
829abda... Adapt to module API changes for Top Level Await and Import (*)
2b7bafb... Use new Script private API (*)
07dec51... Remove JSPROP_GETTER and JSPROP_SETTER usage (*)
380a3e2... Update GC API (*)
c7bfd3b... Remove JSContext parameter from JS::PrintError (*)
f2b557e... Adapt to new Maybe-based property descriptor API (*)
db23f26... Use new property descriptor API to create complete descript (*)
28fd4c1... Disable Top Level Await until we support an implicit eventl (*)
fde8080... Add TypeError to Error debugger printer (*)
0da5149... doc: Update for SpiderMonkey 91 (*)
b95635a... README.MSVC.md: Update SpiderMonkey build instructions (*)
0a5e4c4... CI: Build only mozjs91 images (*)
21bafb9... build: Remove workaround for Meson precompiled headers bug (*)
8ad8945... context: Remove workaround for coverage bug (*)
caf2993... engine: Enable private fields and methods (*)
4446ee7... closure: Warn about unhandled promise rejections right away (*)
1f711bf... release: Add release notes for SpiderMonkey 91 (*)
d9bf7e1... test: Remove workaround for SpiderMonkey GC code coverage (*)
49dd7b4... Meson: Define SSIZE_MAX for Visual Studio-style builds (*)
5a1237a... Merge branch 'mozjs91' into 'master' (*)
f166ef6... documentation: Fix broken links in Home.md (*)
87d2609... Merge branch 'wip/andyholmes/fix-home-links' into 'master' (*)
fa7bd67... context: check for null out-param (*)
29f38d0... Merge branch 'Nasah-Kuma/fix-outparam-check' into 'master' (*)
1439ee4... global: Enable WeakRef (*)
3550b8e... modules: Remove double '//' from internal module URIs (*)
cff6d68... Merge branch 'ewlsh/cleanup-import-uris' into 'master' (*)
4188978... tests: Use GLib.SOURCE_CONTINUE in idle functions (*)
235c28f... tests: Rename variables with m_ prefix (*)
700fc11... modules: Ensure ImportError is an instance of globalThis.Er (*)
9fe986a... Merge branch 'ewlsh/fix-error-prototype' into 'master' (*)
8137b00... Merge branch 'ewlsh/enable-weak-refs' into 'master' (*)
99d81ba... maint: Suppress cppcheck warning about accessing a variable (*)
750b2ac... jsapi: Avoid creating unnecessary stringstreams when debug (*)
4bcd3ff... arg: Remove dead code (*)
e8fb655... arg: Fix obsolete comment (*)
9284535... arg-cache: Use 3 bits to hold GIScopeType (*)
0e0dc17... function: Factor out repeated call to Argument::return_type (*)
5493955... arg: Fix marshalling GDK_NONE as GdkAtom argument in (*)
dc12b16... Merge branch 'january-maintenance' into 'master' (*)
b18ff84... jsapi-util: Improve BigInt debug functions (*)
9454bc9... jsapi-util: Add a function to check if a BigInt is out of r (*)
20da419... value: Support converting BigInt to (u)int64 values (*)
c4c6fd3... GLib: Add MAXINT64_BIGINT, MININT64_BIGINT, MAXUINT64_BIGIN (*)
cf94e87... Merge branch 'bigint-as-input' into 'master' (*)
f39ceac... modules: Enable top-level await for modules (*)
56ae10b... Merge branch 'ewlsh/top-level-await' into 'master' (*)
7f0c01e... release: Copy NEWS from stable branches (*)
e747015... overrides: Support class fields and references in GObject.r (*)
b77aa42... Merge branch 'ewlsh/wrap-es-class' into 'master' (*)
2c0335f... global: Enable static class blocks (*)
17f34c6... overrides: Allow users to implement construct-only props w (*)
78f7edc... Merge branch 'ewlsh/construct-only-props' into 'master' (*)
ccbfa21... Merge branch 'ewlsh/enable-static-blocks' into 'master' (*)
0ce6a00... gi: Allow GObject.Value boxed type in nested contexts
c2065cc... tests: Add more GValue tests
(*) This commit already existed in another branch; no separate mail sent
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]