Closed gh123man closed 2 years ago
Leaf 4.2.1 fails to build with the error:
4.2.1
Value of type '[CodingKey?]' has no member 'compacted'
on this line: https://github.com/vapor/leaf/blob/main/Sources/Leaf/LeafEncoder.swift#L81 Introduced in: https://github.com/vapor/leaf/commit/04f262edbee143cdfefc5b26cef704913712e16c
Seems like this may be an extension that was not included?
Steps to reproduce the behavior:
Should build out of the box.
Add any other context about the problem here.
Workaround: revert back to 4.2.0.
4.2.0
@gh123man can you run a package update? We probably missed a dependency bump somewhere
@0xTim Looks like a swift package update fixed it. Thanks 👍
swift package update
Describe the bug
Leaf
4.2.1
fails to build with the error:on this line: https://github.com/vapor/leaf/blob/main/Sources/Leaf/LeafEncoder.swift#L81 Introduced in: https://github.com/vapor/leaf/commit/04f262edbee143cdfefc5b26cef704913712e16c
Seems like this may be an extension that was not included?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Should build out of the box.
Environment
Additional context
Add any other context about the problem here.
Workaround: revert back to
4.2.0
.