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

[[ -c /dev/null ]] fails in osh-cpp #1618

Closed
andychu opened this issue May 18, 2023 · 2 comments
Closed

[[ -c /dev/null ]] fails in osh-cpp #1618

andychu opened this issue May 18, 2023 · 2 comments

Comments

@andychu
Copy link
Contributor

andychu commented May 18, 2023

$ osh -c '[[ -c /dev/zero ]]'
osh: cpp/osh.cc:129: bool bool_stat::DoUnaryOp(id_kind_asdl::Id_t, Str*): Assertion `false' failed.

Originally posted by @akinomyoga in #1069 (comment)

@andychu
Copy link
Contributor Author

andychu commented May 18, 2023

Fixed this a couple days ago, it was a simple omission from C++

@andychu
Copy link
Contributor Author

andychu commented Jun 29, 2023

Released a few weeks ago - https://www.oilshell.org/blog/2023/06/release-0.16.0.html

@andychu andychu closed this as completed Jun 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant