-
Notifications
You must be signed in to change notification settings - Fork 18k
proposal: More Type-Safe File Handling #142
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
Labels
Comments
Hmm, it looks like the necessary interfaces already exist in the "io" package. Also, my desired behavior can be emulated simply by typing declaring "f" as "var f io.ReadCloser" in my example and using the appropriate functions from "io". So, this proposal isn't really necessary. Please close it. Sorry for any inconvenience. |
mwhudson
pushed a commit
to mwhudson/go
that referenced
this issue
May 22, 2015
Also alow more CMP variants. CMP $0, ZR eb1f03ff negs xzr, xzr CMP $5890452, ZR 1800019b ldr w27, 0x00000034 eb1b03ff negs xzr, x27 CMP ZR, ZR eb1f03ff negs xzr, xzr CMP R1, ZR eb0103ff negs xzr, x1 CMP ZR, R3 eb1f007f cmp x3, xzr CMP ZR, RSP eb3f63ff cmp sp, xzr CMP $0, RSP eb3f63ff cmp sp, xzr CMP $452, RSP f10713ff cmp sp, #0x1c4 CMP ZR, RSP eb3f63ff cmp sp, xzr CMP R1, RSP eb2163f cmp sp, x1 These are illegal: CMP RSP, ZR CMP RSP, R1 Fixes golang#142 Fixes golang#143
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by vomjom:
The text was updated successfully, but these errors were encountered: