mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-09 13:30:26 +02:00
* libguile/syntax.c (HAS_SOURCE_WORD_FLAG): Remove; all syntax objects now have a source word. (sourcev_to_props, props_to_sourcev): Remove. (scm_make_syntax): Require source to be a vector or #f. (scm_syntax_source): Just return source object. (scm_syntax_sourcev): Remove. * libguile/syntax.h: Remove scm_syntax_sourcev. * module/srfi/srfi-64.scm (syntax->source-properties): * module/system/base/types.scm (cell->object): * module/ice-9/boot-9.scm (case, current-source-location, current-filename) (define-module, load): Adapt for syntax-source returning a vector. * module/ice-9/psyntax-pp.scm: Regen. * module/ice-9/psyntax.scm: Rename uses of syntax-sourcev to syntax-source. * module/system/syntax.scm (syntax-sourcev): Add deprecated shim. (print-syntax): Use sourcev. * module/system/vm/assembler.scm (intern-constant): (link-data): Always write source word. * test-suite/tests/reader.test ("read-syntax"): Update expectation. |
||
---|---|---|
.. | ||
assembler.scm | ||
coverage.scm | ||
debug.scm | ||
disassembler.scm | ||
dwarf.scm | ||
elf.scm | ||
frame.scm | ||
inspect.scm | ||
linker.scm | ||
loader.scm | ||
program.scm | ||
trace.scm | ||
trap-state.scm | ||
traps.scm | ||
vm.scm |