Skip to content

Merge Slang compiler projects - #395

Merged
stanoddly merged 1 commit into
mainfrom
merge-sdlang-compiler-projects
Aug 13, 2026
Merged

Merge Slang compiler projects#395
stanoddly merged 1 commit into
mainfrom
merge-sdlang-compiler-projects

Conversation

@botoddly

Copy link
Copy Markdown
Collaborator

Summary

  • merge GameKit.SdlangCompileLib and GameKit.SdlangCompileTask into GameKit.SdlangCompiler
  • combine compiler and task tests under GameKit.SdlangCompiler.Tests
  • consolidate Slang configuration, download targets, task registration, and shader compilation targets
  • update all project references, imports, integration fixtures, tutorials, and documentation
  • retain SdlangCompileTask as the MSBuild task name while removing the old assemblies and namespaces

Verification

  • dotnet build GameKit.slnx -p:TreatWarningsAsErrors=true
  • dotnet test GameKit.slnx --no-build -p:TreatWarningsAsErrors=true
  • dotnet test tests/GameKit.SdlangBuildIntegration.Tests/GameKit.SdlangBuildIntegration.Tests.csproj --no-build --filter 'TestCategory=BuildIntegration' -p:TreatWarningsAsErrors=true
  • dotnet test tests/GameKit.Logging.Tests/GameKit.Logging.Tests.csproj --configuration Release -p:TreatWarningsAsErrors=true
  • dotnet publish tutorials/GameKit.Tutorials.Logging/GameKit.Tutorials.Logging.csproj --configuration Release --runtime linux-x64 -p:TreatWarningsAsErrors=true

The repository's linux-arm64 NativeAOT command reached native linking locally but requires the ARM64 linker available on the ARM CI runner.

@stanoddly
stanoddly merged commit acb30d7 into main Aug 13, 2026
2 checks passed
@stanoddly
stanoddly deleted the merge-sdlang-compiler-projects branch August 13, 2026 11:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants