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

Reorganize visitor/mapper code #283

Closed
JonoYang opened this issue Feb 5, 2024 · 2 comments
Closed

Reorganize visitor/mapper code #283

JonoYang opened this issue Feb 5, 2024 · 2 comments

Comments

@JonoYang
Copy link
Contributor

JonoYang commented Feb 5, 2024

Currently we are putting code for the on-demand/priority queue in with the visitor code. It would be better if we separated the code. We should also decide which term we want to use for the on-demand/priority queue, since we use both currently. It is also worth considering if we want to merge the visitor and mapper code as well.

JonoYang added a commit that referenced this issue Feb 6, 2024
JonoYang added a commit that referenced this issue Feb 6, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang added a commit that referenced this issue Feb 17, 2024
JonoYang added a commit that referenced this issue Feb 17, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang added a commit that referenced this issue Feb 20, 2024
JonoYang added a commit that referenced this issue Feb 20, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang added a commit that referenced this issue Feb 22, 2024
JonoYang added a commit that referenced this issue Feb 22, 2024
Signed-off-by: Jono Yang <[email protected]>
JonoYang added a commit that referenced this issue Feb 27, 2024
JonoYang added a commit that referenced this issue Feb 27, 2024
Signed-off-by: Jono Yang <[email protected]>
@pombredanne
Copy link
Contributor

See also #521

@JonoYang
Copy link
Contributor Author

The visitors and mappers have been merged into a single module named miners.

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

No branches or pull requests

2 participants