Hi, Bruce Korb <bk...@gnu.org> skribis:
> On 01/04/12 13:17, Ludovic Courtès wrote: >> If the users files are evaluated rather than compiled/loaded, this is >> not a problem: > > I do *all* guile processing via the ag_scm_c_eval_string_from_file_line > function. [...] >> Could you check whether this is the case? > > So it is the case. So this is good news: it means you only have to modify your own code without worrying about your users’ code (modulo the fact that modifying literals is still a bad idea, as others pointed out.) BTW, were you able to find a stripped-down example that reproduces the ‘string-upcase’ problem? Thanks, Ludo’.