pr-git.navicore.tech-navicore-456 #458

Merged
navicore merged 3 commits from pr-git.navicore.tech-navicore-456 into main 2026-05-05 19:13:50 +00:00
Owner
No description provided.
Remove deprecated io.read-line+ builtin
Some checks failed
CI - Linux / CI - Linux x86_64 (pull_request) Failing after 7s
0fc3a8b9e0
Covers full end-to-end removal:
- ast/program.rs: remove name registration entry
- builtins/io.rs: remove builtin! sig and docs.insert entry
- codegen/runtime/stdio.rs: remove LLVM declare and symbol mapping
- runtime/io.rs: remove patch_seq_read_line_plus function and its pub use
- runtime/lib.rs: remove re-export of read_line_plus

Closes #455
Remove orphaned doc comment from deleted patch_seq_read_line_plus
Some checks failed
CI - Linux / CI - Linux x86_64 (pull_request) Failing after 7s
b7a324b850
Lines 166-179 were the function-level docstring for the removed
patch_seq_read_line_plus function. They survived the deletion and got
attached to READ_N_MAX_BYTES, producing broken cargo doc output.
fmt
All checks were successful
CI - Linux / CI - Linux x86_64 (pull_request) Successful in 4m22s
2551bfb432
navicore deleted branch pr-git.navicore.tech-navicore-456 2026-05-05 19:13:50 +00:00
Sign in to join this conversation.
No description provided.