~vcs-imports/vala/trunk

  • Committer: Rico Tzschichholz
  • Author(s): Corentin Noël
  • Date: 2021-05-03 07:11:56 UTC
  • Revision ID: git-v1:f904c7e269c7f7b0a6dcefa4f8f892b981a71917
vala: Add foreach statement support for GLib.GenericArray

It is now possible to use foreach with a GLib.GenericArray type
Filename Latest Rev Last Changed Committer Comment Size
..
class.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 81 bytes Diff Download File
control-flow-if-do.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 62 bytes Diff Download File
control-flow-if-else-if.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 100 bytes Diff Download File
control-flow-if-else.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 92 bytes Diff Download File
control-flow-if-greater-than.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 80 bytes Diff Download File
control-flow-if-identity.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 95 bytes Diff Download File
control-flow-if-less-than.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 75 bytes Diff Download File
control-flow-if.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 62 bytes Diff Download File
enum-with-keyword-values.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 229 bytes Diff Download File
enum.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 64 bytes Diff Download File
function-returns-closure.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 116 bytes Diff Download File
function-with-argument.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 53 bytes Diff Download File
function-with-return-value.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 71 bytes Diff Download File
function.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 77 bytes Diff Download File
indentation-with-spaces.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 35 bytes Diff Download File
init-int.gs 8798 5 years ago Rico Tzschichholz genie: Allow the main function "init" to return an 19 bytes Diff Download File
init.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 21 bytes Diff Download File
literal-boolean-assignment.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 41 bytes Diff Download File
literal-boolean.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 61 bytes Diff Download File
literal-character.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 39 bytes Diff Download File
literal-hexadecimal.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 38 bytes Diff Download File
literal-integer-long-long-suffix.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 74 bytes Diff Download File
literal-integer.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 38 bytes Diff Download File
literal-null.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 50 bytes Diff Download File
literal-octal.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 37 bytes Diff Download File
literal-real.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 58 bytes Diff Download File
literal-regex.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 68 bytes Diff Download File
literal-template-string.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 81 bytes Diff Download File
literal-verbatim-string.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 76 bytes Diff Download File
operator-addition.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 38 bytes Diff Download File
operator-assignment-combined.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 336 bytes Diff Download File
operator-assignment.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 34 bytes Diff Download File
operator-bitwise-and.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 49 bytes Diff Download File
operator-bitwise-left-shift.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 51 bytes Diff Download File
operator-bitwise-not.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 47 bytes Diff Download File
operator-bitwise-or.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 49 bytes Diff Download File
operator-bitwise-right-shift.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 50 bytes Diff Download File
operator-bitwise-xor.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 49 bytes Diff Download File
operator-division.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 42 bytes Diff Download File
operator-equal.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 90 bytes Diff Download File
operator-greater-than-equal.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 78 bytes Diff Download File
operator-less-than-equal.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 78 bytes Diff Download File
operator-less-than.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 76 bytes Diff Download File
operator-logical-and.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 72 bytes Diff Download File
operator-logical-not.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 72 bytes Diff Download File
operator-logical-or.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 72 bytes Diff Download File
operator-modulo.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 40 bytes Diff Download File
operator-multiply.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 38 bytes Diff Download File
operator-not-equal.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 89 bytes Diff Download File
operator-post-decrement.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 65 bytes Diff Download File
operator-post-increment.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 65 bytes Diff Download File
operator-pre-decrement.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 65 bytes Diff Download File
operator-pre-increment.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 65 bytes Diff Download File
operator-subtraction.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 38 bytes Diff Download File
operator-ternary.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 77 bytes Diff Download File
operators-greater-than.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 74 bytes Diff Download File
preparser-and-expression.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 72 bytes Diff Download File
preparser-elif.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 103 bytes Diff Download File
preparser-equality-expression.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 84 bytes Diff Download File
preparser-not.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 71 bytes Diff Download File
preparser-or-expression.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 72 bytes Diff Download File
preparser.gs 8797 5 years ago Rico Tzschichholz tests: Add some Genie tests to increase coverage 199 bytes Diff Download File
struct-after-class.gs 9276 4 years ago Rico Tzschichholz genie: Fix parser's inner state when a struct is d 178 bytes Diff Download File
struct.gs 9043 5 years ago Rico Tzschichholz tests: Add regression test for genie struct constr 105 bytes Diff Download File