Home | History | Annotate | Line # | Download | only in unit-tests
      1  1.51  rillig make: Unknown modifier ":Z"
      2  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
      3  1.46  rillig 	in command "@echo 'VAR:Z=before-${VAR:Z}-after'"
      4  1.45  rillig 	in target "mod-unknown-direct"
      5  1.51  rillig make: Unknown modifier ":Z"
      6  1.47  rillig 	while evaluating indirect modifiers "Z"
      7  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
      8  1.46  rillig 	in command "@echo 'VAR:${MOD_UNKN}=before-${VAR:${MOD_UNKN}:inner}-after'"
      9  1.45  rillig 	in target "mod-unknown-indirect"
     10  1.54  rillig make: Unclosed expression, expecting "}" for modifier "S,V,v,"
     11  1.45  rillig 	while evaluating variable "VAR" with value "Thevariable"
     12  1.46  rillig 	in command "@echo VAR:S,V,v,=${VAR:S,V,v,"
     13  1.45  rillig 	in target "unclosed-direct"
     14  1.54  rillig make: Unclosed expression after indirect modifier, expecting "}"
     15  1.45  rillig 	while evaluating variable "VAR" with value "Thevariable"
     16  1.46  rillig 	in command "@echo VAR:${MOD_TERM},=${VAR:${MOD_S}"
     17  1.45  rillig 	in target "unclosed-indirect"
     18  1.48  rillig make: Unfinished modifier after "v", expecting ","
     19  1.47  rillig 	while evaluating indirect modifiers "S,V,v"
     20  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     21  1.46  rillig 	in command "-@echo "VAR:${MOD_TERM}=${VAR:${MOD_TERM}}""
     22  1.45  rillig 	in target "unfinished-indirect"
     23  1.48  rillig make: Unfinished modifier after "var}", expecting "@"
     24  1.45  rillig 	while evaluating variable "UNDEF" with value "1 2 3"
     25  1.46  rillig 	in command "@echo ${UNDEF:U1 2 3:@var}"
     26  1.45  rillig 	in target "unfinished-loop-1"
     27  1.48  rillig make: Unfinished modifier after "...}", expecting "@"
     28  1.45  rillig 	while evaluating variable "UNDEF" with value "1 2 3"
     29  1.46  rillig 	in command "@echo ${UNDEF:U1 2 3:@var (at) ...}"
     30  1.45  rillig 	in target "unfinished-loop-2"
     31   1.2  rillig 1 2 3
     32  1.54  rillig make: Unclosed expression, expecting "}" for modifier "@var@${var}}...@"
     33  1.45  rillig 	while evaluating variable "UNDEF" with value "1}... 2}... 3}..."
     34  1.46  rillig 	in command "@echo ${UNDEF:U1 2 3:@var@${var}}...@"
     35  1.45  rillig 	in target "loop-close-1"
     36   1.6  rillig 1}... 2}... 3}...
     37  1.48  rillig make: Unfinished modifier after "}", expecting "]"
     38  1.45  rillig 	while evaluating variable "UNDEF" with value "1 2 3"
     39  1.46  rillig 	in command "@echo ${UNDEF:U1 2 3:[}"
     40  1.45  rillig 	in target "words-1"
     41  1.48  rillig make: Unfinished modifier after "#}", expecting "]"
     42  1.45  rillig 	while evaluating variable "UNDEF" with value "1 2 3"
     43  1.46  rillig 	in command "@echo ${UNDEF:U1 2 3:[#}"
     44  1.45  rillig 	in target "words-2"
     45   1.4  rillig 13=
     46  1.53  rillig make: Invalid modifier ":[123451234512345123451234512345]"
     47  1.45  rillig 	while evaluating variable "UNDEF" with value "1 2 3"
     48  1.46  rillig 	in command "@echo 12345=${UNDEF:U1 2 3:[123451234512345123451234512345]:S,^$,ok,:S,^3$,ok,}"
     49  1.45  rillig 	in target "words-3"
     50  1.48  rillig make: Unfinished modifier after "echo}", expecting "!"
     51  1.45  rillig 	while evaluating variable "VARNAME" with value ""
     52  1.46  rillig 	in command "@echo ${VARNAME:!echo}"
     53  1.45  rillig 	in target "exclam-1"
     54  1.48  rillig make: Unfinished modifier after "=exclam}", expecting "!"
     55  1.45  rillig 	while evaluating variable "!" with value "!"
     56  1.46  rillig 	in command "@echo ${!:L:!=exclam}"
     57  1.45  rillig 	in target "exclam-2"
     58  1.54  rillig make: Missing delimiter for modifier ":S"
     59  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     60  1.46  rillig 	in command "@echo 1: ${VAR:S"
     61  1.45  rillig 	in target "mod-subst-delimiter-1"
     62  1.48  rillig make: Unfinished modifier after "", expecting ","
     63  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     64  1.46  rillig 	in command "@echo 2: ${VAR:S,"
     65  1.45  rillig 	in target "mod-subst-delimiter-2"
     66  1.48  rillig make: Unfinished modifier after "from", expecting ","
     67  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     68  1.46  rillig 	in command "@echo 3: ${VAR:S,from"
     69  1.45  rillig 	in target "mod-subst-delimiter-3"
     70  1.48  rillig make: Unfinished modifier after "", expecting ","
     71  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     72  1.46  rillig 	in command "@echo 4: ${VAR:S,from,"
     73  1.45  rillig 	in target "mod-subst-delimiter-4"
     74  1.48  rillig make: Unfinished modifier after "to", expecting ","
     75  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     76  1.46  rillig 	in command "@echo 5: ${VAR:S,from,to"
     77  1.45  rillig 	in target "mod-subst-delimiter-5"
     78  1.54  rillig make: Unclosed expression, expecting "}" for modifier "S,from,to,"
     79  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     80  1.46  rillig 	in command "@echo 6: ${VAR:S,from,to,"
     81  1.45  rillig 	in target "mod-subst-delimiter-6"
     82  1.21  rillig 7: TheVariable
     83  1.54  rillig make: Missing delimiter for modifier ":C"
     84  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     85  1.46  rillig 	in command "@echo 1: ${VAR:C"
     86  1.45  rillig 	in target "mod-regex-delimiter-1"
     87  1.48  rillig make: Unfinished modifier after "", expecting ","
     88  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     89  1.46  rillig 	in command "@echo 2: ${VAR:C,"
     90  1.45  rillig 	in target "mod-regex-delimiter-2"
     91  1.48  rillig make: Unfinished modifier after "from", expecting ","
     92  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     93  1.46  rillig 	in command "@echo 3: ${VAR:C,from"
     94  1.45  rillig 	in target "mod-regex-delimiter-3"
     95  1.48  rillig make: Unfinished modifier after "", expecting ","
     96  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
     97  1.46  rillig 	in command "@echo 4: ${VAR:C,from,"
     98  1.45  rillig 	in target "mod-regex-delimiter-4"
     99  1.48  rillig make: Unfinished modifier after "to", expecting ","
    100  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
    101  1.46  rillig 	in command "@echo 5: ${VAR:C,from,to"
    102  1.45  rillig 	in target "mod-regex-delimiter-5"
    103  1.54  rillig make: Unclosed expression, expecting "}" for modifier "C,from,to,"
    104  1.45  rillig 	while evaluating variable "VAR" with value "TheVariable"
    105  1.46  rillig 	in command "@echo 6: ${VAR:C,from,to,"
    106  1.45  rillig 	in target "mod-regex-delimiter-6"
    107  1.21  rillig 7: TheVariable
    108   1.8  rillig 112358132134
    109   1.8  rillig 15152535558513521534
    110  1.52  rillig make: Unknown modifier ":ts\65oct"
    111  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    112  1.46  rillig 	in command "@echo ${FIB:ts\65oct}	# bad modifier"
    113  1.45  rillig 	in target "mod-ts-parse-3"
    114  1.52  rillig make: Unknown modifier ":ts\65oct"
    115  1.45  rillig 	while evaluating "${:U${FIB}:ts\65oct} # bad modifier, variable name is """ with value "1 1 2 3 5 8 13 21 34"
    116  1.46  rillig 	in command "@echo ${:U${FIB}:ts\65oct} # bad modifier, variable name is """
    117  1.45  rillig 	in target "mod-ts-parse-4"
    118  1.52  rillig make: Unknown modifier ":tsxy"
    119  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    120  1.46  rillig 	in command "@echo ${FIB:tsxy}	# modifier too long"
    121  1.45  rillig 	in target "mod-ts-parse-5"
    122  1.52  rillig make: Unknown modifier ":t"
    123  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    124  1.46  rillig 	in command "@echo ${FIB:t"
    125  1.45  rillig 	in target "mod-t-parse-1"
    126  1.52  rillig make: Unknown modifier ":txy"
    127  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    128  1.46  rillig 	in command "@echo ${FIB:txy}"
    129  1.45  rillig 	in target "mod-t-parse-2"
    130  1.52  rillig make: Unknown modifier ":t"
    131  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    132  1.46  rillig 	in command "@echo ${FIB:t}"
    133  1.45  rillig 	in target "mod-t-parse-3"
    134  1.52  rillig make: Unknown modifier ":t"
    135  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    136  1.46  rillig 	in command "@echo ${FIB:t:M*}"
    137  1.45  rillig 	in target "mod-t-parse-4"
    138  1.48  rillig make: Unfinished modifier after "", expecting ":"
    139  1.45  rillig 	while evaluating then-branch of condition "FIB"
    140  1.46  rillig 	in command "@echo ${FIB:?"
    141  1.45  rillig 	in target "mod-ifelse-parse-1"
    142  1.48  rillig make: Unfinished modifier after "then", expecting ":"
    143  1.45  rillig 	while evaluating then-branch of condition "FIB"
    144  1.46  rillig 	in command "@echo ${FIB:?then"
    145  1.45  rillig 	in target "mod-ifelse-parse-2"
    146  1.48  rillig make: Unfinished modifier after "", expecting "}"
    147  1.45  rillig 	while evaluating else-branch of condition "FIB"
    148  1.46  rillig 	in command "@echo ${FIB:?then:"
    149  1.45  rillig 	in target "mod-ifelse-parse-3"
    150  1.48  rillig make: Unfinished modifier after "else", expecting "}"
    151  1.45  rillig 	while evaluating else-branch of condition "FIB"
    152  1.46  rillig 	in command "@echo ${FIB:?then:else"
    153  1.45  rillig 	in target "mod-ifelse-parse-4"
    154   1.8  rillig then
    155   1.8  rillig 1 1 2 3 5 8 13 21 34
    156  1.51  rillig make: Unknown modifier ":__"
    157  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    158  1.46  rillig 	in command "@echo ${FIB:__}		# modifier name too long"
    159  1.45  rillig 	in target "mod-remember-parse"
    160  1.51  rillig make: Unknown modifier ":3"
    161  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    162  1.46  rillig 	in command "@echo ${FIB:3"
    163  1.45  rillig 	in target "mod-sysv-parse-1"
    164  1.49  rillig make: Unfinished modifier after "", expecting "}"
    165  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    166  1.46  rillig 	in command "@echo ${FIB:3="
    167  1.45  rillig 	in target "mod-sysv-parse-2"
    168  1.49  rillig make: Unfinished modifier after "x3", expecting "}"
    169  1.45  rillig 	while evaluating variable "FIB" with value "1 1 2 3 5 8 13 21 34"
    170  1.46  rillig 	in command "@echo ${FIB:3=x3"
    171  1.45  rillig 	in target "mod-sysv-parse-3"
    172   1.8  rillig 1 1 2 x3 5 8 1x3 21 34
    173  1.42  rillig exit status 2
    174