|
|
|
|
|
by pombreda
383 days ago
|
|
Yeah, I added generic as an escape hatch, but this should be only used by exception, e.g., a crutch. An abused crutch. Eventually, let's fix this first for C/C++: https://github.com/aboutcode-org/www.aboutcode.org/issues/30 And based on that approach we can either:
1. create new, sensible types as needed
2. and/or maintain a last resort open registry of generic types at least so we get some sanity in the process. |
|