1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-07 04:30:18 +02:00
guile/module/system
Andy Wingo 96589bd303 Remove all deprecated code from Scheme files
* module/ice-9/boot-9.scm(symbol-property, set-symbol-property!)
(symbol-property-remove!): Remove.
* module/ice-9/boot-9.scm (make-record-type): Name must be symbol.
(record-constructor): Alias record-type-constructor.
(make-module): Require size to be zero.  Should fix this with keyword
args :/
(try-load-module): Inline definition of try-module-autoload.  Remove
try-module-autoload binding.
(make-soft-port): Add deprecation warning, so we can remove it
eventually.
* module/ice-9/save-stack.scm: Remove deprecation comment.
* module/ice-9/top-repl.scm:
* module/ice-9/threads.scm: Export instead of replace bindings.
* module/language/bytecode.scm: Remove instruction-arity et al.
* module/language/tree-il/analyze.scm: Remove deprecated
unbound-variable-analysis and macro-use-before-definition-analysis.
* module/rnrs.scm: Fix syntax-case export now that module and value
namespaces are separate.
* module/system/base/language.scm (invalidate-compilation-cache!):
Remove.
* module/system/base/language.scm (*current-language*): Remove.
2025-05-05 12:33:37 +02:00
..
base Remove all deprecated code from Scheme files 2025-05-05 12:33:37 +02:00
repl Better REPL behavior on syntax errors in meta commands. 2024-10-25 13:35:31 +02:00
vm Add ephemeron objects 2025-05-05 11:04:44 +02:00
finalizers.scm Add (system finalizers) 2025-05-02 16:03:13 +02:00
foreign-library.scm Improve DLL search strategy for load-foreign-library 2025-03-22 07:05:31 -07:00
foreign-object.scm Add (system finalizers) 2025-05-02 16:03:13 +02:00
foreign.scm Expose read-c-struct, write-c-struct syntax 2024-03-17 21:40:58 +01:00
syntax.scm Document syntax-sourcev 2021-03-09 20:50:08 +01:00
xref.scm Remove unnecessary module imports. 2023-02-24 16:49:00 +01:00