mshafer-NI

Results 7 comments of mshafer-NI

@jacobnlsn, were you able to make any progress on this?

> | @jacobnlsn, were you able to make any progress on this? > > No I was not unfortunately. Ok, thank you for the quick response. I'm investigating picking this...

Well, my investigation for the day has ended with "the core functionality and enabling the CI is doable, but now there's lots of assuming Posix in the tests"... -> https://github.com/mshafer-NI/pex/commits/add_windows_ci

> Hi all, checking in on the status of this... E.g., has there been an attempt to get Pex to run manually on a simple example, before trying to get...

> It might make sense to first try and get something really simple like > `$ python -m pex ansicolor -o dummy.pex` whelp, looks like there are more places to...

> BTW are you working off latest `main` branch? I merged main into the branch to start (so latest as of 4/15) > Also, not sure if you've already hit...

@allburov, @barneygale, I took a swing at using the pathlib-abc, but it's erroring on ``` from artifactory import ArtifactoryPath .tox/py39/lib/python3.9/site-packages/artifactory.py:1490: in class ArtifactoryPath(pathlib.Path, PureArtifactoryPath): /pyenv/versions/3.9.18/lib/python3.9/abc.py:106: in __new__ cls = super().__new__(mcls,...