Bryce Adelstein Lelbach aka wash
Bryce Adelstein Lelbach aka wash
Inja has three constructs which query names that may possibly not exists. * `default`, which takes the name as a name, e.g. `default(x)` not `default("x")`. If a string is provided...
Today: * Leading whitespace control (e.g. `{{- }}`, `{{%- %}`, `{#- #}`) only strips leading whitespaces until either a non-whitespace character, an Inja construct, or the start of the line,...
I'm running into an odd issue where `--version` doesn't print anything out when run in our thin docker container. Other flags that output diagnostics, like `--help`, don't seem to have...
Today, we're unable to get the fully qualified names of a wide variety of C++ entities that Doxygen models as members - functions, enums, typedefs, variables, etc. These things all...
I needed this because we generate our own HTML anchor ids and need to match what Doxybook expects and fills in the JSON "url" fields with.
In this theme, a page with a parent and a grand parent (e.g. a 3rd-level child) have links to the parent at the top of the page. Imagine a structure...
### Original Comment Note that this requires us to sort out fetching the libcu++ headers in Thrust/CUB internal builds. ### 2022-04-26: @allisonvacanti Update The libcu++ dependency will be merged soon...
I believe this should be doable, and would resolve a lot of namespace confusion.
It seems we do not do this. It'd probably be a good idea. We could potentially add it to one of the list of tests types - maybe removing another...