Skip to content
#

cuckoo

Here are 61 public repositories matching this topic...

dbreese
dbreese commented Jul 14, 2021

Take this class, for example:

`
import Foundation

// some comment has import SOMEBADTHING
public protocol TestProtocol: AnyObject {
func doSomething() -> Void
}
`

The generated mock ends up having:

... import SOMEBADTHING ...

Looks like it is looking for "{import .*}" in source files and just adding that verbatim to the output file, causing compile issues.

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 10, 2021
  • 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