From 269ac9f46ef2ac927c892b126f58c2245e32d0a0 Mon Sep 17 00:00:00 2001 From: Ribbon Date: Sun, 8 Jun 2025 12:24:04 -0300 Subject: [PATCH] Fix a typo in the ristretto recipe name and update TODOs --- recipes/wip/dev/ide/asm-lsp/recipe.toml | 2 +- recipes/wip/dev/lang/python312/recipe.toml | 2 +- recipes/wip/dev/lang/{ristrettto => ristretto}/recipe.toml | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename recipes/wip/dev/lang/{ristrettto => ristretto}/recipe.toml (100%) diff --git a/recipes/wip/dev/ide/asm-lsp/recipe.toml b/recipes/wip/dev/ide/asm-lsp/recipe.toml index 2ac7e7ccc..843262e6b 100644 --- a/recipes/wip/dev/ide/asm-lsp/recipe.toml +++ b/recipes/wip/dev/ide/asm-lsp/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO linking error [source] git = "https://github.com/bergercookie/asm-lsp" [build] diff --git a/recipes/wip/dev/lang/python312/recipe.toml b/recipes/wip/dev/lang/python312/recipe.toml index 598eef14a..e53fb2c00 100644 --- a/recipes/wip/dev/lang/python312/recipe.toml +++ b/recipes/wip/dev/lang/python312/recipe.toml @@ -1,4 +1,4 @@ -#TODO not compiled or tested +#TODO finish it based on the python310 recipe [source] tar = "https://www.python.org/ftp/python/3.12.0/Python-3.12.0.tar.xz" [build] diff --git a/recipes/wip/dev/lang/ristrettto/recipe.toml b/recipes/wip/dev/lang/ristretto/recipe.toml similarity index 100% rename from recipes/wip/dev/lang/ristrettto/recipe.toml rename to recipes/wip/dev/lang/ristretto/recipe.toml