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

Does not open submodule's URL when running it from outside submodule directory #21

Open
rhysd opened this issue Apr 19, 2020 · 0 comments
Assignees
Labels
Projects

Comments

@rhysd
Copy link
Owner

rhysd commented Apr 19, 2020

Repro

git clone https://github.com/rhysd/wain.git
cd wain/spec-test
git brws ./wasm-testsuite/f32.wast

Expected

Open https://github.com/WebAssembly/testsuite/blob/xxx/globals.wast

Actual

Opened https://github.com/rhysd/wain/blob/xxx/spec-test/wasm-testsuite/f32.wast

Description

git-brws does not consider submodule. When opening file, running git command within the file's directory would solve this.

@rhysd rhysd added the bug label Apr 19, 2020
@rhysd rhysd self-assigned this Apr 19, 2020
@rhysd rhysd added this to Inbox in git-brws Apr 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

1 participant