Skip to content

fix: let runtime detection handle LUALIB filename#1606

Merged
hishamhm merged 1 commit intomasterfrom
fix-905
Feb 20, 2024
Merged

fix: let runtime detection handle LUALIB filename#1606
hishamhm merged 1 commit intomasterfrom
fix-905

Conversation

@hishamhm
Copy link
Member

This should be more flexible than hardcoding a value that may become incorrect once people reconfigure their LuaRocks to point to another Lua distribution, especially on Windows.

Fixes #905.

This should be more flexible than hardcoding a value that
may become incorrect once people reconfigure their LuaRocks
to point to another Lua distribution, especially on Windows.

Fixes #905.
@codecov-commenter
Copy link

codecov-commenter commented Feb 19, 2024

Codecov Report

Attention: 14 lines in your changes are missing coverage. Please review.

Comparison is base (272921b) 77.75% compared to head (6d89355) 83.20%.
Report is 9 commits behind head on master.

❗ Current head 6d89355 differs from pull request most recent head 773d07c. Consider uploading reports for the commit 773d07c to get more accurate results

Files Patch % Lines
src/luarocks/build.lua 22.22% 7 Missing ⚠️
src/luarocks/core/cfg.lua 77.77% 2 Missing ⚠️
src/luarocks/build/builtin.lua 88.88% 1 Missing ⚠️
src/luarocks/cmd.lua 0.00% 1 Missing ⚠️
src/luarocks/cmd/config.lua 90.00% 1 Missing ⚠️
src/luarocks/cmd/lint.lua 50.00% 1 Missing ⚠️
src/luarocks/deps.lua 97.56% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1606      +/-   ##
==========================================
+ Coverage   77.75%   83.20%   +5.44%     
==========================================
  Files          90       95       +5     
  Lines       11686    12417     +731     
==========================================
+ Hits         9087    10332    +1245     
+ Misses       2599     2085     -514     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

Luarocks can't install library

2 participants