Post Aw8fMzrQfxmBuy7GhE by [email protected] | |
More posts by [email protected] | |
Post #Aw8fMzrQfxmBuy7GhE by [email protected] | |
0 likes, 0 repeats | |
OpenZFS Bug Ported to ZigI went through the trouble of porting a code snippet, … | |
Post #Aw8fN00e7h9INYQd3w by [email protected] | |
0 likes, 1 repeats | |
@andrewrk Interesting. I see people complain about the unused variable checking… | |
Post #Aw9MyjkPKSA0yc4euG by [email protected] | |
0 likes, 1 repeats | |
@Albright @andrewrk same thought. Warnings like this should be errors in produc… | |
Post #AwWZAOH6enHxwPlpL6 by [email protected] | |
0 likes, 0 repeats | |
@andrewrk Your zig code is not a 1-to-1 port of the original function. You adde… | |
Post #AwWZAOOYD7FAJVFlwW by [email protected] | |
0 likes, 0 repeats | |
@ckafi @andrewrk yup, feels like a more "faithful" port would look li… | |
Post #AwWZAOUvpOLcdIErtA by [email protected] | |
0 likes, 0 repeats | |
@mdiluz @ckafi those vars stick out like a sore thumb. that's not how zig c… | |
Post #AwWZAZmLsxoncVTR4K by [email protected] | |
0 likes, 0 repeats | |
@andrewrk @ckafi Yup. Possible to make the same mistake, but so much less likel… | |
Post #AwWZAZvDM0uK3zcVsm by [email protected] | |
0 likes, 0 repeats | |
@mdiluz @andrewrk @ckafi being an automated tool, the goal of `zig translate-c`… | |
Post #AwWZAa1wwyIMOsltNg by [email protected] | |
0 likes, 0 repeats | |
@mlugg @andrewrk @ckafi yup, you'd hope so! |