-
-
Notifications
You must be signed in to change notification settings - Fork 432
Migrate to OsPath #3046
Copy link
Copy link
Open
Labels
performanceIssues about memory consumption, responsiveness, etc.Issues about memory consumption, responsiveness, etc.type: enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
performanceIssues about memory consumption, responsiveness, etc.Issues about memory consumption, responsiveness, etc.type: enhancementNew feature or requestNew feature or request
We have a better alternative to FilePath now. See: https://hasufell.github.io/posts/2022-06-29-fixing-haskell-filepaths.html
What we should do:
NormalizedFilePathtoNormalizedOsPathafter the issue in lsp to support OsPath Migrate to OsPath lsp#445 is solved. Profiling it to make sure the performance improves.FilePathtoOsPathHowever, this can not be done until
ghc-9.6is released (ships the newfilepathlibrary), or all ghc shipped libraries are available on Hackage.