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

rule schema key #48

Draft
wants to merge 123 commits into
base: develop
Choose a base branch
from
Draft

rule schema key #48

wants to merge 123 commits into from

Conversation

mcakircali
Copy link
Contributor

No description provided.

implements ctor for 1-,2-,3-level split key chains
[skip-ci]
cleanup and add missing
reworked it to behave more like an iterator
@mcakircali mcakircali marked this pull request as draft November 11, 2024 14:32
Comment on lines +50 to 54
options_.push_back(
new SimpleOption<bool>("porcelain",
"Streamlined and stable output. Useful as input for other tools or scripts."
"Incompatible with options: location, timestamp, and length"));
options_.push_back(new SimpleOption<bool>("json", "Output available fields in JSON form"));
Copy link
Contributor

Choose a reason for hiding this comment

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

Since you already updated the doc: This also needs to mention the interaction of --json with --porcelain and the resulting incompatibilities

Comment on lines +93 to +95
fdb5::ListIterator list(const fdb5::FDBToolRequest& /* request */, const int level) override {
counts_.list += 1;
ASSERT(level == 3);
Copy link
Contributor

Choose a reason for hiding this comment

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

That seems odd, why take a param and assert its 3?

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