Skip to content

Commit 6c2f0c6

Browse files
committed
feat(contributions): add the yaegi pull request
1 parent a74ea46 commit 6c2f0c6

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

src/data/contributions.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,17 @@ export const contributions: Contribution[] = [
2323
},
2424
state: "open",
2525
},
26+
{
27+
repo: "traefik/yaegi",
28+
emoji: "🐹",
29+
stars: 8300,
30+
pr: 1729,
31+
desc: {
32+
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.",
33+
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.",
34+
},
35+
state: "open",
36+
},
2637
{
2738
repo: "tobymao/sqlglot",
2839
emoji: "🧩",

0 commit comments

Comments
 (0)