1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +02:00
guile/module/language
Mark H Weaver 458ae248ab psyntax: Generate identifiers in a deterministic fashion.
Fixes <http://bugs.gnu.org/20272>.

* module/ice-9/boot-9.scm (module-generate-unique-id!)
(module-gensym): New procedures.
(module): Add 'next-unique-id' field.
(the-root-module): Inherit 'next-unique-id' value from early stub.
(make-module, make-autoload-interface): Adjust calls to
module-constructor.
* module/ice-9/psyntax.scm (gen-label, new-mark): Generate unique
identifiers from the module name and the per-module unique-id.
(build-lexical-var, generate-temporaries): Use
'module-gensym' instead of 'gensym'.
* module/ice-9/psyntax-pp.scm: Regenerate.
* module/language/tree-il/fix-letrec.scm (fix-letrec!): Use
'module-gensym' instead of 'gensym'.
* module/system/base/syntax.scm (define-record): Likewise.
(transform-record): Likewise.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-12-30 21:58:44 +01:00
..
assembly Add 'for-humans?' flag to <language> specifications. 2013-01-27 10:16:40 -05:00
brainfuck Fix brainfuck comment 2013-12-02 19:03:50 +01:00
bytecode Add 'for-humans?' flag to <language> specifications. 2013-01-27 10:16:40 -05:00
ecmascript ecmascript: Fix conversion to boolean for non-numbers. 2013-01-26 19:18:31 +01:00
elisp Placate a number of `syntax-check' verifications. 2012-01-05 23:38:10 +01:00
glil remove language/glil/decompile-assembly.scm 2013-02-24 15:50:09 +01:00
objcode Add 'for-humans?' flag to <language> specifications. 2013-01-27 10:16:40 -05:00
scheme Decompiler: fix handling of empty 'case-lambda' expressions. 2013-08-07 05:54:15 -04:00
tree-il psyntax: Generate identifiers in a deterministic fashion. 2016-12-30 21:58:44 +01:00
value Add 'for-humans?' flag to <language> specifications. 2013-01-27 10:16:40 -05:00
assembly.scm silly "optimization" in (language assembly) 2011-05-05 11:43:12 +02:00
glil.scm prompt handlers are always inline 2010-02-19 15:30:34 +01:00
objcode.scm Change Guile license to LGPLv3+ 2009-06-17 00:22:09 +01:00
tree-il.scm allow case-lambda expressions with no clauses 2013-03-09 11:16:31 +01:00