Skip to content

Conversation

@kareman
Copy link
Owner

@kareman kareman commented Aug 11, 2020

No description provided.

kareman added 19 commits July 14, 2020 21:50
In order to gradually convert the code to using generic source inputs, I rename the extensions of Swift files to disable them from building and focus on one file at a time. I do this instead of using an Xcode project, as Xcode just keeps crashing and giving errors that do not occur when opening this project as a swift package. Both Xcode 11.6 and Xcode 12 beta.
…String.

Replaced all
public func createInstructions(_ instructions: inout Instructions) throws {
with
public func createInstructions(_ instructions: inout ContiguousArray<Instruction<Input>>) throws {

as the former seemed to cause compiler crashes.
Some of them took too long for the compiler.
@kareman kareman changed the title Add generic input Support generic input Aug 11, 2020
Cannot use just 5.3 on linux, and when using 5.3-DEVELOPMENT-SNAPSHOT-2020-08-08-a on macOS it cannot find XCTest.
@kareman kareman merged commit 7240d30 into master Aug 11, 2020
@kareman kareman deleted the Generic-input branch August 11, 2020 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants