Skip to content

Conversation

@SolidWallOfCode
Copy link
Member

@SolidWallOfCode SolidWallOfCode commented Oct 17, 2018

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 IntrusiveDList to the ts namespace.

@SolidWallOfCode SolidWallOfCode added this to the 9.0.0 milestone Oct 17, 2018
@SolidWallOfCode SolidWallOfCode self-assigned this Oct 17, 2018
ts::bwprint(name, "Item {}", i);
priv_list.append(new PrivateThing(name));
char buff[64];
// ts::bwprint(name, "Item {}", i);
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove commented out code?

Copy link
Member Author

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.

Copy link
Contributor

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.

@randall
Copy link
Contributor

randall commented Oct 18, 2018

Need a rebase for this.

@zwoop zwoop added the OnDocs This is for PR currently running, or will run, on the Docs ATS server label Oct 20, 2018
}

TEST_CASE("IntrusiveDList Example", "[libts][IntrusiveDList]")
TEST_CASE("IntrusiveDList Example", "[libswoc][IntrusiveDList]")
Copy link
Member

Choose a reason for hiding this comment

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

Is this intentional?

Copy link
Member Author

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.
@SolidWallOfCode SolidWallOfCode merged commit cac6211 into apache:master Oct 22, 2018
@zwoop zwoop removed OnDocs This is for PR currently running, or will run, on the Docs ATS server labels Feb 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants