-
While poking around looking at something else, I tripped over this. A
set of files compiled without LTO has perfectly reasonable debug info,
in particular "main" shows a call-site for calling "foo" …
-
```c
static unsigned char *MQRspec_createFrame(int version)
{
unsigned char *frame, *p, *q;
int width;
int x, y;
width = mqrspecCapacity[version].width;
frame = (unsigned char *)malloc((…
-
This code shows `var` being unused and color-highlighted in gray.
```jl
function f(var)
rand() > 0.5 && (var = 1)
return var
end
```
It is however used.
-
```
$ raku -e '5 [&say] 6'
WARNINGS for -e:
Useless use of &say in sink context (line 1)
56
```
```
$ raku --version
Welcome to Rakudo(tm) v2021.05-14-g16eaa0693.
Implementing the Raku(tm) …
-
Hello. It is good to have your tool around.
I yesterday stumbled over a problem once i produced a typo:
trans -verbose -show-original Y -show-translation Y en=de unfulfilld
unfulfilld
unerfü…
-
This is a bug I found in the course of tracking down something else. It is illustrated by the testcase at https://github.com/specify/specify7/blob/44feeb42b6d229d31d2ca671a1954720193891b3/specifyweb/w…
-
```
class Foo {
public:
Foo();
void bar() [[clang::nonblocking]];
~Foo() [[clang::nonblocking]];
};
void Foo::bar() // no diagnostic
{
}
Foo::~Foo() // error: '~Foo' is missing …
-
738f838e6bb7ffc1104aeebf19a1829ef52fda4cc1934d49188ec1d80d330f4b
* stomped magic
* arm64 moduledata miss
* moduledata `bytes.Index` hits bogus bytes at start and doesn't try next match
* section…
-
It turns out that there's a _reason_ that `autoconf` insists that an `install-sh` script be provided: not only does `AC_PROG_INSTALL` fall back to it when no suitable install(1) is found, but `AC_PRO…
SamB updated
12 years ago
-
I have encountered trouble receiving remote calls after successfully joining from the iOS to the macOS cluster.
```
13:52:04 error [sact://Boguś@127.0.0.1:7337[1m/system/receptionist[0;0m][Operati…