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

Only warn about .data files when showing reports #3473

Merged
merged 2 commits into from
Jun 19, 2024

Conversation

djmitche
Copy link
Collaborator

@djmitche djmitche commented Jun 2, 2024

This avoids the warning appearing in shell completion, for example.

Fixes #3419.

This avoids the warning appearing in shell completion, for example.
@djmitche djmitche requested a review from ryneeverett June 8, 2024 23:19
Copy link
Collaborator

@ryneeverett ryneeverett left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand the code base well enough to give a technical review, but it strikes me as wrong if bash completion is calling open_replica.

src/commands/CmdCustom.cpp Outdated Show resolved Hide resolved
Co-authored-by: ryneeverett <ryneeverett@gmail.com>
@djmitche djmitche requested review from ryneeverett and felixschurk and removed request for ryneeverett June 10, 2024 17:48
@djmitche
Copy link
Collaborator Author

I don't understand the code base well enough to give a technical review, but it strikes me as wrong if bash completion is calling open_replica.

Yeah, this was also opening the TDB2 files. I'd expect a refactor here could help. But for the moment this fixes the user-visible bug.

@felixschurk felixschurk merged commit 24f56b6 into GothenburgBitFactory:develop Jun 19, 2024
13 checks passed
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.

Warnings leak into bash auto-completion
3 participants