Skip to content

Commit

Permalink
(#80, #196, #571) TODO processing
Browse files Browse the repository at this point in the history
  • Loading branch information
ForNeVeR committed Apr 21, 2024
1 parent da09cdb commit f6ab861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cesium.CodeGen.Tests/CodeGenMethodTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down
2 changes: 1 addition & 1 deletion Cesium.IntegrationTests/function_ptr.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
2 changes: 1 addition & 1 deletion Cesium.Sdk/Sdk/Sdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<SkipCesiumCompilerInstallation Condition="$(SkipCesiumCompilerInstallation) == ''">false</SkipCesiumCompilerInstallation>
<SkipCesiumRuntimeInstallation Condition="$(SkipCesiumRuntimeInstallation) == ''">false</SkipCesiumRuntimeInstallation>
<CesiumCompilerPackageName Condition="$(CesiumCompilerPackageName) == ''">Cesium.Compiler.Bundle.$(NETCoreSdkRuntimeIdentifier)</CesiumCompilerPackageName>
<!-- TODO: Do not forget to add info on updating this to the maintainer guide -->
<!-- TODO[#571]: Do not forget to add info on updating this to the maintainer guide -->
<CesiumCompilerPackageVersion Condition="$(CesiumCompilerPackageVersionPrefix) == ''">0.0.1</CesiumCompilerPackageVersion>
<ProduceReferenceAssembly>false</ProduceReferenceAssembly>
</PropertyGroup>
Expand Down

0 comments on commit f6ab861

Please sign in to comment.