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

[Env\parseCmdlineArguments] verify it's working right #305

Open
github-actions bot opened this issue Apr 29, 2021 · 5 comments
Open

[Env\parseCmdlineArguments] verify it's working right #305

github-actions bot opened this issue Apr 29, 2021 · 5 comments
Assignees
Labels
language Issues related to the language itself library Issues related to the standard library todo Automatically generated issues from TODOs in the code unit-test Unit tests vm Issues related to the Virtual Machine implementation

Comments

@github-actions
Copy link

[Env\parseCmdlineArguments] verify it's working right

# TODO(Env\parseCmdlineArguments) verify it's working right

            return newString(v)

# TODO(Env\parseCmdlineArguments) verify it's working right
#  labels: vm,library,language,unit-test
proc parseCmdlineArguments*(): ValueDict =
    result = initOrderedTable[string,Value]()
    var values: ValueArray = @[]
ndex cc3da81fb..36a777f5b 100644
++ b/src/vm/errors.nim

19df97b95c2f25070386dcdb604df1b942697ea4

@github-actions github-actions bot added language Issues related to the language itself library Issues related to the standard library todo Automatically generated issues from TODOs in the code unit-test Unit tests vm Issues related to the Virtual Machine implementation labels Apr 29, 2021
@stale
Copy link

stale bot commented Mar 18, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 18, 2022
@drkameleon drkameleon self-assigned this Jul 8, 2022
@stale stale bot removed the stale label Jul 8, 2022
@stale
Copy link

stale bot commented Mar 5, 2023

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Mar 5, 2023
@stale
Copy link

stale bot commented Jul 9, 2023

Closing issue as stale.

@stale stale bot closed this as completed Jul 9, 2023
@drkameleon drkameleon reopened this Nov 22, 2023
@stale stale bot removed the stale label Nov 22, 2023
Copy link

stale bot commented Jul 20, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Jul 20, 2024
Copy link

stale bot commented Nov 17, 2024

Closing issue as stale.

@stale stale bot closed this as completed Nov 17, 2024
@RickBarretto RickBarretto reopened this Jan 6, 2025
@stale stale bot removed the stale label Jan 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
language Issues related to the language itself library Issues related to the standard library todo Automatically generated issues from TODOs in the code unit-test Unit tests vm Issues related to the Virtual Machine implementation
Projects
None yet
Development

No branches or pull requests

2 participants