Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename CSnake project to CSnake.SourceGeneration and unify nupkgs #211

Merged
merged 2 commits into from
Sep 19, 2024

Package the SG into the runtime package

0e6fbf8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Rename CSnake project to CSnake.SourceGeneration and unify nupkgs #211

Package the SG into the runtime package
0e6fbf8
Select commit
Loading
Failed to load commit list.
GitHub Actions / .NET Test report macos-latest-3.13.0-rc.1 succeeded Sep 19, 2024 in 0s

95 passed, 0 failed and 0 skipped

Tests passed successfully

✔️ src/test-results/test-results-macos-latest-3.13.0-rc.1.trx

95 tests were completed in 15s with 95 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Integration.Tests.ArgsTests 6✔️ 482ms
Integration.Tests.BasicTests 9✔️ 652ms
Integration.Tests.BufferTests 32✔️ 2s
Integration.Tests.DefaultsTests 7✔️ 536ms
Integration.Tests.ExceptionTests 2✔️ 9s
Integration.Tests.FalseReturns 12✔️ 10s
Integration.Tests.GeneratorTests 2✔️ 309ms
Integration.Tests.NoneTests 2✔️ 126ms
Integration.Tests.TestDependency 1✔️ 236ms
Integration.Tests.TestDicts 5✔️ 9s
Integration.Tests.TupleTests 17✔️ 2s

✔️ Integration.Tests.ArgsTests

✔️ CollectStarArgs
✔️ CollectStarArgsAndKeywordOnlyArgs
✔️ CollectStarStarKwargs
✔️ KeywordOnly
✔️ PositionalAndKwargs
✔️ PositionalOnly

✔️ Integration.Tests.BasicTests

✔️ TestBasic_TestBytes
✔️ TestBasic_TestFloatFloat
✔️ TestBasic_TestFloatInt
✔️ TestBasic_TestIntFloat
✔️ TestBasic_TestIntInt
✔️ TestBasic_TestListOfInts
✔️ TestBasic_TestSequence
✔️ TestBasic_TestTwoListsOfStrings
✔️ TestBasic_TestTwoStrings

✔️ Integration.Tests.BufferTests

✔️ TestBoolBuffer
✔️ TestBufferLargeFloatScalar
✔️ TestByteArrayAsBuffer
✔️ TestBytesAsBuffer
✔️ TestFloat32Buffer
✔️ TestFloat32MatrixBuffer
✔️ TestFloat64Buffer
✔️ TestFloat64MatrixBuffer
✔️ TestInt16Buffer
✔️ TestInt16MatrixBuffer
✔️ TestInt32Buffer
✔️ TestInt32MatrixBuffer
✔️ TestInt64Buffer
✔️ TestInt64MatrixBuffer
✔️ TestInt8Buffer
✔️ TestInt8MatrixBuffer
✔️ TestModificationViaSpan
✔️ TestNDim3ReadOnlyTensor
✔️ TestNDim3Tensor
✔️ TestNDim4ReadOnlyTensor
✔️ TestNDim4Tensor
✔️ TestNonBuffer
✔️ TestNonContiguousBuffer
✔️ TestTransposedBuffer
✔️ TestUInt16Buffer
✔️ TestUInt16MatrixBuffer
✔️ TestUInt32Buffer
✔️ TestUInt32MatrixBuffer
✔️ TestUInt64Buffer
✔️ TestUInt64MatrixBuffer
✔️ TestUInt8Buffer
✔️ TestUInt8MatrixBuffer

✔️ Integration.Tests.DefaultsTests

✔️ TestDefault_FloatArg
✔️ TestDefault_IntArg
✔️ TestDefault_OptionalAny
✔️ TestDefault_OptionalInt
✔️ TestDefault_OptionalList
✔️ TestDefault_OptionalStr
✔️ TestDefault_StrArg

✔️ Integration.Tests.ExceptionTests

✔️ TestExceptions_TestRaisePythonException
✔️ TestNestedExceptions

✔️ Integration.Tests.FalseReturns

✔️ Test_FalseReturn_Types_FloatNotInt
✔️ Test_FalseReturn_Types_IntNotFloat
✔️ Test_FalseReturn_Types_StrNotFloat
✔️ Test_FalseReturn_Types_StrNotInt
✔️ Test_IntOverflowsSafely
✔️ TestFalseReturn_StringNotInt
✔️ TestFalseReturn_Types_StringNotFloat
✔️ TestFalseReturn_Types_StringNotList
✔️ TestFalseReturn_Types_StringNotTuple
✔️ TestFalseReturn_Types_TupleNotFloat
✔️ TestFalseReturn_Types_TupleNotList
✔️ TestFalseReturn_TypesTupleNotInt

✔️ Integration.Tests.GeneratorTests

✔️ TestGenerator
✔️ TestNormalGenerator

✔️ Integration.Tests.NoneTests

✔️ TestNullArgAsNone
✔️ TestReturnsNoneIsNone

✔️ Integration.Tests.TestDependency

✔️ VerifyInstalledPackage

✔️ Integration.Tests.TestDicts

✔️ TestDictionaryRoundTrip
✔️ TestDicts_TestDictStrDictInt
✔️ TestDicts_TestDictStrInt
✔️ TestDicts_TestDictStrListInt
✔️ TestDicts_TestMapping

✔️ Integration.Tests.TupleTests

✔️ EightTupleValues
✔️ ElevenTupleValues
✔️ FifteenTupleValues
✔️ FiveTupleValues
✔️ FourteenTupleValues
✔️ FourTupleValues
✔️ NineTupleValues
✔️ SeventeenTupleValues
✔️ SevenTupleValues
✔️ SingleTupleValue
✔️ SixteenTupleValues
✔️ SixTupleValues
✔️ TenTupleValues
✔️ ThirteenTupleValues
✔️ ThreeTupleValues
✔️ TwelveTupleValues
✔️ TwoTupleValues