Kyle Meyer

Results 82 comments of Kyle Meyer
trafficstars

> Why is this refactoring not working? I didn't try anything with your example, so I don't know how exactly that fails but... > Does it have something to do...

> Can't we figure out which pip installed package provided that script (i.e. place `files:` entry with it within this package listing)? We get the associated files with `pip show...

There's no support for concurrent top-level jobs for a given working tree. I think moving away from that would be a substantial rework of the current logic. One possibility would...

> would the solution involving changing the `working_directory` also require ephemeral clones or those are two separate solutions? Separate (or at least I hope) > I'm happy help address the...

Thanks for the feedback. > I cannot run this code twice because I get a permissions error when copying the data over. Presumably you see the same error if you...

Both of your suggestions sound like good ideas to me. > smaller ask: chmod the remote file (if it exists) so it can be overwritten. I think it'd be fine...

Can't you spell that `sh -c '... $PWD ...'`? (That's not meant as an argument against any tweaks/enhancements to this handling.)

The length bit of test_no_heavy_imports fails. I'll take a look at what's being pulled in.

> The length bit of test_no_heavy_imports fails. I'll take a look at what's being pulled in. It was mostly what you'd expect by importing pyout at the top-level: diff of...

Marking this as WIP because I consider the issue @yarikoptic raises in #400 to be a blocker.