|
|
|
|
|
by AdieuToLogic
3987 days ago
|
|
> Stupid simple mistake, but really hard to track down. There was no compiler error, the second tag failed silently, and the first tag worked, so it was really hard to find the bad code. IMHO, this is why encoding meta-information into strings fail in every incarnation I've experienced. For a retro example, we need look no further than the various data base libraries which place the SQL in strings. Bad things happen when the compiler is crippled by "tunneling" statements through strings. |
|