Mitch Kyle

Results 14 comments of Mitch Kyle

I'm not sure why this fails in phantom it works on my machine :confused:. Any ideas?

Oh no problem, do what you have to do. 👍 I've heard of the assignment process, I can see about getting that done in the next few days

I don't have a working printer or scanner to fulfill gnu's archaic business processes and it's not worth it to me at this point. I wrote this freely for this...

Reopened to be merged whenever appropriate

Adding an empty `src/a/__init__.lpy` fixes case 2 but not case 1

A simple way around the module hierarchy might be to append something like `.__ns__` to the module name of all basilisp modules. That should prevent namespace files from clashing with...

Another approach could be to defer the evaluation of the namespace until it's needed. There could be implications for how much can be compiled ahead of time but the result...

I just posted this patch #959 it's based on the LazyLoader of `importlib`. I still have to get it working on windows but it's a proof of concept for lazy...

https://github.com/metosin/malli/tree/master/src/malli https://github.com/lambdaisland/kaocha/tree/main/src/kaocha It's typical for scheme packages to be organized with parent module being split into smaller submodules. same as with python. I think two problems are being conflated: 1....

Just tested with latest and it looks solved. You were correct, the issue was with cli and not the importer your patch #960 solves this issue. Sorry for being difficult...