I mean… don’t use eval from inside macros. It’s almost never what you want to do. Hard to know what you’re trying to do, but I’d highly recommend avoiding this problem altogether by avoiding eval in macros.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Use of eval in closed module and "incremental compilation may be broken" | 5 | 1276 | October 18, 2019 | |
Evaluation into the closed module `__anon__` breaks incremental compilation because the side effects will not be permanent | 1 | 820 | October 25, 2021 | |
Evaluation into closed module - what's wrong? | 3 | 371 | May 22, 2024 | |
Precompilation error when evaling into a module in the __init__ function | 3 | 80 | March 22, 2025 | |
I get errors when using module | 3 | 131 | February 3, 2025 |