Skip to content
#

cuckoo

Here are 68 public repositories matching this topic...

bbrk24
bbrk24 commented Mar 9, 2022

I'm mocking a protocol with a function that looks like this:

func foo(
    completion: @escaping (
        _ bar: Int,
        _ baz: Int,
        _ qux: Int
    ) -> Void
)

The generated mocks do not properly remove the line breaks before attempting to put it into a single-line string literal, resulting in the errors Unterminated string literal, `Consecutive statement

bug good first issue
cuckoo

This is an adaption of Peter Österlund's CuckooChess 1.12. The source code provided is a Java Maven project in UTF-8. The program, except for the chess font, is copyrighted by Peter Österlund, and is available as open source under the GNU GPL v3 license.

  • Updated May 13, 2022
  • Java

Improve this page

Add a description, image, and links to the cuckoo topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cuckoo topic, visit your repo's landing page and select "manage topics."

Learn more