issues
search
pointfreeco
/
swift-identified-collections
A library of data structures for working with collections of identifiable elements in an ergonomic, performant way.
MIT License
539
stars
46
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
IdentifiedArrayOf does not work correctly with @ObservableState
#78
alexataman
closed
4 weeks ago
3
use swiftLanguageModes instead of swiftLanguageVersions
#77
alephao
closed
4 weeks ago
0
Add `.editorconfig` for consistent code formatting
#75
Matejkob
closed
4 months ago
0
Add `IdentifiedCollection` protocol
#74
stephencelis
closed
4 months ago
0
Swift Language Support: Drop <5.9, Add 6.0
#73
stephencelis
closed
4 months ago
0
Fix for swift-format failure on CI
#72
gibachan
closed
4 weeks ago
1
Fix subscript set operation
#70
stephencelis
closed
6 months ago
0
Regression when using `sort(using: Comparator)`
#69
tgrapperon
closed
6 months ago
0
Adds KeyPath value accessor on Identified
#68
JOyo246
closed
5 months ago
1
Fix subscript setter
#66
stephencelis
closed
6 months ago
0
Bumped dependencies
#65
HarshilShah
closed
8 months ago
1
Add Windows CI
#62
brianmichel
closed
1 year ago
0
Make `Identified` conditionally `Sendable`
#60
tgrapperon
closed
1 year ago
0
A few changes related to #58
#59
stephencelis
closed
1 year ago
1
Added initializers for arbitrary arrays
#58
alexito4
closed
1 year ago
1
Add container protocol for generic constraints
#56
mjarvis
closed
1 year ago
3
Cut a new release to fix warnings in Xcode 14.3
#55
scogeo
closed
1 year ago
1
Fix Swift warnings.
#54
mbrandonw
closed
1 year ago
0
Identified is ambiguous for type lookup in this context
#53
mrtnlst
closed
1 year ago
1
Add `Identified`
#52
stephencelis
closed
1 year ago
0
Add korean version readme
#50
havilog
closed
1 year ago
0
Fix documentation link
#49
bugix
closed
1 year ago
2
Add `IdentifiedArray.subscript(position:) { set }`
#48
stephencelis
closed
1 year ago
0
Add DocC and GitHub Issue Templates
#47
stephencelis
closed
1 year ago
0
Crash when used with rearrangeable SwiftUI List
#46
okla
closed
1 year ago
5
Question not issue regarding IdentifiedArray
#44
azamsharp
closed
1 year ago
1
Getting "Swift/ContiguousArrayBuffer.swift:600: Fatal error: Index out of range" error when trying to nil a state
#42
olcayertas
closed
1 year ago
6
Sendable, Mutable/RangeReplaceableCollection Conformances
#41
stephencelis
closed
2 years ago
0
Git-ignore .swiftpm/ directory
#40
stephencelis
closed
2 years ago
0
Please create tag / release that includes relaxed requirements for lower oses
#38
larryonoff
closed
2 years ago
5
Eliminate platform requirement
#37
stephencelis
closed
2 years ago
2
Fix docs and test `append(contentsOf:)`
#36
stephencelis
closed
2 years ago
0
Implement append contentsOf
#35
jeffersonsetiawan
closed
2 years ago
0
Update swift-collections dependency to 1.0.2
#32
KaiOelfke
closed
2 years ago
1
Fixes a CPU issue with equality checks (#29)
#30
mihaho
closed
3 years ago
0
CPU performance issues
#29
mihaho
closed
3 years ago
1
IdentifiedArray Subscript Read crash
#26
Antonito
closed
2 years ago
2
Remove the comparison of id (KeyPath) in IdentifiedArray Equatable
#25
sroche27r
closed
3 years ago
1
IdentifiedArray Equatable issues due to KeyPath
#24
sroche27r
closed
3 years ago
2
Depend on Swift Collections 1.0
#23
stephencelis
closed
3 years ago
0
fix warnings with newer swift-collections dependency
#21
diederich
closed
3 years ago
0
Add IdentifiedSet with SetAlgebra conformance
#20
Saklad5
closed
3 years ago
4
Document `IdentifiedArray.remove(_:)`
#19
stephencelis
closed
3 years ago
0
Include Apple license in header
#18
stephencelis
closed
3 years ago
0
Use stable partition for IndexSet operations
#17
stephencelis
closed
3 years ago
0
Use a half stable partition for move/remove performance
#16
stephencelis
closed
3 years ago
0
Remove deprecated index subscript setter
#15
stephencelis
closed
3 years ago
0
Unavailable position-based subscript setter crashes on runtime
#14
Thomvis
closed
3 years ago
6
Bring IndexSet from Foundation
#13
gonzalolarralde
closed
3 years ago
1
Add read-only `elements` getter to `IdentifiedArray`
#12
p4checo
closed
3 years ago
0
Next