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

Ignore julia_library() function #70

Open
ahasverus opened this issue Nov 18, 2024 · 0 comments
Open

Ignore julia_library() function #70

ahasverus opened this issue Nov 18, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@ahasverus
Copy link
Member

Bug description

The function add_dependencies() detects Julia packages written as follow:

JuliaCall::julia_library("PANDA")

This is not an expected behaviour and the regex used to detect packages should be adapated. For ex. : "(^|\\s{1,})library"

@ahasverus ahasverus added the bug Something isn't working label Nov 18, 2024
@ahasverus ahasverus self-assigned this Nov 18, 2024
@ahasverus ahasverus changed the title Ignore Julia function Ignore julia_library() function Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant