Skip to content

Conversation

@anthony-chu
Copy link
Member

Copy link
Member

@drewbrokke drewbrokke left a comment

Choose a reason for hiding this comment

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

@anthony-chu overall looking good, just a couple comments here.

BladeTestResults bladeTestResults = TestUtil.runBlade(
baseDir, _extensionsDir, false, args2.toArray(new String[0]));

File workspaceDir2 = new File(baseDir.getPath() + File.separator + workspaceName2);
Copy link
Member

Choose a reason for hiding this comment

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

I'm a bit confused about the relationship between the workspaceName parameter, workspaceName1 var, and workspaceName2 var. Is there a way we can make this a little clearer?

bladeTestResults.getErrors(
).contains(
"blade does not support initializing a workspace inside of another workspace."
));
Copy link
Member

Choose a reason for hiding this comment

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

SF: let's avoid chaining here.

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