From f6ab861744b1094abd41a92a7b8e5537290e2df2 Mon Sep 17 00:00:00 2001 From: Friedrich von Never Date: Sun, 21 Apr 2024 23:22:22 +0200 Subject: [PATCH] (#80, #196, #571) TODO processing --- Cesium.CodeGen.Tests/CodeGenMethodTests.cs | 2 +- Cesium.IntegrationTests/function_ptr.c | 2 +- Cesium.Sdk/Sdk/Sdk.props | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cesium.CodeGen.Tests/CodeGenMethodTests.cs b/Cesium.CodeGen.Tests/CodeGenMethodTests.cs index cc786ee3..842d975c 100644 --- a/Cesium.CodeGen.Tests/CodeGenMethodTests.cs +++ b/Cesium.CodeGen.Tests/CodeGenMethodTests.cs @@ -502,7 +502,7 @@ int console_read(struct struct1* s) { return s->x; }"); - // TODO [#196] + // TODO[#196] /* [Fact] public Task VarargFunctionPointerCallTest() => DoTest(@"int foo(int a, ...) { return a; } diff --git a/Cesium.IntegrationTests/function_ptr.c b/Cesium.IntegrationTests/function_ptr.c index b5fc9d11..29632475 100644 --- a/Cesium.IntegrationTests/function_ptr.c +++ b/Cesium.IntegrationTests/function_ptr.c @@ -17,7 +17,7 @@ int main(void) return x(40); - // TODO [#196] + // TODO[#196] // foov_t y = &foov; // return (x(40) + y(40, 123, 456, "foo")) / 2; } diff --git a/Cesium.Sdk/Sdk/Sdk.props b/Cesium.Sdk/Sdk/Sdk.props index ceac26d6..6cb6f3d8 100644 --- a/Cesium.Sdk/Sdk/Sdk.props +++ b/Cesium.Sdk/Sdk/Sdk.props @@ -10,7 +10,7 @@ false false Cesium.Compiler.Bundle.$(NETCoreSdkRuntimeIdentifier) - + 0.0.1 false