Skip to content

Commit

Permalink
internal/ci: /e/v0.11-list-arithmetic redirector
Browse files Browse the repository at this point in the history
This adds a redirection from /e/v0.11-list-arithmetic to the CL that's
prompting its addition by removing list arithmetic operators from the
language's implementation.

The /e/ prefix is intended for use in links in cmd/cue error messages.

The target of this specific redirection will be updated in a later
commit, alongside the FAQ page that's being written to explain the
language change.

Preview-Path: /e/v0.11-list-arithmetic
Preview-Path: /e/v0.11-list-arithmetic/
Signed-off-by: Jonathan Matthews <[email protected]>
Change-Id: Ifb8ddf99356b97d41405cfd4f597bb02ab68872c
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cuelang.org/+/1200585
TryBot-Result: CUEcueckoo <[email protected]>
Reviewed-by: Daniel Martí <[email protected]>
  • Loading branch information
jpluscplusm authored and mvdan committed Sep 3, 2024
1 parent 4c4d19d commit 5659008
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions hugo/layouts/index.redir
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ https://cue.netlify.com/* https://cuelang.org/:splat 301!
/docs/tutorials/tour/packages /docs/tour/packages/ 301!
/s/slack https://join.slack.com/t/cuelang/shared_invite/enQtNzQwODc3NzYzNTA0LTAxNWQwZGU2YWFiOWFiOWQ4MjVjNGQ2ZTNlMmIxODc4MDVjMDg5YmIyOTMyMjQ2MTkzMTU5ZjA1OGE0OGE1NmE 302!
/s/discord https://discord.gg/CBUzN6CrRa 302!
/e/v0.11-list-arithmetic /cl/1200221 302!
3 changes: 3 additions & 0 deletions internal/ci/netlify/netlify.cue
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,9 @@ config: #config & {
}, {
from: "/s/discord"
to: "https://discord.gg/CBUzN6CrRa"
}, {
from: "/e/v0.11-list-arithmetic"
to: "/cl/1200221"
}]
}

Expand Down

0 comments on commit 5659008

Please sign in to comment.