Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FOGL-8507 : Taken care of quotes and slash in asset name #1432

Open
wants to merge 19 commits into
base: develop
Choose a base branch
from

Conversation

gnandan
Copy link
Contributor

@gnandan gnandan commented Jul 29, 2024

No description provided.

Copy link
Contributor

@MarkRiddoch MarkRiddoch left a comment

Choose a reason for hiding this comment

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

What tests have been run against this branch?

@gnandan
Copy link
Contributor Author

gnandan commented Nov 22, 2024

What tests have been run against this branch?

I executed system tests, lab scripts using CI Jobs and did some manual testing. Please refer following sheet for detailed report https://docs.google.com/spreadsheets/d/1brHU_U5kCGqKkUxm5igvvu_SPYjmtuDHRDpIQxy3ZE8/edit?usp=sharing

@gnandan gnandan requested a review from MarkRiddoch November 22, 2024 14:19
Copy link
Contributor

@MarkRiddoch MarkRiddoch left a comment

Choose a reason for hiding this comment

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

We have a proliferation of escape routines, it woudl be good to consolidate them or at least make use of one already written.

* @param StringReplicate substitution string
*
*/
void replicate(std::string& StringToManage,
Copy link
Contributor

Choose a reason for hiding this comment

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

Replicate is a bad name for this. Probably replaceAll us better

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Here function is replicating a single character to double character. Also StringReplaceAll function is already there but will not work in this scenario. That's why I created new function. I will rename the function as StringReplaceAllEx to make it more intuitive.

@gnandan gnandan requested a review from MarkRiddoch December 2, 2024 13:53
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