Skip to content

Conversation

@quangnt
Copy link

@quangnt quangnt commented Jun 14, 2016

No description provided.

@quangnt quangnt force-pushed the fix-error-when-close-launched-application branch 3 times, most recently from 496ac5e to ef8b13b Compare June 14, 2016 11:54
@quangnt
Copy link
Author

quangnt commented Jun 14, 2016

@zelonght Implement new way as we discussed yesterday. Can you review?

children = this.Automator.Application.GetChildPrecesses(this.Automator.Application.GetProcessId());
if (children.Count == 0)
{
children = this.Automator.Application.GetAllPrecessesByName(this.Automator.Application.GetProcessName());
Copy link
Owner

Choose a reason for hiding this comment

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

GetAllPrecessesByName --> is this sure that this is the sub/child process ? Let's discuss this.

@quangnt quangnt force-pushed the fix-error-when-close-launched-application branch from ef8b13b to ff484ed Compare June 15, 2016 04:40
@quangnt
Copy link
Author

quangnt commented Jun 15, 2016

@zelonght Addressed comments. Can you review it again?

<Compile Include="CommandExecutors\NotImplementedExecutor.cs" />
<Compile Include="CommandExecutors\SwitchToWindowExecutor.cs" />
<Compile Include="CommandLineOptions.cs" />
<Compile Include="CommonHelpers\CommonHelpers.cs" />
Copy link
Owner

Choose a reason for hiding this comment

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

  1. There is already CommandHelpers we don't need to have CommonHelpers --> let's use what exists.
  2. CommonHelpers is too common and general, look at the author is doing, each helper must have its meaning (e.g. OSInfo.cs or BuildInfo.cs ==> Let's use something like TerminateApp.cs

@zelonght
Copy link
Owner

zelonght commented Jul 6, 2016

@quangnt Commit text please add the JIRA card too.

@zelonght
Copy link
Owner

zelonght commented Jul 6, 2016

@quangnt Review done, please address comments

@quangnt quangnt force-pushed the fix-error-when-close-launched-application branch from 516ea8d to 4ab296d Compare July 8, 2016 05:03
@quangnt
Copy link
Author

quangnt commented Jul 8, 2016

@zelonght @KhanhLanHuynh LT, addressed comments on this PR. Can you review?

@zelonght
Copy link
Owner

zelonght commented Jul 8, 2016

👍

@zelonght
Copy link
Owner

@KhanhLanHuynh @longk15t @phienpham Your turn to finalize this before new sprint start next week.

@longk15t
Copy link

@zelonght sure.

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.

4 participants