From b428b113b9b7bf521034747878b15672519356dd Mon Sep 17 00:00:00 2001 From: Endika Iglesias Date: Tue, 28 Jul 2026 01:30:11 +0200 Subject: [PATCH] feat(contributions): add the yaegi pull request --- src/data/contributions.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/data/contributions.ts b/src/data/contributions.ts index 49ab830..d16c0af 100644 --- a/src/data/contributions.ts +++ b/src/data/contributions.ts @@ -23,6 +23,17 @@ export const contributions: Contribution[] = [ }, state: "open", }, + { + repo: "traefik/yaegi", + emoji: "🐹", + stars: 8300, + pr: 1729, + desc: { + en: "A constant condition in an if or for statement crashed the interpreter instead of reporting a compile error, taking down any program embedding it.", + es: "Una condición constante en un if o un for tumbaba el intérprete en lugar de reportar un error de compilación, y se llevaba por delante al programa que lo incrusta.", + }, + state: "open", + }, { repo: "tobymao/sqlglot", emoji: "🧩",