2024-11-18 16:20:32 -06:00
|
|
|
|
---
|
2025-03-13 21:59:39 -07:00
|
|
|
|
source: kcl-lib/src/simulation_tests.rs
|
2024-11-18 16:20:32 -06:00
|
|
|
|
description: Error from executing import_cycle1.kcl
|
|
|
|
|
---
|
2024-12-07 07:16:04 +13:00
|
|
|
|
KCL ImportCycle error
|
2024-11-25 17:28:57 -06:00
|
|
|
|
|
2024-12-07 07:16:04 +13:00
|
|
|
|
× import cycle: circular import of modules is not allowed: tests/
|
|
|
|
|
│ import_cycle1/import_cycle2.kcl -> tests/import_cycle1/import_cycle3.kcl
|
2025-01-28 15:43:39 -08:00
|
|
|
|
│ -> tests/import_cycle1/input.kcl
|
2025-01-29 16:26:49 -08:00
|
|
|
|
╭─[2:1]
|
|
|
|
|
1 │ @settings(defaultLengthUnit = in)
|
|
|
|
|
2 │ import two from "import_cycle2.kcl"
|
2025-02-26 19:29:59 -08:00
|
|
|
|
· ─────────────────┬─────────────────
|
|
|
|
|
· ╰── tests/import_cycle1/input.kcl
|
2025-01-29 16:26:49 -08:00
|
|
|
|
3 │
|
2024-11-25 17:28:57 -06:00
|
|
|
|
╰────
|