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

Implement StringList pop_back() #669

Open
gavv opened this issue Jan 4, 2024 · 3 comments
Open

Implement StringList pop_back() #669

gavv opened this issue Jan 4, 2024 · 3 comments
Assignees
Labels
easy hacks The solution is expected to be straightforward even if you are new to the project enhancement help wanted An important and awaited task but we have no human resources for it yet waiting reply

Comments

@gavv
Copy link
Member

gavv commented Jan 4, 2024

core::StringList has push_back() method.

It would be convenient to add complementary method:

void pop_back();

New method should be covered with tests.

@gavv gavv added easy hacks The solution is expected to be straightforward even if you are new to the project enhancement help wanted An important and awaited task but we have no human resources for it yet labels Jan 4, 2024
@gavv gavv added this to Frontlog in kanban board Jan 4, 2024
@gavv gavv moved this from Frontlog to Help wanted in kanban board Jan 4, 2024
@anurag10
Copy link

anurag10 commented Jan 6, 2024

I can pick this work item if it hasn't been picked yet. I am familiar with C++. However, I am new to open source contributions, so would request to let me know if I am miss on any
formal process.

@gavv
Copy link
Member Author

gavv commented Jan 6, 2024

Sure, you're welcome, thanks. You can take a look at this page: https://roc-streaming.org/toolkit/docs/development/contribution_guidelines.html

@gavv
Copy link
Member Author

gavv commented May 14, 2024

@anurag10 Hi, do you still have plans on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
easy hacks The solution is expected to be straightforward even if you are new to the project enhancement help wanted An important and awaited task but we have no human resources for it yet waiting reply
Projects
kanban board
Help wanted
Development

No branches or pull requests

2 participants