Query
Wednesday 29 March 2017
2017-03-29 16:58:42 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/docode.c (+3/-6)(9 lines)
branch: 8.1
Compiler: Make do_code_block() reentrant.
do_code_block() can be called recursively during constant expression
evaluation via eval_low(). Eg the expression
Module["String"]
can cause the module Module.String to be compiled.
Fixes fatal "Reentrance in do_code_block().".
Friday 20 August 1999
1999-08-20 07:04:01 (2 decades ago) by Martin Stjernholm <mast@lysator.liu.se>
- pike/src/testsuite.in (cvsrev: 1.191) (+6/-3)(9 lines)
branch: 7.9
Check that array["string"] works now instead..
Tuesday 17 August 1999
1999-08-17 04:17:57 (2 decades ago) by Martin Stjernholm <mast@lysator.liu.se>
- pike/src/testsuite.in (cvsrev: 1.188) (+4/-8)(12 lines)
branch: 7.9
Check that array["string"] fails.