Len Woodward
Len Woodward
I wonder if the easier way to determine `isRunningGlobally()` is to just search the `base_path` for `'composerHome' | '.composer'` instead of using `str_starts_with` and passing `getGlobalComposerHome`.
It seems like `composerHome` is a non-standard directory name. https://github.com/composer/composer/blob/main/src/Composer/Factory.php#L45
Thx a ton for this work! I'll hack on it this week and tag a new release
> I also can't think of any reason why this wouldn't be backwards compatible. Only thing that jumped out at me is that the new snippet replaces the old one,...
I've actually never even heard of pushd/popd I'm gonna have to look those up, haha
I think I've got most of our bugs squashed, and the test suite is passing again, but I haven't really set up a test for this specific use case, so...
I think the reason I'm holding off on this is that a real-world use I can see is git worktrees. If someone is using that feature in order to have...
So a work tree allows you to install the repo into an empty folder like using the `bare` flag. Then in your work trees directory each checked out branch has...
That's a really interesting edgecase that I'd never even considered. Do you have time to throw together a quick and dirty proof of concept pr? If not, that's ok
That's awesome, @Alexxosipov! I'm glad you're enjoying it too! I was hoping to get @pindab0ter's PR merged last week, but my whole family got pretty sick, and then this week...