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

Handle cyclic imports and sources #632

Closed
EagleoutIce opened this issue Feb 2, 2024 · 0 comments · Fixed by #609
Closed

Handle cyclic imports and sources #632

EagleoutIce opened this issue Feb 2, 2024 · 0 comments · Fixed by #609
Assignees
Labels
dataflow Related to dataflow extraction enhancement New feature or request

Comments

@EagleoutIce
Copy link
Member

Even though we do not expect them to be frequent in reality, we need a way of handling cyclic and diamond like sources. While for source only the cyclic import:

# a.R
source("b.R")

# b.R
source("a.R")

by expecting to support library and other "loading mechanisms" it may be best to allow a handler if a file is requested an nth-time.

@EagleoutIce EagleoutIce added enhancement New feature or request dataflow Related to dataflow extraction labels Feb 2, 2024
@Ellpeck Ellpeck linked a pull request Feb 6, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataflow Related to dataflow extraction enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants