util: makeIssue.sh considers WORK_HOME#3466
Conversation
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
Signed-off-by: Vitor Bandeira <vvbandeira@precisioninno.com>
bcdae3e to
cc28ef3
Compare
oharboe
left a comment
There was a problem hiding this comment.
there seems to be a lot of drive by fixes here, but it us unclear what the motivation is and what is being solved.
This makes it hard to review this change: it is not a single concern.
I dont think creating lots of variables helps readability, unsure what the motivation is.
|
Also, there is very limited test coverage for all the use cases for make issue, so we should be wary of making changes unless we have a specific problem we are changing. We could add more automated testing.... |
The single goal of the PR is to make the Before this PR, whenever you set
The changes to
Not sure what variables you are referring to, but the goal of adding the variables that I added:
I need this feature because I have run into a situation where I don't have write access to
If you can describe in detail the other use cases that the current |
oharboe
left a comment
There was a problem hiding this comment.
no further comments, I will try it once merged, didnt review in detail, would need to try it.
|
I am ok with waiting for you to test. This is not a huge blocker at the moment. |
I am sure it will work, I will try it out of the docker image, so merging makes testing quicker. |
Currently, make issues are always saved at
<git_root>/flow, even when WORK_HOME is set to somewhere else, this PR makes the make issue behave the same as other generated files like logs, reports, objects, etc