Slashscreen
Slashscreen
just to cover my bases, I restarted and tried to log in twice. Same result. If it's important, the DE I logged into that works was KDE.
me, no.
It does look like the string class has a char* of some sort. But I suppose I would have to expose it as its own class for using the API...
I see. Alright, if I have any more questions, I will return.
Looks like I need to write tests. Also, I think my `count_custom` implementation using reduce is problematic. I can hand-roll it, or remove it entirely.
Where are tests for `sort_custom` written?
@AThousandShips resolved. Good catch. Also realized that `_count_reduce` wouldn't have actually done anything, so I fixed that. A few remaining questions: - Where should I put tests for these? -...
> > Where should I put tests for these? > > Here `tests/core/variant/test_array.h` > > Once you've fixed the callable argument issue we can see what the doc things are...
I've added the tests, and fixed the bind method. Good catch. Makes sense that that failed.
Sorry, I caught a typo.