Bryce Adelstein Lelbach aka wash

Results 90 issues of 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...

enhancement

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,...

enhancement

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...

enhancement
status: wip

type: enhancement
P0: must have
compiler: nvc++

### 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...

type: enhancement
P1: should have

I believe this should be doable, and would resolve a lot of namespace confusion.

type: enhancement
P2: nice to have
release: breaking change
backend: CUDA

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...

P1: should have