Skip to content
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

fix: use robust way to create path #521

Merged
merged 4 commits into from
Sep 10, 2023
Merged

Conversation

delphinus
Copy link
Contributor

The current build creates outfile such as c:\path\to/plenary'. It has mixed separators with ` and /, so io.open failes in Windows. This makes plenary.log work in Windows.

This makes it work in Windows.
lua/plenary/log.lua Outdated Show resolved Hide resolved
@Conni2461
Copy link
Collaborator

thanks, can you also fix ci? i merged something which no longer had a CI job attached to it

@delphinus
Copy link
Contributor Author

hmm... Why this CI check failed? The warning seems for the fix ./lua/plenary/popup/init.lua in #513, but I cannot find any abnormality in it.

@Conni2461
Copy link
Collaborator

I'll take a look at this, thanks for the PR :)

@Conni2461 Conni2461 merged commit 0232372 into nvim-lua:master Sep 10, 2023
6 checks passed
@marceldev89
Copy link
Contributor

Seems like this broke a few plugins using plenary's logging because the .log part of the path has been removed 😢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants