summary refs log tree commit diff stats
path: root/tests/enum
Commit message (Collapse)AuthorAgeFilesLines
* Deprecated pragma is now supported on enum fields (#10113)Neelesh Chandola2018-12-302-0/+32
| | | | | | * {.deprecated.} pragma is now supported for enum fields * Add tests * Simplify code
* require errormsg to be specified before file.Arne Döring2018-12-111-3/+1
|
* fixes #8671; show helpful msg (lookup symbol, eg iterator) on 'attempting to ↵Timothee Cour2018-10-141-1/+1
| | | | call undeclared routine' error (#8786)
* Merge tests into a larger file (part 2 of ∞) (#9335)Miran2018-10-139-139/+144
| | | | | | | | | | | | | | * merge controlflow tests * merge distinct tests * merge enum tests * merge fields tests * merge implicit tests * merge iter issues tests
* fixes #8066Araq2018-08-311-0/+19
|
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
|
* Fixes #5062 (#5527); JS: holes in enumsSilvio2017-03-153-16/+39
|
* fixes #5148Araq2016-12-291-0/+7
|
* Added a test caseYuriy Glukhov2016-05-181-0/+6
|
* add tfile/tline assertions for template expansion file/lineAman Gupta2015-10-061-2/+2
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-046-35/+35
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* s/procedure/routine/ in tests.Dominik Picheta2015-06-051-1/+1
|
* Fixes #2584Dominik Picheta2015-06-041-1/+1
| | | | | Better compiler errors for accessing undeclared fields, calling undeclared procedures and procedure fields.
* fixes --gc:none regression; made some tests greenAraq2015-03-101-1/+1
|
* Fixes tenumitems test.Dominik Picheta2014-08-161-1/+1
|
* new tester; all tests categorizedAraq2014-01-139-0/+140
n310' href='#n310'>310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469