From c6de3138ee76cb6a326f96da58088130079624ab Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 28 Oct 2025 14:08:59 -0400 Subject: [PATCH] Avoid `_t` suffixes in C integer schemas Signed-off-by: Juan Cruz Viotti --- schemas/iso/c/2024/{int16_t.json => int16.json} | 0 schemas/iso/c/2024/{int32_t.json => int32.json} | 0 schemas/iso/c/2024/{int64_t.json => int64.json} | 0 schemas/iso/c/2024/{int8_t.json => int8.json} | 0 schemas/iso/c/2024/{uint16_t.json => uint16.json} | 0 schemas/iso/c/2024/{uint32_t.json => uint32.json} | 0 schemas/iso/c/2024/{uint8_t.json => uint8.json} | 0 test/iso/c/2024/{int16_t.test.json => int16.test.json} | 2 +- test/iso/c/2024/{int32_t.test.json => int32.test.json} | 2 +- test/iso/c/2024/{int64_t.test.json => int64.test.json} | 2 +- test/iso/c/2024/{int8_t.test.json => int8.test.json} | 2 +- test/iso/c/2024/{uint16_t.test.json => uint16.test.json} | 2 +- test/iso/c/2024/{uint32_t.test.json => uint32.test.json} | 2 +- test/iso/c/2024/{uint8_t.test.json => uint8.test.json} | 2 +- 14 files changed, 7 insertions(+), 7 deletions(-) rename schemas/iso/c/2024/{int16_t.json => int16.json} (100%) rename schemas/iso/c/2024/{int32_t.json => int32.json} (100%) rename schemas/iso/c/2024/{int64_t.json => int64.json} (100%) rename schemas/iso/c/2024/{int8_t.json => int8.json} (100%) rename schemas/iso/c/2024/{uint16_t.json => uint16.json} (100%) rename schemas/iso/c/2024/{uint32_t.json => uint32.json} (100%) rename schemas/iso/c/2024/{uint8_t.json => uint8.json} (100%) rename test/iso/c/2024/{int16_t.test.json => int16.test.json} (96%) rename test/iso/c/2024/{int32_t.test.json => int32.test.json} (96%) rename test/iso/c/2024/{int64_t.test.json => int64.test.json} (95%) rename test/iso/c/2024/{int8_t.test.json => int8.test.json} (96%) rename test/iso/c/2024/{uint16_t.test.json => uint16.test.json} (96%) rename test/iso/c/2024/{uint32_t.test.json => uint32.test.json} (96%) rename test/iso/c/2024/{uint8_t.test.json => uint8.test.json} (96%) diff --git a/schemas/iso/c/2024/int16_t.json b/schemas/iso/c/2024/int16.json similarity index 100% rename from schemas/iso/c/2024/int16_t.json rename to schemas/iso/c/2024/int16.json diff --git a/schemas/iso/c/2024/int32_t.json b/schemas/iso/c/2024/int32.json similarity index 100% rename from schemas/iso/c/2024/int32_t.json rename to schemas/iso/c/2024/int32.json diff --git a/schemas/iso/c/2024/int64_t.json b/schemas/iso/c/2024/int64.json similarity index 100% rename from schemas/iso/c/2024/int64_t.json rename to schemas/iso/c/2024/int64.json diff --git a/schemas/iso/c/2024/int8_t.json b/schemas/iso/c/2024/int8.json similarity index 100% rename from schemas/iso/c/2024/int8_t.json rename to schemas/iso/c/2024/int8.json diff --git a/schemas/iso/c/2024/uint16_t.json b/schemas/iso/c/2024/uint16.json similarity index 100% rename from schemas/iso/c/2024/uint16_t.json rename to schemas/iso/c/2024/uint16.json diff --git a/schemas/iso/c/2024/uint32_t.json b/schemas/iso/c/2024/uint32.json similarity index 100% rename from schemas/iso/c/2024/uint32_t.json rename to schemas/iso/c/2024/uint32.json diff --git a/schemas/iso/c/2024/uint8_t.json b/schemas/iso/c/2024/uint8.json similarity index 100% rename from schemas/iso/c/2024/uint8_t.json rename to schemas/iso/c/2024/uint8.json diff --git a/test/iso/c/2024/int16_t.test.json b/test/iso/c/2024/int16.test.json similarity index 96% rename from test/iso/c/2024/int16_t.test.json rename to test/iso/c/2024/int16.test.json index e8670b5..38b9e78 100644 --- a/test/iso/c/2024/int16_t.test.json +++ b/test/iso/c/2024/int16.test.json @@ -1,6 +1,6 @@ { "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", - "target": "../../../../schemas/iso/c/2024/int16_t.json", + "target": "../../../../schemas/iso/c/2024/int16.json", "tests": [ { "description": "Valid - zero", diff --git a/test/iso/c/2024/int32_t.test.json b/test/iso/c/2024/int32.test.json similarity index 96% rename from test/iso/c/2024/int32_t.test.json rename to test/iso/c/2024/int32.test.json index ff9d723..d5453ce 100644 --- a/test/iso/c/2024/int32_t.test.json +++ b/test/iso/c/2024/int32.test.json @@ -1,6 +1,6 @@ { "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", - "target": "../../../../schemas/iso/c/2024/int32_t.json", + "target": "../../../../schemas/iso/c/2024/int32.json", "tests": [ { "description": "Valid - zero", diff --git a/test/iso/c/2024/int64_t.test.json b/test/iso/c/2024/int64.test.json similarity index 95% rename from test/iso/c/2024/int64_t.test.json rename to test/iso/c/2024/int64.test.json index cbcf17f..d71487e 100644 --- a/test/iso/c/2024/int64_t.test.json +++ b/test/iso/c/2024/int64.test.json @@ -1,6 +1,6 @@ { "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", - "target": "../../../../schemas/iso/c/2024/int64_t.json", + "target": "../../../../schemas/iso/c/2024/int64.json", "tests": [ { "description": "Valid - zero", diff --git a/test/iso/c/2024/int8_t.test.json b/test/iso/c/2024/int8.test.json similarity index 96% rename from test/iso/c/2024/int8_t.test.json rename to test/iso/c/2024/int8.test.json index 14d3d57..350e339 100644 --- a/test/iso/c/2024/int8_t.test.json +++ b/test/iso/c/2024/int8.test.json @@ -1,6 +1,6 @@ { "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", - "target": "../../../../schemas/iso/c/2024/int8_t.json", + "target": "../../../../schemas/iso/c/2024/int8.json", "tests": [ { "description": "Valid - zero", diff --git a/test/iso/c/2024/uint16_t.test.json b/test/iso/c/2024/uint16.test.json similarity index 96% rename from test/iso/c/2024/uint16_t.test.json rename to test/iso/c/2024/uint16.test.json index c1a9c70..98de3a8 100644 --- a/test/iso/c/2024/uint16_t.test.json +++ b/test/iso/c/2024/uint16.test.json @@ -1,6 +1,6 @@ { "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", - "target": "../../../../schemas/iso/c/2024/uint16_t.json", + "target": "../../../../schemas/iso/c/2024/uint16.json", "tests": [ { "description": "Valid - zero", diff --git a/test/iso/c/2024/uint32_t.test.json b/test/iso/c/2024/uint32.test.json similarity index 96% rename from test/iso/c/2024/uint32_t.test.json rename to test/iso/c/2024/uint32.test.json index 96d5248..1c3e8a7 100644 --- a/test/iso/c/2024/uint32_t.test.json +++ b/test/iso/c/2024/uint32.test.json @@ -1,6 +1,6 @@ { "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", - "target": "../../../../schemas/iso/c/2024/uint32_t.json", + "target": "../../../../schemas/iso/c/2024/uint32.json", "tests": [ { "description": "Valid - zero", diff --git a/test/iso/c/2024/uint8_t.test.json b/test/iso/c/2024/uint8.test.json similarity index 96% rename from test/iso/c/2024/uint8_t.test.json rename to test/iso/c/2024/uint8.test.json index c9001f0..08f7d8e 100644 --- a/test/iso/c/2024/uint8_t.test.json +++ b/test/iso/c/2024/uint8.test.json @@ -1,6 +1,6 @@ { "x-license": "https://github.com/sourcemeta/std/blob/main/LICENSE", - "target": "../../../../schemas/iso/c/2024/uint8_t.json", + "target": "../../../../schemas/iso/c/2024/uint8.json", "tests": [ { "description": "Valid - zero",