-
-
Notifications
You must be signed in to change notification settings - Fork 856
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move from telescope/path
to plenary/path
#387
Comments
Yes, this is a good idea. At the time, Should be OK now to use anywhere, since I switched impl in plenary.path. |
I'm trying to take this on... I see that in |
We can add it to plenary.path if it's not available there currently. |
I searched through plenary.path and didn't find anything related to separator. I'll just switch everything else for now and leave path.lua there until plenary is updated. |
The other thing I don't see in plenary.path is an equivalent to |
There is I would suggest you working on both at the same time. Like trying to replace something with plenary.path and when its missing there copy it over. So we end up with one PR per project. There are also a lot of things used all over the place. E.g. we have |
@Conni2461 Thanks! |
As far as I can tell, I've gotten this working. The one thing I noticed: there are extensions that require |
I kinda wanna remove the file. If its only frecency we could ask sunjon to update it the second we merge the PR. |
Will do |
I am consistently getting the following error when I run tests. Does anyone know what it means? I'm struggling to make anything out of it. I'm also questioning whether it has anything to do with the changes I've been since I've gotten it when running tests on a clean version of the code. Functionality-wise, everything seems to be working fine.
|
Is the plenary version you are working on based on the current master? |
I think everything from
telescope.path
can already be found inplenary.path
so we should use that module instead and removetelescope.path
The text was updated successfully, but these errors were encountered: