nomad-software / tkd

GUI toolkit for the D programming language based on Tcl/Tk
MIT License
117 stars 16 forks source link

Statically check for args before trying to use format #30

Closed callumenator closed 9 years ago

callumenator commented 9 years ago

As before, I don't know if this is actually what you want to do, but something like it is needed to avoid the orphan format specifier thing.

nomad-software commented 9 years ago

Yes i get you. I've decided to implement this myself as i can change some other stuff around too while i'm at it. See what you think: https://github.com/nomad-software/tkd/commit/3551d2ef5900ae9594dc3a176bd82d9d5ead54bd

callumenator commented 9 years ago

Yep works fine.