-
Notifications
You must be signed in to change notification settings - Fork 37
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
RuleSet into (ActiveRuleSet, RuleSet) based on their responsibility #336
Conversation
Create ActiveRuleSet and transplant current RuleSet to it.
Rename Action, Condition, Clause with ActiveAction, ActiveCondition, ActiveClause
@Chibikuri don't forget to merge the latest master |
Thanks, I did. |
filled addRule
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure the ConnectionManager::respondToRequest
is fine. it's time to refactor it.
Reviewed 1 of 23 files at r3, 8 of 74 files at r4, all commit messages.
Reviewable status: 9 of 107 files reviewed, 1 unresolved discussion (waiting on @Chibikuri and @zigen)
quisp/modules/QRSA/ConnectionManager/ConnectionManager.cc
line 335 at r4 (raw file):
* ... */ std::map<int, std::vector<std::unique_ptr<Rule>>> rules_array;
it's a map, but it's named an array...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's merge it, and then refactor it. we cannot do refactor in this PR
Reviewable status: 9 of 107 files reviewed, 1 unresolved discussion (waiting on @Chibikuri and @zigen)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 9 of 107 files reviewed, 1 unresolved discussion (waiting on @zigen)
quisp/modules/QRSA/ConnectionManager/ConnectionManager.cc
line 335 at r4 (raw file):
Previously, zigen (Kentaro "zigen" Teramoto) wrote…
it's a map, but it's named an array...
Done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it!
Reviewable status: 9 of 107 files reviewed, 1 unresolved discussion (waiting on @zigen)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 9 of 107 files reviewed, 1 unresolved discussion (waiting on @zigen)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I forgot to resolve the discussion.
Reviewable status: 9 of 107 files reviewed, all discussions resolved (waiting on @zigen)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 9 of 107 files reviewed, all discussions resolved (waiting on @zigen)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewed 29 of 85 files at r1, 3 of 23 files at r3, 65 of 74 files at r4, 1 of 1 files at r5, all commit messages.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @Chibikuri)
This change is![Reviewable](https://camo.githubusercontent.com/1541c4039185914e83657d3683ec25920c672c6c5c7ab4240ee7bff601adec0b/68747470733a2f2f72657669657761626c652e696f2f7265766965775f627574746f6e2e737667)