BWindey

Results 7 issues of BWindey

When looking at the output of [dodona.be/notifications.json](https://dodona.be/notifications.json), I notice that the field "notifiable_url" does not contain a url, but a path (doesn't contain "https://dodona.be"). This is inconsistent with other json...

bug

Implements the `-e | --extra-filters` proposed in #70 . This will add the filter at the end of the program-set filters, because when testing with "negate" (#69 ), this seems...

Libc provides the `sscanf` (and family) to parse a string from a format to some variables. Basically the exact opposite of `printf`. As we have the C3 version of `printf`,...

Enhancement Request
Discussion needed
Stdlib

Currently it is not possible to split the expression and/or description of `@param`, `@return` and `@require` over multiple lines. It would be great if we could do something like: ```c...

The current DString implementation inside the standard library has the following methods: ```c3 fn void DString.append_chars(&self, String str); fn void DString.append_string(&self, DString str); ``` Based on the name however, one...

Enhancement Request
Stdlib
Fixed needs testing
Accepted

When creating a macro or function (same behaviour) with varargs and then a normal argument, the compiler gives an error from where the function is called, instead of on the...

Discussion needed

When control-clicking (or tapping with 3 fingers on the touchpad) on a link that goes to a different slide, you don't get taken to that slide in a new window,...