summary refs log tree commit diff stats
path: root/tests/import
Commit message (Collapse)AuthorAgeFilesLines
* fixes #23167; take `nkOpenSymChoice` into consideration caused by templates ↵ringabout2024-01-051-0/+5
| | | | | [backport] (#23168) fixes #23167
* fixes #22208; Ambiguous error when import modules with same names but… ↵ringabout2023-07-034-3/+9
| | | | | (#22211) fixes #22208; Ambiguous error when import modules with same names but different aliases
* fixes #22065; do not search path for relative imports (#22073)ringabout2023-06-131-0/+5
| | | | | | | | | | | | | | | | | | | * fixes #22065; do not search path for "./" * simplify * fixes * fixes * allow ".." * cleanup * add a test case * slightly modify the import * adds a changelog
* implements #21620: allowing to import multiple modules with shared names ↵Juan M Gómez2023-04-211-1/+1
| | | | (#21628)
* fixes #21496; Ambiguous calls compiles when module name are equal (#21500)ringabout2023-03-123-0/+11
* fixes #21496; Ambiguous calls compiles when module name are equal * add a test case