Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions src/data/contributions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: "🧩",
Expand Down
Loading