freenode/#clasp - IRC Chatlog
Search
15:45:05
drmeister
It's amazing that I could get something fundamental like that so wrong (using a runtime stack) that still worked 99.999999% of the time.
15:45:37
Bike
well returning from an inner function is fairly rare to start with, let alone those twisty scenarios
15:48:02
drmeister
In block/return-from where the return-from is in a nested function the block has to close over some unique value that the return-from has access to so that the stack can be unwound properly.
17:27:19
frgo
drmeister: Please see: https://github.com/dg1sbg/clasp/tree/ext-rti-dds/extensions/rti-dds - is that ok for you re publishing / communication about this extension?
18:33:05
frgo
drmeister: Q: Why don't I see -D flags defines with cfg.define() when the scraper runs? - How do I add to DEFINES as in https://github.com/dg1sbg/clasp/blob/dev/wscript#L1387 ? Thx for having a look at this ...
18:54:51
drmeister
They don't get added as -D command line options. They get added to a header file by waf and that gets included in the source code.
20:05:00
frgo
drmeister: Thx. I need to have defines active when the scraper runs. I assume I need to add to "DEFINES" as then used in https://github.com/dg1sbg/clasp/blob/dev/wscript#L1387 - do you happen to know how to do this?