summaryrefslogtreecommitdiffstats
path: root/tests/feature/source-embed/source-embed-2.slang
Commit message (Collapse)AuthorAge
* Source embedding for output (#2889)jsmall-nvidia2023-05-22
* #include an absolute path didn't work - because paths were taken to always be relative. * Fix typo. * Add options for source embedding. * Small improvements. * Working with tests. * Add check for supported language types for embedding. * Try and remove assume warning. * Fix warning on MacOSX. * Some extra checking around Style::Text. * Some small improvements to docs/handling for headers extensions. * Fix md issue. * Small fixes around zeroing partial last element. * Another small fix.... * Small improvement in hex conversion. * Add an assert for unsignedness.