You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 4, 2019. It is now read-only.
sgrep -lang php -e 'X ? Y : Z' test.php will produce a result while sgrep -lang c -e 'X ? Y : Z' test.c does not. Any ideas why this would be happening? I'm not really familiar with OCaml, so I haven't dug into the source much.
The text was updated successfully, but these errors were encountered:
Thank you for reporting this issue and appreciate your patience. We've notified the core team for an update on this issue. We're looking for a response within the next 30 days or the issue may be closed.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Consider the C and PHP source files below.
sgrep -lang php -e 'X ? Y : Z' test.php
will produce a result whilesgrep -lang c -e 'X ? Y : Z' test.c
does not. Any ideas why this would be happening? I'm not really familiar with OCaml, so I haven't dug into the source much.The text was updated successfully, but these errors were encountered: