Joe Eli McIlvain
Joe Eli McIlvain
I don't understand what you mean - can you post a full example? Today, I can use auto-recovery to call methods of an `iso` field without juggling in a new...
The "simple variable" requirement only applies to the receiver in the rules we discussed above, not the argument. It's true that my example did not use a literal variable as...
So both the receiver and all arguments that follow the auto-recovered argument need to be a "simple" expression requiring no evaluation, but it seems that the auto-recovered argument itself can...
For reference, these were the compilation errors that I saw, which were fixed by these changes: ``` /home/jemc/Documents/codex/MEC/mec-kontrol/api/KontrolModel.cpp: In member function ‘std::shared_ptr Kontrol::KontrolModel::getRack(const Kontrol::EntityId&) const’: /home/jemc/Documents/codex/MEC/mec-kontrol/api/KontrolModel.cpp:87:38: error: expected unqualified-id before...
For reference, this is my `clang --version`: ``` > clang --version Ubuntu clang version 18.1.3 (1ubuntu1) Target: x86_64-pc-linux-gnu Thread model: posix InstalledDir: /usr/bin ```
@Praetonus - I thought I would run this one by you. Seems to be an unexpected edge case that we're hitting in the boxing code.
Looks good to me.
Sean and I discussed this today. I think it makes sense to get rid of the `gnu` builds if they're in the way. It's easy enough for anyone who wants...
As discussed before and in other PRs, we're mainly concerned with the checking whether something compiles or not (and a regular expression match for the error message in the expected-not-to-compile...
> What to do with the non-pony files? As discussed in the previous PR, please leave those ones out of the code-samples subdirectory - leave out anything we don't plan...