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

Update shell scripts to support Zsh, not only Bash #421

Closed
wants to merge 1 commit into from

Conversation

mattmazzola
Copy link
Contributor

@Mayankm96
Copy link
Contributor

Mayankm96 commented Aug 2, 2024

@mattmazzola Thanks a lot for this MR, and sorry for the delayed response. Is the fix in #707 sufficient?

@mattmazzola
Copy link
Contributor Author

Is the fix in #707 sufficient?

I am not sure. I switched back to Windows machine and stopped using Isaac Lab so I can't test anymore.
Also, it should be a maintainer who validates correctness of PRs not assumption by user.

I will close to avoid confusion. This was only intended to guide other to a fix

@mattmazzola mattmazzola closed this Aug 2, 2024
fatimaanes pushed a commit to fatimaanes/omniperf that referenced this pull request Aug 8, 2024
# Description

Adds string checking to the functions which accept path-types, casting
them to a `str` if they are not already. Closing isaac-sim#421 in favor of this
fix, see discussion for initial rationale. This solution is superior
because this addresses all of the changes, not just the one causing a
test to fail.

Fixes isaac-sim#420 

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./orbit.sh --format`
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] I have run all the tests with `./orbit.sh --test` and they pass
- [x] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

---------

Signed-off-by: AutonomousHansen <[email protected]>
iamdrfly pushed a commit to iamdrfly/IsaacLab that referenced this pull request Nov 21, 2024
# Description

Adds string checking to the functions which accept path-types, casting
them to a `str` if they are not already. Closing isaac-sim#421 in favor of this
fix, see discussion for initial rationale. This solution is superior
because this addresses all of the changes, not just the one causing a
test to fail.

Fixes isaac-sim#420 

## Type of change

- Bug fix (non-breaking change which fixes an issue)

## Checklist

- [x] I have run the [`pre-commit` checks](https://pre-commit.com/) with
`./orbit.sh --format`
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [x] I have run all the tests with `./orbit.sh --test` and they pass
- [x] I have updated the changelog and the corresponding version in the
extension's `config/extension.toml` file
- [x] I have added my name to the `CONTRIBUTORS.md` or my name already
exists there

---------

Signed-off-by: AutonomousHansen <[email protected]>
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.

2 participants