Skip to content

Conversation

@mayanje
Copy link
Contributor

@mayanje mayanje commented Oct 13, 2021

No description provided.

@mayanje mayanje requested review from fm-117 and smedilol October 13, 2021 15:16
@mayanje mayanje self-assigned this Oct 13, 2021
@trafico-bot trafico-bot bot added the 🔍 Ready for Review Pull Request is not reviewed yet label Oct 13, 2021
@trafico-bot trafico-bot bot added ⚠️ Changes requested Pull Request needs changes before it can be reviewed again and removed 🔍 Ready for Review Pull Request is not reviewed yet labels Oct 13, 2021
@trafico-bot trafico-bot bot added 🔍 Ready for Review Pull Request is not reviewed yet and removed ⚠️ Changes requested Pull Request needs changes before it can be reviewed again labels Oct 14, 2021
@mayanje mayanje requested a review from fm-117 October 14, 2021 08:17
Comment on lines +176 to +185
//----------------------------------------------------------
// We need to review this mechanism with RTC.
// Because actually it produces bad results and it will
// be clarified with RTC specifications. (see TFS 117645)
//----------------------------------------------------------
//missingCopiesParam.Copies = lookup[false].ToList();
//missingCopiesParam.CpyCopies = lookup[true].ToList();
//----------------------------------------------------------
missingCopiesParam.Copies = copiesName;
missingCopiesParam.CpyCopies = new List<string>();
Copy link
Contributor

Choose a reason for hiding this comment

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

Copying the discussion from closed #2048, so as to continue it here.

@fm-117
It may produce bad results but it is not related to this issue. I don't see any null refs in the original code so maybe revert this and create a dedicated issue ?

@mayanje
The fact is that, this is not compatible with current CobolEditorEI version that's all, so I was not able to test. And in the current version of CobolEditorEI, this concept does not work,

@smedilol
Ok, but what about #1975 that request this change. Is it still needed or not ?

@mayanje
You are right, it was supposed to be an alternative in editor, but even with that the algorithm suggested in TFS 117645 is not good, so we need to refer to new specification in our internal R 387225.

Does it need to be changed right away ? Couldn't it be adressed in a separate isssue ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did that to stay compatible with the current CobolEditorEI in beta in RDz4EI 7.2, but issue 117645 is reopened and we just received real specification for R 38722 today.

@mayanje mayanje requested a review from fm-117 October 15, 2021 10:03
Copy link
Contributor

@fm-117 fm-117 left a comment

Choose a reason for hiding this comment

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

I'm ok with the NRE fixes but we'll have to do a better clean up on the subject of Copies/CpyCopies in the notification.

@trafico-bot trafico-bot bot removed the 🔍 Ready for Review Pull Request is not reviewed yet label Oct 15, 2021
@mayanje
Copy link
Contributor Author

mayanje commented Oct 15, 2021

@fm-117 just be patient, it will start soon.

@mayanje mayanje merged commit e2893cc into develop Oct 19, 2021
@trafico-bot trafico-bot bot added the ✨ Merged Pull Request has been merged successfully label Oct 19, 2021
@mayanje mayanje mentioned this pull request Oct 19, 2021
@fm-117 fm-117 deleted the 2046_Fix_NPE branch November 18, 2022 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

✨ Merged Pull Request has been merged successfully

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants