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

v retry do not stop parsing after -- #23468

Closed
felipensp opened this issue Jan 14, 2025 · 2 comments
Closed

v retry do not stop parsing after -- #23468

felipensp opened this issue Jan 14, 2025 · 2 comments
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@felipensp
Copy link
Member

felipensp commented Jan 14, 2025

Describe the bug

E.g. v retry -- git clone -b development

Produces

Unknown V backend: development
Valid -backend choices are: c, go, interpret, js, js_node, js_browser, js_freestanding, native, wasm

Reproduction Steps

v retry -- git clone -b development`

Expected Behavior

git error

Current Behavior

Unknown V backend: development
Valid -backend choices are: c, go, interpret, js, js_node, js_browser, js_freestanding, native, wasm

Possible Solution

No response

Additional Information/Context

No response

V version

master

Environment details (OS name and version, etc.)

V full version V 0.4.9 ac71f9e.514a9a7
OS linux, Ubuntu 24.04.1 LTS (WSL 2)
Processor 8 cpus, 64bit, little endian, Intel(R) Core(TM) i5-8365U CPU @ 1.60GHz
Memory 5.05GB/7.67GB
V executable /home/felipe/v/v
V last modified time 2025-01-14 18:57:02
V home dir OK, value: /home/felipe/v
VMODULES OK, value: /home/felipe/.vmodules
VTMP OK, value: /tmp/v_1000
Current working dir OK, value: /home/felipe/v
Git version git version 2.43.0
V git status weekly.2025.1-49-g37e4bc8c (1 commit(s) behind V master)
.git/config present true
cc version cc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
gcc version gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
clang version Ubuntu clang version 18.1.3 (1ubuntu1)
tcc version tcc version 0.9.28rc 2024-07-31 HEAD@1cee0908 (x86_64 Linux)
tcc git status thirdparty-linux-amd64 0134e9b9
emcc version N/A
glibc version ldd (Ubuntu GLIBC 2.39-0ubuntu8.3) 2.39

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

@felipensp felipensp added the Bug This tag is applied to issues which reports bugs. label Jan 14, 2025
@felipensp felipensp changed the title v retry do not stop parsing after -- git clone -b development v retry do not stop parsing after -- Jan 14, 2025
Copy link

Connected to Huly®: V_0.6-21898

@felipensp
Copy link
Member Author

Fixed by #23470

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

No branches or pull requests

1 participant