Hacker News new | ask | show | jobs
by theacodes 1249 days ago
As the person who implemented the -t flag and knows the horrendously sharp edge cases that it fails on, all I can say is bless your heart.
2 comments

I'd be curious to know what they are, as I'm interested in giving the -t flag a try myself.
Please do elaborate before digging my own grave, thanks :D
I did some looking around, and it sounds like it fails to work correctly with namespace packages. Something about the way you have to add them to the path leads to them being later in the path, so there could be times where they don't get found because something earlier in the path gets used instead.