Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to Android #99

Closed
wants to merge 1 commit into from
Closed

Port to Android #99

wants to merge 1 commit into from

Conversation

finagolfin
Copy link

Also gets the tests running on linux again.

I used an earlier version of this pull when packaging CookCLI for Android last weekend, termux/termux-packages#11081. I tested this pull by running swift test on Ubuntu 20.04 x86_64 and Android 12 AArch64 without a problem.

Also gets the tests running on linux again.
@@ -96,7 +102,7 @@ func makeRandomString(_ length: Int) -> String {
let endIndex = UInt32(letters.count - 1)
let result: [Any?] = Array(repeating: nil, count: length)
return String(result.map({ _ in
letters[String.Index(encodedOffset: Int(arc4random_uniform(endIndex)))]
letters[String.Index(encodedOffset: Int(randomUniform(endIndex)))]
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was changed in b21f401 and broke on linux.

@finagolfin
Copy link
Author

Pinging @Goos, what do you think?

@finagolfin
Copy link
Author

@gregjlee, still involved?

@finagolfin
Copy link
Author

@beckychristensen, I notice you got another pull in recently, mind looking at this one?

@finagolfin
Copy link
Author

Ping @Goos, still looking to get this in.

@finagolfin
Copy link
Author

Ping @Goos, I see a few other pulls have been merged since I opened this, any reason I've gotten no response on this?

@finagolfin
Copy link
Author

Closing since a year has gone by with no response from the code owners.

@finagolfin finagolfin closed this Jul 31, 2023
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.

None yet

1 participant