[vala] (85 commits) Non-fast-forward update to branch wip/meson
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] (85 commits) Non-fast-forward update to branch wip/meson
- Date: Sat, 20 Nov 2021 19:52:09 +0000 (UTC)
The branch 'wip/meson' 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:
7245d7d... meson: Add initial build support
c4dcc60... meson: Allow static builds
3d7115b... meson: Compile everything with stricter cflags
8ebb4d7... WIP meson: Add tests
bf8fd25... WIP meson: Add internal-api-docs
0751ed5... Pass LD_LIBRARY_PATH as "env" where needed
968c578... Broken evaluation of "Requires.private: gmodule-no-export-2
a0e47fb... WIP meson: Add meson-bootstrap.sh
Commits added to the branch:
594cc46... vala: Parameter following ellipsis parameter is not allowed (*)
6a9ddf7... girparser: Add support for "ref_/ref_sink_/unref_function" (*)
db9e4ce... gee: Add missing type-arguments (*)
b67bb03... tests/girwriter: Add missing type-argument (*)
5ffd65e... tests: Add more "type-arguments" tests to increase coverage (*)
5155348... vala: No need to run return_type.check() twice for method (*)
ba0d8e9... vala: More thorough check of ValueType and set CodeNode.err (*)
6ac079d... codegen: Actually free data when using "remove(_all)" on GL (*)
9e941a9... tests: Rename invalid yield-return test to avoid conflict (*)
ca73184... tests: Add more "type-arguments" tests to increase coverage (*)
ac4fcff... tests: Avoid causing unrelated errors in invalid test cases (*)
41f2e9c... parser: Don't bail parsing of yield expression on error (*)
e71ae37... codegen: Move some errors to semantic analyzer pass (*)
516f209... vala: Set more missing source references of CodeNode instan (*)
59e5d31... tests: Add invalid "target/destroy access" tests to increas (*)
9e336f2... tests: Add "instance access to implicit to_string() method (*)
f2570bb... tests: Add missing tests/enums/bug614424.c-expected (*)
3eebf31... tests: Add more invalid "member access" tests to increase c (*)
511848d... tests: Extend "access virtual signal of interface" test to (*)
02f7568... tests: Split "Variant (de)serialization" test to trigger on (*)
7996b74... Sync NEWS from 0.54 (*)
01b8729... vala: Really check compatiblity of error types for delegate (*)
4a1fe51... vala: Correctly output signature of callable throwing error (*)
28ef85c... tests: Add more invalid "(un)lock" tests to increase covera (*)
dadfb89... tests: Add invalid "unary decrement" test to increase cover (*)
ca457c1... vala: Replace and drop UnaryExpression.find_member_access() (*)
eae660f... tests: Add "no error type in catch" tests to increase cover (*)
d622c77... vala: Report error for non ErrorType in throws (*)
9bd5dce... codegen: Use ErrorType.error_domain if possible (*)
876ace8... parser: Make sure ErrorCodes are accessible as needed (*)
0a53d37... vala: Implement CodeWriter.visit_foreach_statement() (*)
d1232b9... vala: Improve CodeWriter.visit_catch_clause() (*)
0751a9e... Use ErrorType-based collection for CodeNode.get_error_types (*)
9c25665... tests: Add "throws error code" tests to increase coverage (*)
01affa4... Revert "Use ErrorType-based collection for CodeNode.get_err (*)
59e74da... gstreamer: Update from 1.19.2+ git main (*)
3c08b7c... vapi: Update GIR-based bindings (*)
96d4a48... vapi: Add libsoup-3.0 binding (*)
e259ba4... vapi: Add webkit2gtk-5.0 bindings (*)
55d61b1... Sync NEWS from 0.54 (*)
8db3f8a... vala: Improve error message for invalid handler of dynamic (*)
8cdca06... girparser: Accept "sealed" for transformed records and comp (*)
1fdc269... gstreamer-1.0: Make Gst.Uri a sealed class (*)
554011b... Add support for partial classes (*)
048aaba... vala: Add support for nested methods (local functions) (*)
b79a8ac... tests: Add missing tests/objects/class-partial.c-expected (*)
42acc6d... alsa: Add more API and fix a few things (*)
4288a12... tests: Extend "dynamic" signal test to increase coverage (*)
0421eb9... vala: Using SignalHandler.disconnect() is required for dyna (*)
b9df26b... codegen: Split out GSignalModule.emit_signal() (*)
8152d91... codegen: Stop generating wrappers for dynamic signal connec (*)
c655e65... parser: Split out Parser.parse_switch_section_statement() (*)
2215b53... parser: Better handling of misplaced switch sections (*)
7eed6c7... genie: Amend text of indent and dedent for error messages (*)
d4071fa... genie: Accept INTERR token before type arguments when parsi (*)
c0970d0... genie: Properly handle plain "get" or "set" property access (*)
86de38c... genie: Use TokenType.EXCEPTION instead of TokenType.ERRORDO (*)
c803a13... tests: Add more "declaration" tests for genie to increase c (*)
619f120... tests: Fix Makefile.am (*)
1827506... gtkmodule: Improve error message for invalid signal element (*)
5314e15... tests: Add more "statement" tests for genie to increase cov (*)
f8ecb36... tests: Fix mixed up naming of base-type tests for classes (*)
a0d7177... vala: Add accessibility check of type for constants and str (*)
1f28a5d... vala: Drop SemanticAnalyzer.is_type_accessible() (*)
f1a8f2a... codegen: Use CCodeConstant for member access of constant sy (*)
f38fdde... codegen: Emit constants without initializer list in defines (*)
32366df... vala: Add multi-line support to Vala.Report (*)
88801eb... vala: Don't allow casting to void (*)
af730d4... vala: Don't allow casting real structs to classes or simple (*)
6d61901... gdbus: Use g_dbus_method_invocation_take_error() as simplif (*)
7ab0a8e... glib-2.0: Update 2.72 symbols (*)
9dff977... vapi: Update GIR-based bindings (*)
5b6345a... codegen: Add and use CCodeConstantIdentifier for accessing (*)
16840d2... vala: Check for unavailable value-type of variable initiali (*)
1051b5f... codegen: Check required length of enum type name for GType (*)
810952e... codegen: Add missing check while overriding virtual async i (*)
a2b67f5... tests: Remove wrongly committed files (*)
b0c480f... meson: Add initial build support
dab93fc... meson: Allow static builds
2a1e10b... meson: Compile everything with stricter cflags
2c88ce9... WIP meson: Add tests
5356f04... WIP meson: Add internal-api-docs
ffb62cc... Pass LD_LIBRARY_PATH as "env" where needed
8d3f233... Broken evaluation of "Requires.private: gmodule-no-export-2
bfe0988... WIP meson: Add meson-bootstrap.sh
(*) 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]