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



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

  20bf320... WIP vala: Check coverage of switch on enum-type and issue w

Commits added to the branch:

  91661e2... tests: Add "default-handler with base-access" signal test t (*)
  0aace7b... codegen: Use G_TYPE_INSTANCE_GET_INTERFACE to get vtable fo (*)
  33e1154... tests: Fix makefile syntax :( (*)
  f3ce99e... tests: Extend "property base-access" interface test to incr (*)
  513faa8... valadoc: Rename FormalParameter to Parameter (*)
  af8fcf8... codegen: Reduce code duplications when generation base-acce (*)
  7714596... codegen: Use alternative for g_strcmp0 in POSIX profile (*)
  45d21be... codegen: Replace hardcoded "gboolean" references (POSIX) (*)
  30f0146... codegen: Replace hardcoded "gint"/"int" references (POSIX) (*)
  a62d95f... codegen: Replace hardcoded "gpointer" references (POSIX) (*)
  f141770... codegen: Use alternative for g_free in POSIX profile (*)
  b45af91... codegen: Use alternative for g_new0 in POSIX profile (*)
  7841739... codegen: Use alternative for g_renew in POSIX profile (*)
  6ac9b05... codegen: Use alternative for g_memdup in POSIX profile (*)
  1267756... codegen: Replace specific hardcoded "GDestroyNotify" refere (*)
  3c17cba... codegen: Make destroy_value() handle array-types in POSIX p (*)
  fdd9377... codegen: Replace specific hardcoded TRUE/FALSE references ( (*)
  b8ca0d9... codegen: Add required includes or generate used symbols (PO (*)
  bf3fd54... codegen: Create alternative for G_N_ELEMENTS in POSIX profi (*)
  b3ff8af... codegen: Correctly transform arguments of Array.resize() fo (*)
  148f1d9... vala: Allow direct access to array-typed members in POSIX p (*)
  b49b85c... libusb-1.0: Use a wrapper for Context.get_device_list() (*)
  8050521... libusb-1.0: Don't depend on glib-2.0 (*)
  8d55ec8... glib-2.0: Add optional "base" parameter to *.parse/try_pars (*)
  ae72809... glib-2.0: Add (u)int.try_parse() (*)
  3b7082a... posix: Bind some essential memory allocation functions (*)
  925c723... libuse-1.0: Remove unused private "malloc" binding (*)
  bacd147... tests: Make (u)int.try_parse() tests more 32bit friendly (*)
  b540e4e... glib-2.0: Check errno for EINVAL and ERANGE in *.try_parse( (*)
  51cb343... girparser: Detect and replace "-" in parameter names (*)
  554c5ca... webkit2gtk-4.0: Update to 2.27.2 (*)
  d6a6516... vapi: Update GIR-based bindings (*)
  8e91efb... vala: Issue warning when passing arrays to typeof(), except (*)
  bfb50bd... tests: Add "typeof" tests for fundamental GLib.Type (*)
  9b13e24... tests: Add invalid "silent cast of array" test to increase  (*)
  b41694a... linux: Add memfd_create(2) (*)
  e679740... vala: Don't falsely resolve binary-expression to bool (*)
  83af5c8... gtksourceview-2.0: Fix iter parameter in SourceBuffer.backw (*)
  9ab99ed... glib-2.0: Add new symbols from 2.64 (*)
  7b2e66e... gtk+-*.0: Fix iter parameter of TextBuffer.backspace() (*)
  7d3290e... vala: Do not allow += for arrays with fixed length (*)
  ff3ec83... vala: Infer array length of inline allocated arrays for fie (*)
  2e62cf3... vala: Do not allow to .resize() on arrays with fixed length (*)
  c9e00a0... vala: Do not allow to change .length of arrays with fixed l (*)
  4e34272... vala: Improve error message for arrays as type arguments (*)
  5baca30... codegen: Fix setting of generic-type properties for gobject (*)
  8a8db31... girwriter: Add readable="0"/private="1" attribute to type-s (*)
  7cb3a3f... girwriter: Fix position of priv field (--abi-stability) (*)
  8e908c0... codegen: G_DEFINE_AUTOPTR_CLEANUP_FUNC must not declared mo (*)
  988e77e... vala: Improve error reporting for invalid interface prerequ (*)
  9404890... tests: Add invalid "multiple base classes" tests to increas (*)
  a06892e... codegen: Make type-parameter properties readable (*)
  d14248f... vala: Add GenericType.dup/destroy fields (*)
  984c034... vala: Write value of constants/enums in fast-vapi if they a (*)
  47e0679... vala: Don't mark method as used on recursive usage of itsel (*)
  103da8b... gio-2.0: Use custom TaskReadyCallback delegate in Task.repo (*)
  efe38fd... g-i: Calculate size correctly, avoid use-after-free (*)
  ab71791... g-i: Avoid use of uninitialized "markup" warning (*)
  62c964d... g-i: Ignore flags like -mfpmath=sse, -msse or -msse2 (*)
  7c36778... gtk4,gtk4-unix-print: Update to 3.96.0+fbea677a (*)
  39331e2... vala: Support "unowned var" to declare local variables (*)
  417dd66... libvaladoc: Move gmodule-2.0 to Requires.private of pkg-con (*)
  0391ba9... vala: Add missing gmodule-2.0 to Requires.private of pkg-co (*)
  99c0e25... gstreamer: Update from 1.17.0+ git master (*)
  d3e66db... vapi: Update GIR-based bindings (*)
  3197d84... compiler: Add "--list-sources" options to output a list of  (*)
  42dca91... vala: Restore DestroysInstance behaviour for non-compact cl (*)
  6690ea0... vala: Improve check of delegate assignments and initializer (*)
  6139fcf... glib-2.0: Add "has_typedef = false" to custom MarkupParser* (*)
  bdd1382... vala: Set GLib.Error as symbol of error-types if no error-d (*)
  35bfea8... vala: Make Callable derive from Symbol (*)
  2957adf... codegen: Use SemanticAnalyzer.get_data_type_for_symbol() (*)
  dff819f... codegen: Commonize the determining of return-type for deleg (*)
  dd89c26... Sync NEWS from 0.46 (*)
  2fbb228... Release 0.47.1 (*)
  bd5c499... test: Add "GLib.Log constants" tests to increase coverage (*)
  07ff873... test: Add "GLib.Closure parameter" test to increase coverag (*)
  9c7a789... codegen: Fix support of dynamic DBus methods (*)
  d11ee98... vala: Report error for async creation expression without yi (*)
  a91ac04... codegen: Fix vfunc signature of delegate-typed property in  (*)
  9ca70b4... codegen: Share generate_struct_*() helpers between classes  (*)
  5bf8402... vala: Don't require constant initializer in fast-vapi (*)
  8af4e49... tests: Add "invalid address-of" test to increase coverage (*)
  30008bf... vala: scope "owner" of constructor/destructor subroutines i (*)
  626d3e6... gidl/girparser: Creation methods must not be marked as stat (*)
  96635dd... vala: Allow SemanticAnalyzer.get_this_type() to handle more (*)
  5e8005f... vala: Unify "this_parameter" creation using SemanticAnalyze (*)
  49a6d47... vala: Check "this_parameter" if available (*)
  552467a... codegen: Use result of CCodeBaseModule.get_this_type() (*)
  b5442af... vala: VoidType is actually compatible with itself (*)
  7d772d3... vala: Improve handling of "void" as generic type (*)
  f4bad5f... vala: Keep formal_target_type when transforming method-call (*)
  8cd5a57... tests: Fix and make fast-vapi test actually fatal (*)
  a6112f0... vala: Add a basic parameter check for [Print] methods (*)
  0f518f8... gstreamer: Update from 1.17.0+ git master (*)
  e68c0fa... gtk4: Update to 3.96.0+5e11a2ae (*)
  e5dcf78... vapi: Update GIR-based bindings (*)
  cc20843... pango: Update to 1.44+ (*)
  a148cc6... tests: Extend "float and integer" tests to increase coverag (*)
  ba76c57... tests: Add "scanner" tests to increase coverage (*)
  f11b86c... tests: Add "member-access" tests to increase coverage (*)
  44ec058... scanner: "\x" requires two hex digits at most (*)
  6962b8d... parser: Implicit "main" method of main-block is public and  (*)
  e722f76... vala: Let the parser have set namespace members as static (*)
  b054509... vala: Drop Namespace.remove_struct() (*)
  88aa22a... scanner: "\x" requires two hex digits at most and ignore le (*)
  77fe44c... scanner: Improve check of "\u" escape sequence (*)
  aa628ac... vala: Include type_name to default implementation of CCode. (*)
  34409b1... codegen: Fix precondition in creation method of structs (*)
  787a1e3... vala: Don't ignore inner errors in Block and acknowledge th (*)
  6acc214... vala: Don't report further errors if MemberInitializer.chec (*)
  fa51754... test: Add some "method-call" tests to increase coverage (*)
  f491267... webkit2gtk-4.0: Update to 2.27.3 (*)
  ef7e66a... gtk4: Update to 3.96.0+9f69c7f3 (*)
  b234716... gstreamer: Update from 1.17.0+ git master (*)
  8677f09... vala: Improve error message for unsupported inner types and (*)
  8ee44db... vala: Don't allow "va_list" as return-type or type of field (*)
  7551bbb... codegen: Remove unreachable code in TypeRegisterFunction.in (*)
  6b03920... codegen: Improve *_get_type() fast path (requires glib >= 2 (*)
  804160d... codegen: Don't attribute *_get_type_once() with G_GNUC_CONS (*)
  cf4a50c... glib-2.0: Add to_string() for GLib.PollFd and GLib.Pid (*)
  e0a963f... glib-2.0: Add new symbols from 2.64 (*)
  6465dbb... vala: Check before accessing "name" of parent_symbol which  (*)
  edf4b3d... vapi: Update GIR-based bindings (*)
  b977da4... vala: Allow to override base interface properties explicitl (*)
  4e78d77... compiler: Add "--depfile" option writing package dependenci (*)
  1384dd0... genie: Fix parser's inner state when a struct is declared a (*)
  af236c9... glib-2.0: Reset errno before calling strto*() functions. (*)
  8876875... gtk4: Update to 3.96.0+448a4023 (*)
  46274b7... gstreamer: Update from 1.17.0+ git master (*)
  f4ec912... vapi: Update GIR-based bindings (*)
  03b481e... tests: Fix make distcheck (*)
  02ca1ff... Release 0.47.2 (*)
  ce690e9... codegen: Don't set implemenation of interface property to i (*)
  7850210... vala: Infer target_type in coalescing expressions (*)
  6cfa112... vala: Non-nullable value-type in coalesce expression needs  (*)
  6f673c2... vala: Fix short-circuiting behavior of coalescing operator (*)
  ea07220... parser: Extend source_reference of parenthesized expr to co (*)
  8dd348c... codegen: Use result value of assignment rather than its com (*)
  8021ad3... glib-2.0: Let (u)int.try_parse() return false if there is a (*)
  98ab3da... Add further support for params arrays (*)
  217c84b... vala: Always bail if there are semantic errors (*)
  69ea76f... girparser: Improve source_reference of parameters (*)
  6feaa3b... girparser: Apply explicitly given ctype metadata attributes (*)
  37e488d... Regenerate for GIR-based bindings to apply explicit ctype a (*)
  f54ea2f... webkit2gtk-4.0: Update to 2.27.4 (*)
  17f5a28... gtk4: Update to 3.96.0+7e2e92a8 (*)
  b942a94... gstreamer: Update from 1.17.0+ git master (*)
  98d3f54... vapi: Update GIR-based bindings (*)
  37c1a07... codegen: Refactor generation of fields for ccode structs (*)
  ed421a9... codegen: Commonized generation of public/private fields (*)
  04806bb... codegen: Cast instance parameter in member-initializer for  (*)
  a915e0c... Release 0.47.3 (*)
  d839ffe... vala: Fix base-access check for compact classes (*)
  83acaca... codegen: Skip StructRegisterFunction for boolean/integer/fl (*)
  1d1733f... codegen: Handle different type-symbols in visit_base_access (*)
  811787b... javascriptcoregtk-4.0: Make JSC.Class usable by defining th (*)
  72825e6... vala: Improve detection of recursive struct declarations (*)
  ebda013... tests: Add more "parser" tests to increase coverage (*)
  e336a02... vala: Inline allocated arrays require length or initializer (*)
  fffba45... codegen: Explicitly include header for length-type of array (*)
  07803d9... codegen: Explicitly include <glib.h> as needed for null-lit (*)
  cfcea68... gtk4: Update to 3.96.0+4ab12ab7 (*)
  751b578... vapi: Update GIR-based bindings (*)
  5e5126b... codegen: Make *_try_id specific to emit-context instead bei (*)
  5464767... parser: Deal with certain missing delimiters and let the pa (*)
  ec37f4c... parser: Handle delimiters inside of parse_argument_list/par (*)
  2517adb... parser: Make parse_argument_list/parse_initializer more rob (*)
  a8c1bab... parser: Make parse_embedded_statement_without_block more ro (*)
  18578a1... parser: Make parse_identifier more robust (*)
  e2104cd... vala: Use some replacement for an unavailable identifier st (*)
  64e5fe2... Release 0.47.4 (*)
  16df768... Correct a few spelling errors in user visible strings (*)
  5eecd3b... vala: Fix base-access check for compact classes (2) (*)
  91b7b02... vala: Don't ignore errors in Parameter and acknowledge them (*)
  db50076... testrunner: Invalid tests and therefore expected failures m (*)
  82c029f... WIP vala: Check coverage of switch on enum-type and issue w

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