Nikita Popov
Nikita Popov
Namespaces are mostly handled statically (same as in PHP), i.e. names are resolved as far as possible using the current namespace and alias table. For unqualified calls and constant lookups...
Part of this issue here is that not all the debug output was printed. I've committed https://github.com/ircmaxell/PHP-Yacc/commit/7eb75d16ac1b0fda06739adfb525e9a538e5294b to fix that issue. That will probably get rid of large parts of...
To get the full debug output, it's also necessary to build kmyacc with `-DDEBUG=1`.
Could someone please run `cargo -v` and then repeat the rustc command with `-C save-temps` and share the bitcode files?
In that case, what is the recommended way of using the `getCommand()` return value in a type-safe way? What I'm currently doing is basically this: ``` $command = $getOpt->getCommand(); if...
Closing this as declined, as the alternative proposal #543 has been accepted.
@rustbot second I think the discussion on https://github.com/rust-lang/compiler-team/issues/548 has converged towards this option instead (see in particular the last comment). Assuming there is infra capacity, I don't think there is...
Still an issue with LLVM 16.
Godbolt: https://godbolt.org/z/MoYTvb9qW Still an issue with LLVM 17.