Jump to conversation
Unresolved conversations (0)
Nice work!

Nice work!

All of your conversations have been resolved.

Resolved conversations (2)
@ximion ximion Jun 3, 2022
With the `g_ascii_strtoll` change from below, I would rephrase this as ``` A `memory` item must only contain a non-zero integer value, depicting a system memory size in mebibyte (MiB) ```
Outdated
src/as-validator-issue-tag.h
@ximion ximion Jun 3, 2022
Instead of this loop you could also just do a `if (g_ascii_strtoll (content, NULL, 10) == 0)`, that would be quite a bit more readable.
Outdated
src/as-validator.c
ximion JakobDev