Re: [dev] [st] new xft branch (FreeType font rendering)
One thing I like about Go is how instead of breaking switches it has
explicit fallthrough. So this bug would have required the obviously
incorrect (pseudo-)code,
> case 'f':
> if(++i < argc) opt_font = argv[i];
> fallthrough;
> case 't':
> if(++i < argc) opt_title = argv[i];
cls
Received on Fri Jan 27 2012 - 14:23:34 CET
This archive was generated by hypermail 2.3.0
: Fri Jan 27 2012 - 14:36:03 CET