Jason R. Coombs

Results 1062 comments of Jason R. Coombs

> I'm not aware of this hitting any real world users, so I consider this a theoretical problem... I'm pretty sure I'm going to hit this as a real-world user....

> What matters to me is effectively handling the majority of typical use cases, providing a small but meaningful level of additional capability compared to the traditional `.pth` file approach....

> I'm not clear from your description whether this Coherent system is intended to be tied to its own build backend, or if it's intended to work with arbitrary build...

> I guess one solution for you is to simply implement your own editable install hook, That's definitely an option, and something I wanted to consider after making sure there...

In #35 and #36, I've drafted a couple of possible approaches.

> The documentation has [a whole section](https://editables.readthedocs.io/en/latest/use-cases.html) on supported use cases. I believe the section on "Project directory installed under an explicit package name" covers what you're talking about. If...

The aforementioned example shows a problem with the namespace in two different Python paths, but another problem arises even with everything installed on the same Python path. If `ns.pkgA` and...

> Your test is testing how you think the method works, rather than how it actually does work... Wow! Okay. I had considered that possibility, but I was 95% sure...

I'll be honest, I don't fully understand this problem yet, but since the distinguishing factor seems to be whether Python was launched under xonsh or not. I'm using the stock...

The issue seems related to https://github.com/microsoft/vscode/issues/78639, as I do get the scrollback when launching Python using `\Python312\Python.exe` (even under xonsh), just not when using `py -3.12` (or similar). So the...