1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206
|
errortest.asy: 476.34: unnamed argument after rest argument
errortest.asy: 477.37: additional rest argument
errortest.asy: 478.28: unnamed argument after rest argument
errortest.asy: 479.31: additional rest argument
errortest.asy: 482.22: normal parameter after rest parameter
errortest.asy: 483.22: normal parameter after rest parameter
errortest.asy: 484.31: normal parameter after rest parameter
errortest.asy: 485.31: normal parameter after rest parameter
errortest.asy: 486.24: normal parameter after keyword-only parameter
errortest.asy: 487.24: normal parameter after keyword-only parameter
errortest.asy: 488.24: normal parameter after keyword-only parameter
errortest.asy: 488.31: normal parameter after keyword-only parameter
errortest.asy: 489.24: normal parameter after keyword-only parameter
errortest.asy: 489.31: normal parameter after keyword-only parameter
errortest.asy: 490.32: normal parameter after keyword-only parameter
errortest.asy: 491.32: normal parameter after keyword-only parameter
errortest.asy: 492.32: normal parameter after keyword-only parameter
errortest.asy: 492.39: normal parameter after keyword-only parameter
errortest.asy: 493.32: normal parameter after keyword-only parameter
errortest.asy: 493.39: normal parameter after keyword-only parameter
errortest.asy: 496.13: expected 'keyword' here
errortest.asy: 497.13: expected 'keyword' here
errortest.asy: 498.21: expected 'keyword' here
errortest.asy: 499.21: expected 'keyword' here
errortest.asy: 500.36: expected 'keyword' here
errortest.asy: 500.32: normal parameter after keyword-only parameter
errortest.asy: 501.36: expected 'keyword' here
errortest.asy: 501.32: normal parameter after keyword-only parameter
errortest.asy: 502.21: expected 'keyword' here
errortest.asy: 503.21: expected 'keyword' here
errortest.asy: 504.13: expected 'keyword' here
errortest.asy: 505.13: expected 'keyword' here
errortest.asy: 506.13: expected 'keyword' here
errortest.asy: 507.13: expected 'keyword' here
errortest.asy: 508.13: expected 'keyword' here
errortest.asy: 509.13: expected 'keyword' here
errortest.asy: 510.21: expected 'keyword' here
errortest.asy: 511.21: expected 'keyword' here
errortest.asy: 512.21: expected 'keyword' here
errortest.asy: 513.21: expected 'keyword' here
errortest.asy: 12.4: no matching variable 'x.y'
errortest.asy: 16.11: no matching variable of name 'z'
errortest.asy: 20.3: no matching variable 'x'
errortest.asy: 27.3: no type of name 'x'
errortest.asy: 28.3: no type of name 'x'
errortest.asy: 29.3: no type of name 'x'
errortest.asy: 30.10: no type of name 'x'
errortest.asy: 32.5: no type of name 'x'
errortest.asy: 33.5: no type of name 'x'
errortest.asy: 34.5: no type of name 'x'
errortest.asy: 35.12: no type of name 'x'
errortest.asy: 41.4: no matching variable 'x.y'
errortest.asy: 48.6: no matching variable 'm.u.v'
errortest.asy: 55.12: no matching field of name 'z' in 'm'
errortest.asy: 62.4: no matching variable 'm.z'
errortest.asy: 75.4: no matching field or type of name 'u' in 'm'
errortest.asy: 77.5: no matching field or type of name 'u' in 'm'
errortest.asy: 84.3: expression cannot be used as an address
errortest.asy: 89.3: use of variable 'f' is ambiguous
errortest.asy: 91.4: use of variable 'm.f' is ambiguous
errortest.asy: 97.11: array initializer used for non-array
errortest.asy: 98.12: array initializer used for non-array
errortest.asy: 103.4: no matching variable 'f.m'
errortest.asy: 108.4: no matching variable 'x.m'
errortest.asy: 116.12: no matching field of name 'z' in 'point'
errortest.asy: 124.4: no matching variable 'p.z'
errortest.asy: 132.4: use of variable 'p.f' is ambiguous
errortest.asy: 140.4: no matching variable 'p.z'
errortest.asy: 151.4: no matching function 'f()'
errortest.asy: 152.4: no matching function 'f(string)'
errortest.asy: 160.4: cannot call 'void f(int)' without parameters
errortest.asy: 168.7: no matching function 'operator +(point)'
errortest.asy: 173.10: types in conditional expression do not match
errortest.asy: 178.10: type of conditional expression is ambiguous
errortest.asy: 183.5: cannot convert 'int()' to 'int' in assignment
errortest.asy: 188.5: assignment is ambiguous
errortest.asy: 194.24: function must return a value
errortest.asy: 200.11: type 'int' is not a structure
errortest.asy: 209.3: allocation of struct 'b' is not in a valid scope
errortest.asy: 219.3: break statement outside of a loop
errortest.asy: 223.3: continue statement outside of a loop
errortest.asy: 228.5: function cannot return a value
errortest.asy: 234.5: function must return a value
errortest.asy: 241.11: function must return a value
errortest.asy: 244.11: function must return a value
errortest.asy: 290.3: built-in functions cannot be modified
errortest.asy: 298.11: cannot cast 'string' to 'int'
errortest.asy: 312.4: accessing private field outside of structure
errortest.asy: 313.4: accessing private field outside of structure
errortest.asy: 314.4: accessing private field outside of structure
errortest.asy: 314.4: accessing private field outside of structure
errortest.asy: 315.4: modifying non-public field outside of structure
errortest.asy: 316.4: modifying non-public field outside of structure
errortest.asy: 318.4: accessing private field outside of structure
errortest.asy: 319.4: accessing private field outside of structure
errortest.asy: 320.4: accessing private field outside of structure
errortest.asy: 321.4: modifying non-public field outside of structure
errortest.asy: 330.18: no matching types or fields of name 'x'
errortest.asy: 331.18: no matching types or fields of name 'f'
errortest.asy: 341.3: modifying non-public field outside of structure
errortest.asy: 342.3: modifying non-public field outside of structure
errortest.asy: 344.3: modifying non-public field outside of structure
errortest.asy: 350.4: accessing private field outside of structure
errortest.asy: 351.4: accessing private field outside of structure
errortest.asy: 353.4: accessing private field outside of structure
errortest.asy: 354.4: accessing private field outside of structure
errortest.asy: 360.18: no matching types or fields of name 'T'
errortest.asy: 367.4: accessing private field outside of structure
errortest.asy: 368.4: accessing private field outside of structure
errortest.asy: 370.4: accessing private field outside of structure
errortest.asy: 371.4: accessing private field outside of structure
errortest.asy: 378.18: no matching types or fields of name 'T'
errortest.asy: 386.11: modifying non-public field outside of structure
errortest.asy: 387.11: modifying non-public field outside of structure
errortest.asy: 388.11: modifying non-public field outside of structure
errortest.asy: 389.11: modifying non-public field outside of structure
errortest.asy: 393.3: modifying non-public field outside of structure
errortest.asy: 394.3: modifying non-public field outside of structure
errortest.asy: 395.3: modifying non-public field outside of structure
errortest.asy: 396.3: modifying non-public field outside of structure
errortest.asy: 400.3: modifying non-public field outside of structure
errortest.asy: 401.3: modifying non-public field outside of structure
errortest.asy: 402.3: modifying non-public field outside of structure
errortest.asy: 403.3: modifying non-public field outside of structure
errortest.asy: 407.11: modifying non-public field outside of structure
errortest.asy: 408.11: modifying non-public field outside of structure
errortest.asy: 409.11: modifying non-public field outside of structure
errortest.asy: 410.11: modifying non-public field outside of structure
errortest.asy: 411.3: modifying non-public field outside of structure
errortest.asy: 412.3: modifying non-public field outside of structure
errortest.asy: 413.3: modifying non-public field outside of structure
errortest.asy: 414.3: modifying non-public field outside of structure
errortest.asy: 419.7: inferred variable declaration without initializer
errortest.asy: 422.20: cannot cast 'int' to 'var'
errortest.asy: 425.4: cannot cast 'int' to 'var'
errortest.asy: 426.12: cannot cast 'int' to 'var'
errortest.asy: 427.12: cannot cast 'var' to 'int'
errortest.asy: 430.25: cannot cast 'int' to 'var'
errortest.asy: 430.28: cannot cast 'int' to 'var'
errortest.asy: 430.31: cannot cast 'int' to 'var'
errortest.asy: 431.13: cannot cast 'int[]' to 'var[]'
errortest.asy: 432.14: cannot cast 'int' to 'var'
errortest.asy: 432.17: cannot cast 'int' to 'var'
errortest.asy: 432.20: cannot cast 'int' to 'var'
errortest.asy: 433.15: cannot cast 'int' to 'var'
errortest.asy: 433.18: cannot cast 'int' to 'var'
errortest.asy: 433.21: cannot cast 'int' to 'var'
errortest.asy: 434.13: cannot cast 'var[]' to 'int[]'
errortest.asy: 435.3: type 'var' is not a structure
errortest.asy: 438.17: cannot cast 'int' to 'var'
errortest.asy: 442.7: could not infer type of initializer
errortest.asy: 446.7: could not infer type of initializer
errortest.asy: 448.7: could not infer type of initializer
errortest.asy: 452.16: expression is not an array of inferable type
errortest.asy: 457.16: expression is not an array of inferable type
errortest.asy: 463.16: expression is not an array of inferable type
errortest.asy: 470.7: array expression cannot be used as an address
errortest.asy: 519.29: expected 'as'
errortest.asy: 521.30: expected 'as'
errortest.asy: 523.23: expected typename=
errortest.asy: 525.3: Parametrized imports disallowed to reduce naming conflicts. Try 'access <module>(<type parameters>) as <newname>;'.
errortestNonTemplate.asy: 1.1: expected 'typedef import(<types>);'
errortest.asy: 527.3: could not load module 'errortestNonTemplate'
errortest.asy: 530.3: unexpected 'typedef import'
errortest.asy: 531.3: Expected 'typedef import(<types>);'
errortest.asy: 535.34: too few types passed: got 2, expected 3
errortest.asy: 535.3: could not load module 'errortestBrokenTemplate'
errortest.asy: 537.51: template argument name does not match module: passed T, expected C
errortest.asy: 537.3: could not load module 'errortestBrokenTemplate'
errortest.asy: 539.41: template argument name does not match module: passed C, expected B
errortest.asy: 539.3: could not load module 'errortestBrokenTemplate'
errortestBrokenTemplate.asy: 5.1: unexpected 'typedef import'
errortestBrokenTemplate.asy: 1.1: templated module access requires template parameters
errortest.asy: 549.5: too many static modifiers
errortest.asy: 552.5: too many autounravel modifiers
errortest.asy: 553.5: too many autounravel modifiers
errortest.asy: 554.5: too many static modifiers
errortest.asy: 555.17: types cannot be autounraveled
errortest.asy: 559.3: top-level fields cannot be autounraveled
errortest.asy: 564.21: cannot shadow autounravel qaz
errortest.asy: 572.22: cannot shadow autounravel alias
errortest.asy: 581.27: non-statically nested types cannot be used in templates
errortest.asy: 584.26: non-statically nested types cannot be used in templates
errortest.asy: 585.26: non-statically nested types cannot be used in templates
errortest.asy: 591.28: template argument name does not match module: passed B, expected A
errortest.asy: 591.3: could not load module 'errortestTemplate'
errortest.asy: 593.28: template argument name does not match module: passed C, expected A
errortest.asy: 593.3: could not load module 'errortestTemplate'
errortest.asy: 595.35: template argument name does not match module: passed D, expected B
errortest.asy: 595.3: could not load module 'errortestTemplate'
errortest.asy: 597.28: template argument name does not match module: passed C, expected A
errortest.asy: 597.3: could not load module 'errortestTemplate'
errortest.asy: 599.28: too few types passed: got 1, expected 2
errortest.asy: 599.3: could not load module 'errortestTemplate'
errortest.asy: 601.28: too many types passed: got 3, expected 2
errortest.asy: 601.3: could not load module 'errortestTemplate'
errortestTemplate.asy: 1.1: unexpected 'typedef import'
errortest.asy: 618.4: accessing private field outside of structure
errortest.asy: 619.9: accessing private field outside of structure
errortest.asy: 620.4: accessing private field outside of structure
errortest.asy: 621.4: accessing private field outside of structure
errortest.asy: 625.4: accessing private field outside of structure
errortest.asy: 626.9: accessing private field outside of structure
errortest.asy: 627.4: accessing private field outside of structure
errortest.asy: 628.4: accessing private field outside of structure
errortest.asy: 639.4: accessing private field outside of structure
|