Skip to content

Commit

Permalink
📝 Inline Ruby string expansion documentation
Browse files Browse the repository at this point in the history
(Forgot to update Mixins documentation)
  • Loading branch information
mkarlesky committed May 23, 2024
1 parent 56696c2 commit 5d68f3d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/CeedlingPacket.md
Original file line number Diff line number Diff line change
Expand Up @@ -2015,6 +2015,8 @@ Each subsection is optional.
section) and as a lookup name among Ceedling’s built-in mixins
(currently none).

Enabled entries support [inline Ruby string expansion][inline-ruby-string-expansion].

**Default**: `[]`

* `:load_paths`
Expand All @@ -2029,6 +2031,8 @@ Each subsection is optional.

Both mixin names in the `:enabled` list (above) and on the command
line via `--mixin` flag use this list of load paths for searches.

Load paths entries support [inline Ruby string expansion][inline-ruby-string-expansion].

**Default**: `[]`

Expand Down Expand Up @@ -2185,6 +2189,7 @@ string generated by a command line utility.

#### Project file sections that offer inline Ruby string expansion

* `:mixins`
* `:environment`
* `:paths` plus any second tier configuration key name ending in `_path` or
`_paths`
Expand Down Expand Up @@ -2421,6 +2426,8 @@ This section of a project configuration file is documented in the
* A `:mixins` section in a Ceedling configuration is entirely filtered out of
the resulting configuration. That is, it is unavailable for use by plugins
and will not be present in any output from `ceedling dumpconfig`.
* A `:mixins` section supports [inline Ruby string expansion][inline-ruby-string-expansion].
See the full documetation on Mixins for details.

## `:test_build` Configuring a test build

Expand Down

0 comments on commit 5d68f3d

Please sign in to comment.