From 62d2e7b7728a5a0ecc4a58abfd31d183f9f1bc01 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 30 Jan 2025 11:59:47 +0100 Subject: [PATCH 1/3] Update packages.json Added errorcodes as a package. --- packages.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/packages.json b/packages.json index 58fcb788..ccc2f85f 100644 --- a/packages.json +++ b/packages.json @@ -34553,5 +34553,14 @@ "description": "A collection of cryptographic and non-cryptographic hashing routines which have been ported to native Nim", "license": "MIT", "web": "https://github.com/IcedQuinn/icedhash" + }, + { + "name": "errorcodes", + "url": "https://github.com/nim-lang/errorcodes.git", + "method": "git", + "tags": ["errorcode", "errno", "statuscode", "httpstatuscode", "httpcode"], + "description": "Errorcodes maps Nim error states and POSIX and HTTP error codes to a single common enum. It can be used as an alternative to exceptions." + "license": "MIT", + "web": "https://github.com/nim-lang/errorcodes.git" } ] From cddbca8c123fa86b0ef7f0702cbdd9867d54db7d Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Thu, 30 Jan 2025 19:13:30 +0800 Subject: [PATCH 2/3] Apply suggestions from code review --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index ccc2f85f..82ed1409 100644 --- a/packages.json +++ b/packages.json @@ -34559,7 +34559,7 @@ "url": "https://github.com/nim-lang/errorcodes.git", "method": "git", "tags": ["errorcode", "errno", "statuscode", "httpstatuscode", "httpcode"], - "description": "Errorcodes maps Nim error states and POSIX and HTTP error codes to a single common enum. It can be used as an alternative to exceptions." + "description": "Errorcodes maps Nim error states and POSIX and HTTP error codes to a single common enum. It can be used as an alternative to exceptions.", "license": "MIT", "web": "https://github.com/nim-lang/errorcodes.git" } From e2bc4062af0cb76587dc8fbde035952fc00e2e91 Mon Sep 17 00:00:00 2001 From: Andreas Rumpf Date: Thu, 30 Jan 2025 12:15:45 +0100 Subject: [PATCH 3/3] Update packages.json --- packages.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 82ed1409..4f7632eb 100644 --- a/packages.json +++ b/packages.json @@ -34561,6 +34561,6 @@ "tags": ["errorcode", "errno", "statuscode", "httpstatuscode", "httpcode"], "description": "Errorcodes maps Nim error states and POSIX and HTTP error codes to a single common enum. It can be used as an alternative to exceptions.", "license": "MIT", - "web": "https://github.com/nim-lang/errorcodes.git" + "web": "https://github.com/nim-lang/errorcodes" } ]