From 14157f07c3f22ab2b07d89a066149c42f6cc3ce7 Mon Sep 17 00:00:00 2001 From: Jonathan Matthews Date: Tue, 3 Sep 2024 13:33:14 +0100 Subject: [PATCH] internal/ci: /e/v0.11-list-arithmetic redirector 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 Change-Id: Ifb8ddf99356b97d41405cfd4f597bb02ab68872c --- hugo/layouts/index.redir | 1 + internal/ci/netlify/netlify.cue | 3 +++ 2 files changed, 4 insertions(+) diff --git a/hugo/layouts/index.redir b/hugo/layouts/index.redir index 49c30e330..4c6eff775 100644 --- a/hugo/layouts/index.redir +++ b/hugo/layouts/index.redir @@ -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! diff --git a/internal/ci/netlify/netlify.cue b/internal/ci/netlify/netlify.cue index f26f88812..e4569d146 100644 --- a/internal/ci/netlify/netlify.cue +++ b/internal/ci/netlify/netlify.cue @@ -183,6 +183,9 @@ config: #config & { }, { from: "/s/discord" to: "https://discord.gg/CBUzN6CrRa" + }, { + from: "/e/v0.11-list-arithmetic" + to: "/cl/1200221" }] }