Saleem Abdulrasool
Saleem Abdulrasool
`strftime` takes a `struct tm` which is populated by a call to `_gmtime_s`. However, on Windows this has a small issue: this has a range of ["January 1, 1970", "23:59:59,...
@FranzBusch that really sounds very tempting to me. I think that this might be the last item for Windows parity. ``` Test Suite 'All tests' started at 2023-06-06 20:57:13.943 Test...
@parkera oh, interesting. I wonder if we can add the conformance conditionally?
I need to try to build this again to remember what is going on here; I wonder if the constraint might be something that we need on the typealias? But...
From a quick test today, seems that the failure occurs in the URL creation. The following fails: ```swift import Foundation let url = URL(string: "https://raw.githubusercontent.com/jmespath/jmespath.test/master/tests/filters.json") ```
I believe that we have integrated this upstream, closing.
This will effectively prevent porting to windows until NIO properly supports windows. I would prefer that we didn't do this.
Ah, that's rather unfortunate.
@swift-ci please test
The hope is that there is enough of an API surface that we don't need to drop down to native Windows code to render the UI. Are there specific things...