Skip to content

Conversation

@muzimuzhi
Copy link
Member

  • 废弃的 \char_to_utfviii_bytes:n 改写为 \codepoint_str_generate:n,后者需要 l3kernel 2022-10-09
  • 废弃的 \tl_build_get:NN 简单替换为 \tl_build_get_intermediate:NN,后者需要 l3kernel 2023-12-14

需要兼容旧版 l3kernel 吗?

Copy link
Member

@qinglee qinglee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • 可以直接用 \codepoint_str_generate:n ,同时把 expl3 的版本警告提升一下
  • \tl_build_get_intermediate:NN 比较新,我倾向于用 \cs_if_exist_use:NTF 判断后使用

@muzimuzhi muzimuzhi force-pushed the refacter/deprecated-func branch 2 times, most recently from 686bcb6 to c2e0b81 Compare April 22, 2024 14:58
使用封装好的 \codepoint_str_generate:n {<codepoint>},2022-10-09 加入 l3kernel。
新命令 \tl_build_get_intermediate:NN 需要 l3kernel 2023-12-14;兼容旧版 expl3。
@muzimuzhi
Copy link
Member Author

muzimuzhi commented Apr 22, 2024

Rebase branch 顺便 squash commits,以包含 c4bd6b8 ,让我 fork 里的 CI 通过。(fork 里的 CI 由 push 触发、基于 commit/branch head,PR 里的 CI 由 pull_request 触发,基于虚拟的 merge commit。)

@muzimuzhi muzimuzhi force-pushed the refacter/deprecated-func branch from c2e0b81 to ca5d383 Compare April 22, 2024 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants