Commit Graph

2 Commits

Author SHA1 Message Date
Dylan Baker 57c59d3b99 modules/icestorm: fix type annotations
This is also due to the incorrect annotations of state.find_program()
2023-01-10 09:53:22 -08:00
Dylan Baker a78992dd81 interpreter: move handling of module stability to interpreter
Thanks to `ModuleInfo`, all modules are just named `foo.py` instead of
`unstable_foo.py`, which simplifies the import method a bit. This also
allows for accurate FeatureNew/FeatureDeprecated use, as we know when
the module was added and if/when it was stabilized.
2022-08-17 16:25:36 -04:00