1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-05 11:40:20 +02:00
guile/module
Andy Wingo 9ab8f3d807 tree-il-src is a vector, replaces tree-il-srcv
* module/language/tree-il.scm (tree-il-src): Always a vector now;
tree-il-srcv is gone.  An incompatible change but we are in the
compiler.
(location): For parse-tree-il, make vector locations instead of alists.
* module/language/tree-il/analyze.scm:
* module/language/tree-il/compile-bytecode.scm:
* module/language/tree-il/compile-cps.scm:
* module/language/tree-il/debug.scm:
* module/language/tree-il/letrectify.scm:
* module/language/tree-il/peval.scm:
* module/system/vm/assembler.scm: Update all uses to expect vectors
instead of alists and to use tree-il-src instead of tree-il-srcv.
* module/language/elisp/compile-tree-il.scm (location): Create vectors,
not alists.
* test-suite/tests/compiler.test ("psyntax"): Update syntax-source
expectation.
2025-05-12 13:45:21 +02:00
..
ice-9 Remove use of source properties in psyntax 2025-05-12 13:45:21 +02:00
language tree-il-src is a vector, replaces tree-il-srcv 2025-05-12 13:45:21 +02:00
oop Add ephemeron tables 2025-05-12 13:45:21 +02:00
rnrs Implement R6RS custom textual ports 2023-06-08 10:21:02 +02:00
scheme Update set of decimal zeroes for Unicode 15.1.0 2023-11-02 11:31:32 +01:00
scripts Deprecate object-properties in the main environment 2025-05-12 13:45:21 +02:00
srfi Deprecate object-properties in the main environment 2025-05-12 13:45:21 +02:00
sxml Fix typos in comments. 2025-02-28 09:58:29 +01:00
system tree-il-src is a vector, replaces tree-il-srcv 2025-05-12 13:45:21 +02:00
texinfo Fix typo in transform-string docstring 2025-03-20 13:36:58 -05:00
web Move make-object-property out to a module 2025-05-12 13:45:07 +02:00
Makefile.am Rework bootstrap to be reproducible 2022-02-01 14:50:40 +01:00
rnrs.scm Remove all deprecated code from Scheme files 2025-05-05 12:33:37 +02:00
statprof.scm Fix typos throughout codebase. 2024-05-06 11:51:53 +02:00
texinfo.scm texinfo: Add basic support for @w{...}. 2020-06-18 00:30:30 +02:00