-
-
Notifications
You must be signed in to change notification settings - Fork 724
Add Lua rockspec package handler for LuaRocks dependencies #4743
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
Open
SLASH217
wants to merge
19
commits into
aboutcode-org:develop
Choose a base branch
from
SLASH217:support_rockspec
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f9324f8
Add RockspecHandler base and parser
af15759
Implement parser logic in handler
d106e92
Add unit tests for RockspecHandler
dc4fc99
Integrate RockspecHandler into __init__
99cd99f
Fix dead documentation links
3b359de
Fix luaparser version specifier #3526
9a0cd5f
Add LuaRocks rockspec package handler to plugins list.
4103a81
Fix auto-formatter changes in .txt file
d7b5fbd
Fix auto-formatter changes in .txt file
0dad109
Fix updated docstrings to be clear and concise.
7a5e0ba
Add todo for parsing build table.
9463a8b
Add test file source links.
d7eef6c
Fix remove unparsed modules from test files
d8a00e5
Add transitive dependencies of luaparser
0d11d04
Fix unpin luaparser dependency
f2eb2d7
Fix tests to follow scancode format
21ca2ff
Fix auto-formatter changes in .txt file
d891a79
Fix plugins_list for formatter mistakes
c843ee1
Missed one /n causing the ci/cd to fail
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| antlr4-python3-runtime == 4.13.2 | ||
| attrs==25.4.0 | ||
| babel==2.17.0 | ||
| banal==1.0.6 | ||
|
|
@@ -42,8 +43,10 @@ jsonstreams==0.6.0 | |
| keyring==23.7.0 | ||
| license-expression==30.4.4 | ||
| lxml==6.0.2 | ||
| luaparser==4.0.0 | ||
|
AyanSinhaMahapatra marked this conversation as resolved.
|
||
| MarkupSafe==3.0.3 | ||
| more-itertools==10.8.0 | ||
| multimethod==2.0.2 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. scanned the new dependencies, looks safe to add |
||
| multiregex==2.0.3 | ||
| normality==2.6.1 | ||
| openpyxl==3.0.10 | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.