feat: integrated utils.condensePath into utils.which#259
feat: integrated utils.condensePath into utils.which#259kou029w wants to merge 1 commit intotabrindle:mainfrom
Conversation
fixed tabrindle#151 Removed `utils.condensePath` and updated all references to use the enhanced `utils.which`, which now replaces the home directory with ~. Updated and added tests to ensure functionality.
this is really a bad idea the way I see it. Can you revert this part. |
|
Thank you for your feedback. I understand your concern about replacing the home directory with ~. Could you please elaborate on the issues you foresee with this approach? My initial reasoning was to ensure consistency across various environments and to obscure user-specific paths. However, I am open to reverting this change if there are significant drawbacks. Looking forward to your detailed input so we can find the best solution. |
|
@gengjiawen |
fixed #151
Removed
utils.condensePathand updated all references to use the enhancedutils.which, which now replaces the home directory with ~. Updated and added tests to ensure functionality.