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

Conversation

@avelanarius
Copy link
Member

In #945, a new ("extended") target configuration was introduced:

target:
  - a
  - b

instead of target: [a, b].

We still maintain compatibility with the old target configuration. However, we should educate users (in our docs) to use the new target configuration.

This PR replaces all, internal and external (docs), uses of old target configuration with the new ("extended") target configuration. A new test (TestTargetLegacyVariant) is added to make sure we still maintain compatibility with the old way of declaring targets.

In QuesmaOrg#945, a new ("extended") target configuration was introduced:

target:
  - a
  - b

instead of "target: [a, b]".

We still maintain compatibility with the old target configuration.
However, we should educate users (in our docs) to use the new target
configuration.

This PR replaces all, internal and external (docs), uses of old target
configuration with the new ("extended") target configuration.
A new test (TestTargetLegacyVariant) is added to make sure we still
maintain compatibility with the old way of declaring targets.
@avelanarius avelanarius force-pushed the new-targets-everywhere branch from d907c3c to 2de0d2f Compare November 20, 2024 10:29
@avelanarius avelanarius added this pull request to the merge queue Nov 20, 2024
github-merge-queue bot pushed a commit that referenced this pull request Nov 20, 2024
In #945, a new ("extended") target configuration was introduced:

```yaml
target:
  - a
  - b
```

instead of `target: [a, b]`.

We still maintain compatibility with the old target configuration.
However, we should educate users (in our docs) to use the new target
configuration.

This PR replaces all, internal and external (docs), uses of old target
configuration with the new ("extended") target configuration. A new test
(`TestTargetLegacyVariant`) is added to make sure we still maintain
compatibility with the old way of declaring targets.
@avelanarius avelanarius removed this pull request from the merge queue due to a manual request Nov 20, 2024
@avelanarius avelanarius added this pull request to the merge queue Nov 20, 2024
Merged via the queue into QuesmaOrg:main with commit 6b5c479 Nov 20, 2024
5 checks passed
@avelanarius avelanarius deleted the new-targets-everywhere branch November 20, 2024 12:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants