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

issue#508 rudimentary bug fix #512

Closed
wants to merge 2 commits into from
Closed

Conversation

Shakil582
Copy link

@Shakil582 Shakil582 commented Mar 18, 2024

I've never made a pull request for a github repo, this is my first open source contribution and also a rust noob.

That being said what's happening here is that we are using first as the limit but we don't remove the unused groups from the list of tasks so we are grabbing the first task which is from g1 but it won't get printed when it tries to print only the used groups.

@Shakil582
Copy link
Author

Just realized I should remove the print_single_group and rename print_all_groups and just call that since the groups are being filtered out now. Will do it later today.

@Nukesor
Copy link
Owner

Nukesor commented Mar 20, 2024

This changes only fixes the problem, while removing another feature.

I created another MR for this fix over here, which includes tests and incorporates the filter logic into the query.. #513

Could you try and check whether this fixes your problem :)?

@Nukesor Nukesor closed this Mar 20, 2024
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.

2 participants