Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Extract examples from programmer's guide for testing #55

@FrederikHeber

Description

@FrederikHeber

Most of the examples are small code snippets inside the guide and not in external files as with the user guide.

There are two approaches:

  1. Extract snippets from a larger working piece through special comments in the code. Test the large piece.
  2. Combine small pieces to a large piece and test.

In case 2 the programmer's guide needs to rely on files (the created snippets) in the build folder.
In case 1 the test needs to combine the examples and the makefile needs to contain logic on how to combine them. This is not very maintainer-friendly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions