[vala] (92 commits) Non-fast-forward update to branch wip/issue/607



The branch 'wip/issue/607' 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:

  bc41b66... Add native support to specify non default length-type for a
  a0c3f40... Renergate GIR-based bindings to pick up array length-types

Commits added to the branch:

  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 (*)
  30a1d3a... gstreamer: Update from 1.19.3+ git master (*)
  176ffbf... gstreamer-base-1.0: Some parameter fixes (*)
  7210245... genie: Accept accessibility and async modifiers on "constru (*)
  6bf651d... ccode: Fix CCodeUnaryExpression.write() for PREFIX_INCREMEN (*)
  a85ec57... vala: Add [Profile] as known attribute for methods (*)
  0f493a1... tests: Add [Profile] method test to increase coverage (*)
  5f41346... tests/girwriter: Increase coverage (*)
  3e650c1... tests: Add runtime checks to signals tests and increase cov (*)
  56bc688... vala: Report error on missing gio-2.0 package for async con (*)
  0a59efb... vala: Fix signals with generic return (*)
  6783dba... build: Add "test-update" which passed UPDATE_EXPECTED=1 to  (*)
  3ec2760... webkit2gtk-*.0: Update to 2.35.1 (*)
  a44117b... tests: Rename colliding test cases to avoid conflicts (*)
  05d804b... codegen: Drop inconsistent space for ObjectType parameters (*)
  0e09771... codegen: Accept CCode.type attribute on parameters (*)
  0b49956... gnome-desktop-3.0: Some parameter fixes (*)
  a4b1c63... vapi: Add gnome-desktop-4, gnome-bg-4 and gnome-rr-4 bindin (*)
  935a92d... tests: Rename colliding test case to avoid conflict (*)
  067e82d... vapi: Update GIR-based bindings (*)
  80538d1... tests: Add missing methods/parameter-ccode-type.vala (*)
  2605e57... Sync NEWS from 0.54 (*)
  636ae06... glib-2.0: Always use the actual C type for CCode.array_leng (*)
  9f1fa33... vala: Check accessibility of initializer for constant and e (*)
  8c2fa82... vapigen.m4: use $PKG_CONFIG_SYSROOT_DIR (*)
  f4862e9... build: Update git-version-gen to latest upstream (*)
  ce24cc8... tests/girwriter: Use the actual expected output of our girw (*)
  439c219... gtkmodule: Handle nested closure elements and bind them acc (*)
  56a90b0... vala: NullLiteral is not a valid argument for string concat (*)
  55677ef... tests: Add missing tests/structs/struct-static-field-initia (*)
  1473f3e... codegen: Correctly handle chain up of struct creation metho (*)
  29bef67... vala: Set is_yield_expression in async context when chainin (*)
  5d2d9a2... tests: Add more "chain up" tests to increase coverage (*)
  e3b7be0... vala: Drop duplicate check for unsupported flag of creation (*)
  c507539... vala: Drop duplicate check for unsupported flag of struct m (*)
  f593418... vala: Report statement parsing error if it is not meant to  (*)
  7b03a4b... codegen: Use a dedicated EmitContext for _variant_get*() fu (*)
  c2a5316... tests: Add "type-parameter property clash" test to increase (*)
  19135db... codegen: Initialize type parameter properties for generics  (*)
  b5db457... gstreamer-1.0: Unskip the ElementFactory.make/create_full() (*)
  52c225d... vapi: Update GIR-based bindings (*)
  92b2e93... girparser: Avoid possibily creating duplicated attributes (*)
  8faa03e... Sync NEWS from 0.54 (*)
  9f1de7a... vala: Allow unsafe assignment of integer to enum while repo (*)
  5041457... vala: Non nullable enum types are simple types (*)
  1133400... Properly use [Flags] feature for ModifierFlags and CCodeMod (*)
  4c27684... vala: Silently accept unsafe assignment of "0" literal to e (*)
  a81bc7a... vala: Correctly replace "in" expression in pre-/postconditi (*)
  73cd47c... parser: Improve partial classes support (*)
  b2ef0ed... Make more use of native GLib.Regex syntax (*)
  0c0c4e6... Revert "Make more use of native GLib.Regex syntax" (*)
  929d3be... vala: Show source location when reporting deprecations (*)
  e556d70... gio-2.0: Add custom MemoryOutputStream.with_*data() wrapper (*)
  5738468... codegen: Allow boxing of non-external SimpleType structs (*)
  29470db... codegen: Cast given default-value of struct with possible m (*)
  9adade6... codegen: Initialize "result" variable on declaration for ab (*)
  c46078f... codegen: Use __once instead of __volatile in generated code (*)
  0e9b381... tests: Skip constants/member-access-enum.vala for ASAN (*)
  de16820... tests: Add XFAIL tests if undefined behavior sanitizer is e (*)
  d74400b... Support "emit" for explicit signal emission (*)
  3660a5b... Add native support to specify non default length-type for a
  0968423... Regenergate GIR-based bindings to pick up array length-type

(*) 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]