]> Repositorios git - scryer-prolog.git/commit
make Fixnum::build_with harder to accidentally misuse
authorBennet Bleßmann <[email protected]>
Wed, 22 Jan 2025 20:10:44 +0000 (21:10 +0100)
committerMark Thom <[email protected]>
Tue, 8 Jul 2025 05:39:34 +0000 (22:39 -0700)
commitcbdd0fbf150c68126d5f2cccf13badc3c38cc1ce
tree102cd97fbeba3f0320adb18774ce1c8f7194e2b9
parent87ca083cfab811bfd755e22b55a0ac02f36b2bc6
make Fixnum::build_with harder to accidentally misuse
change trait bound order for better
19 files changed:
src/arena.rs
src/arithmetic.rs
src/forms.rs
src/functor_macro.rs
src/heap_print.rs
src/indexing.rs
src/machine/arithmetic_ops.rs
src/machine/attributed_variables.rs
src/machine/dispatch.rs
src/machine/loader.rs
src/machine/machine_state.rs
src/machine/machine_state_impl.rs
src/machine/mod.rs
src/machine/system_calls.rs
src/macros.rs
src/parser/ast.rs
src/parser/lexer.rs
src/parser/parser.rs
src/types.rs