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

Add a list-based stack implementation #40

Merged
merged 6 commits into from
Mar 13, 2024
Merged

Conversation

muqiuhan
Copy link
Contributor

In this PR I implemented a Stack based on the existing List in the standard library.

@muqiuhan
Copy link
Contributor Author

The reason why cla-check failed is that before the first commit, I failed to authorize github due to network problems. Now it has been successful:

image

@Lampese
Copy link
Collaborator

Lampese commented Mar 10, 2024

The reason why cla-check failed is that before the first commit, I failed to authorize github due to network problems. Now it has been successful:

image

You could update your branch(for example submit a new commit or merge main branch) to refersh the check.

@muqiuhan
Copy link
Contributor Author

You could update your branch(for example submit a new commit or merge main branch) to refersh the check.

The two commits 1e5165c and ed99e83 were submitted after successfully authorizing github, but they still failed after triggering cla-check.

@lijunchen
Copy link
Contributor

Did you click the agree button after logging in? @muqiuhan

@muqiuhan
Copy link
Contributor Author

Did you click the agree button after logging in? @muqiuhan

Thank you for your reply. After logging in again, cla-check has now passed.

stack/stack.mbt Outdated Show resolved Hide resolved
stack/stack.mbt Outdated Show resolved Hide resolved
stack/stack.mbt Outdated Show resolved Hide resolved
list/list.mbt Outdated Show resolved Hide resolved
@muqiuhan muqiuhan requested a review from Yoorkin March 12, 2024 10:19
@Yoorkin
Copy link
Collaborator

Yoorkin commented Mar 13, 2024

LGTM, I will do a rebase before merging.

@Yoorkin Yoorkin merged commit 396005e into moonbitlang:main Mar 13, 2024
3 checks passed
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.

4 participants