Shengqi Chen
Shengqi Chen
CC: original authors @rlaager @FransUrbo, and maintainers @behlendorf @tonyhutter. What's your opinion on this?
> Now, it is not completely clear to my what the Debian GNU/Linux bug report actually mean. Do they mean that the first path example here, or the second, is...
AFAIK Linux starts to use `-std=gnu11` from 5.15. So I am curious why clang would complain that something "is a C11 feature".
@danielaparker The issue persists in the latest master commit (ce44fe675). You could try these steps to reproduce: - install `g++-i686-linux-gnu` in debian trixie - configure project by `CC=i686-linux-gnu-gcc CXX=i686-linux-gnu-g++ CXXFLAGS='-fstack-protector-strong...
@danielaparker Thank you for your investigation into this issue! I agree that this might be another false positive. So I will temporarily ignore these error when packaging for debian. We...
@danielaparker More nits after ignoring these errors: some unit tests failed on i686. The detailed logs can be retrieved from . Some lines that might be useful: ```text 3136s 1/1...
@phlf24 @gonsrm 有点奇怪,我在 macOS 26.1,Chrome 142.0.7444.176,使用 master 代码在开发模式下,不管怎么操作都不能复现问题。有可能是某些奇怪的状态损坏,是否按照 @Tbl0x7D6 的说法,清理相关网站的 cookie 有帮助?
Thank you all for the investigation @labarefo @stanleyguevara @JeremyCoutellec! I will leave this issue open until Samsung has fixed it to avoid further confusion.
> 如果限制 `footnote-numbering` 选项只在 `\documentclass` 中,可以简单地通过控制 `perpage` 参数实现。但如果要允许在 `\documentclass` 以外设置该选项,需要修改底层命令。 我觉得如果后者实现会比较脏,那么只允许前者也无妨。我刚也看了一下,可能主要问题在于会依赖 perpage 宏包的内部实现(比如名字),这样的话感觉比较脆弱
@dependabot rebase