Skip to content

Commit

Permalink
docs: Add warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Jan 6, 2025
1 parent 4fa218d commit d7011f7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions website/blog/2025-01-06_moon-v1.31.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,15 @@ the concept of the platform, and renaming everything to toolchain. The following
- Deprecated the `--platform` option for `moon query tasks`, use `--toolchain` instead.
- Deprecated the `$taskPlatform` token, use `$taskToolchain` instead.

:::warning

On the surface these two features look the same, but internally they are quite different. We've done
our best to support backwards compatibility, but there may be some edge cases that our testing suite
did not cover. If you run into any problems, mainly tasks being associated with the wrong toolchain,
please report an issue!

:::

## Run tasks using glob-based targets

This has been a request from the community for sometime, as it fills a gap that running multiple
Expand Down Expand Up @@ -67,8 +76,8 @@ keeping it simple and sticking to `*`, `[]`, and `{}`.

:::info

Be sure to quote targets with glob syntax, otherwise your shell native glob expansion may trigger
instead, or fail with an error.
Be sure to quote targets that contain glob syntax, otherwise your shell native glob expansion may
trigger instead, or your shell may fail with an error.

:::

Expand Down

0 comments on commit d7011f7

Please sign in to comment.