Skip to content

Machine section#57

Merged
erthalion merged 1 commit intomainfrom
feature/machine-section
Apr 20, 2026
Merged

Machine section#57
erthalion merged 1 commit intomainfrom
feature/machine-section

Conversation

@erthalion
Copy link
Copy Markdown
Collaborator

Add machine section for preparing the testing environment. E.g.:

machine {
  // start a dummy echo server
  server(8080);

  // ensure directory exists
  path("/tmp/data")
}

Copy link
Copy Markdown
Contributor

@ovalenti ovalenti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parsing logic is a bit blurry for me, but I could make sense of the rest.

@erthalion erthalion force-pushed the feature/machine-section branch from 2f2a571 to d9ffb88 Compare April 17, 2026 16:56
@erthalion erthalion merged commit bc9a937 into main Apr 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants