Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

chore: add uv error constants #142

Closed
wants to merge 2 commits into from
Closed

Conversation

mikesmithgh
Copy link

Hey @folke, I was looking at some of your lazy.nvim code and discovered uv 🙂. Learning a lot from your dev work.

I noticed errno is missing and added the values by running errono -ls on my Mac. I also added UNKOWN because I saw that when I inspected the uv.errno table.

This has the same issue as constants in that the errno can change depending on the system, unix vs windows.

Reference: https://docs.libuv.org/en/v1.x/errors.html#error-constants

@folke
Copy link
Owner

folke commented Mar 15, 2023

Hi! That file is automatically fetched from the https://github.com/Bilal2453/luvit-meta repo, so would be better to open a PR there. Once it's merged it will be automatically picked up by neodev.

@mikesmithgh
Copy link
Author

ahh Magic 😂 I'll open it there, thanks!

@mikesmithgh
Copy link
Author

Bilal2453/luvit-meta#2 merged and pulled into neodev 👍

@folke
Copy link
Owner

folke commented Mar 17, 2023

@mikesmithgh great! Thanks!

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

Successfully merging this pull request may close these issues.

2 participants