Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog:
Breaking
Luv.Resource.free_memory
andLuv.Resource.total_memory
now return options, in accordance with a clarification in libuv (Upgrade libuv to 1.45.0 aantron/luv#153).Luv.FS_event.start
can beNone
, in accordance with a clarification in libuv (Upgrade libuv to 1.47.0 aantron/luv#155).Luv.Time.timeval
(aantron/luv@dbd4e43).Additions
uv_cpumask_size
asLuv.System_info.cpumask_size
,uv_thread_setaffinity
asLuv.Thread.setaffinity
,uv_thread_getaffinity
asLuv.Thread.getaffinity
(Upgrade libuv to 1.45.0 aantron/luv#153).UV_ENODATA
as`ENODATA
(Upgrade libuv to 1.45.0 aantron/luv#153).uv_metrics_info
asLuv.Metrics.info
(Upgrade libuv to 1.45.0 aantron/luv#153).uv_thread_getcpu
asLuv.Thread.getcpu
(Upgrade libuv to 1.45.0 aantron/luv#153).uv_get_available_memory
asLuv.Resource.available_memory
(Upgrade libuv to 1.45.0 aantron/luv#153).uv_os_get_passwd2
as?uid
parameter ofLuv.Passwd.get_passwd
(Upgrade libuv to 1.45.0 aantron/luv#153).uv_os_get_group
asLuv.Passwd.get_group
(Upgrade libuv to 1.45.0 aantron/luv#153).uv_clock_gettime
asLuv.Time.clock_gettime
(Upgrade libuv to 1.45.0 aantron/luv#153).uv_pipe_bind2
anduv_pipe_connect2
as?no_truncate
parameters ofLuv.Pipe.bind
andLuv.Pipe.connect
(Upgrade libuv to 1.46.0 aantron/luv#154).EUNATCH
as`EUNATCH
(Upgrade libuv to 1.46.0 aantron/luv#154).Luv.String
(Upgrade libuv to 1.47.0 aantron/luv#155).uv_thread_setpriority
asLuv.Thread.setpriority
anduv_thread_getpriority
asLuv.Thread.getpriority
(Upgrade libuv to 1.48.0 aantron/luv#158).UV_PROCESS_WINDOWS_FILE_PATH_EXACT_NAME
as?windows_file_path_exact_name
parameter ofLuv.Process.spawn
(Upgrade libuv to 1.48.0 aantron/luv#158).