feat(collections): add SparseSet — bounded-universe sparse integer set with O(1) clear & dense iteration #444
Annotations
36 warnings
|
aot-publish (linux-x64, net8.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
aot-publish (linux-x64, net10.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
aot-publish (linux-x64, net9.0)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1240
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1213
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1058
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1031
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L876
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L849
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L694
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L667
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L514
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (ubuntu-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L485
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1240
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1213
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1058
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1031
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L876
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L849
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L694
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L667
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L514
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (macos-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L485
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/setup-dotnet@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1240
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1213
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'PooledCeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1058
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L1031
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'HashCachingSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L876
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L849
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'RobinHoodSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L694
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L667
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'SwissSet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L514
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
|
build-and-test (windows-latest):
src/Celerity.Tests/Collections/SetIEnumerableConstructorTests.cs#L485
The type 'Celerity.Hashing.StringFnV1AHasher' cannot be used as type parameter 'THasher' in the generic type or method 'CeleritySet<T, THasher>'. Nullability of type argument 'Celerity.Hashing.StringFnV1AHasher' doesn't match constraint type 'Celerity.Hashing.IHashProvider<string?>'.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
test-results-macos-latest
Expired
|
4.12 KB |
sha256:74f9fb7f9bffa3d31ba9970a43ef5d1ee45f56df11851caffd3426e6e8787580
|
|
|
test-results-ubuntu-latest
Expired
|
958 KB |
sha256:a1d00d841cedf75d19760c0831f21364f12fdd73afe1f12603d7e611519e5b42
|
|
|
test-results-windows-latest
Expired
|
953 KB |
sha256:f2be896a1bbe55b1330b8c98631a9b217210c9a39dc7b9faf903b6ddd2ad47d3
|
|