-
Notifications
You must be signed in to change notification settings - Fork 848
YAML: LibSWOC IntrusiveDList update. #4424
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
YAML: LibSWOC IntrusiveDList update. #4424
Conversation
836b120 to
8a9badc
Compare
| ts::bwprint(name, "Item {}", i); | ||
| priv_list.append(new PrivateThing(name)); | ||
| char buff[64]; | ||
| // ts::bwprint(name, "Item {}", i); |
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.
Remove commented out code?
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.
No, unfortunately. Because I'm bringing this back in pieces, rather than one massive PR, I need to break some internal dependencies. That's what the commented code is. I plan to restore it when I bring in the pieces on which it depends.
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.
ok. that makes more sense.
|
Need a rebase for this. |
8a9badc to
abc9c9c
Compare
| } | ||
|
|
||
| TEST_CASE("IntrusiveDList Example", "[libts][IntrusiveDList]") | ||
| TEST_CASE("IntrusiveDList Example", "[libswoc][IntrusiveDList]") |
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.
Is this intentional?
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.
No, I missed that one. Sigh.
Move to 'ts' namespace, make plugin accessible, add some additional link support.
abc9c9c to
f11eab6
Compare
This is the start of backporting the necessary infrastructure updates to ATS to support Canned-YAML. The current full change list is here.
Nothing major, but a number of minor fixes. This also moves
IntrusiveDListto thetsnamespace.