Skip to content

Take variables introduces in for-statements into account #12

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

Closed
mads-hartmann opened this issue Mar 20, 2018 · 1 comment
Closed

Take variables introduces in for-statements into account #12

mads-hartmann opened this issue Mar 20, 2018 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@mads-hartmann
Copy link
Collaborator

Go to declaration at references to project doesn't work.

for project in $(ls ~/dev/${kind}); do
    path="${HOME}/dev/${kind}/${project}"
    echo "Checking project ${path}"
    # Check if there are any unpushed branches
    if is-git-repository; then
        cd "${path}" && git log --branches --not --remotes --no-walk --decorate --oneline
    fi
done
@mads-hartmann mads-hartmann added the bug Something isn't working label Mar 20, 2018
@mads-hartmann mads-hartmann self-assigned this Mar 20, 2018
@skovhus skovhus added the grammar bug Issues related to the bash grammar label Aug 2, 2018
@skovhus skovhus removed the grammar bug Issues related to the bash grammar label Nov 25, 2022
@skovhus
Copy link
Collaborator

skovhus commented Jan 2, 2023

Fixed in #653

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants