CLI Runtime environment setup/cleanup#100
Conversation
|
Hi @felixarntz I've setup a draft PR to review the changes here. I have the command working with the Runtime setup, however I think there is an opportunity to refactor some elements of the code here, in particular the latest additions to the Currently this uses the same logic found in the I wasn't sure how best to solve this but my current thinking is we could potentially move a lot of this logic over to the
Let me know your thoughts here. Thanks |
|
@jjgrainger Thanks for pointing those out! I agree with your points 1 and 3, it would be great if you could incorporate those changes. Regarding point 2, I'm not sure about that one yet, it doesn't seem as appropriate, although I also agree with you we should avoid the duplicate logic. Maybe for now let's keep that one as is (i.e. acknowledge that we'll for now have the duplicate logic for the "has runtime check" concept), and we can revisit this as part of the architecture review. |
|
Thanks @felixarntz I've made the updates for 1 and 3. This is now ready for review. |
felixarntz
left a comment
There was a problem hiding this comment.
@jjgrainger Mostly looks good including the refactoring, however a few things need to be fixed.
mukeshpanchal27
left a comment
There was a problem hiding this comment.
Thanks @jjgrainger, Left nit-pick.
| } | ||
|
|
||
| /** | ||
| * Check for a Runtime_Check in a list of checks |
There was a problem hiding this comment.
| * Check for a Runtime_Check in a list of checks | |
| * Checks for a Runtime_Check in a list of checks. |
|
I think this is close, I have some nicpics, otherwise this is looking good. |
spacedmonkey
left a comment
There was a problem hiding this comment.
Created a number of follow on issues. But this is good to merge now.
|
Thanks @spacedmonkey! |
Addresses acceptance criteria for #87
Closes #87