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

fix: recover macos functionality #2408

Merged
merged 2 commits into from
Nov 13, 2024

Conversation

ewann
Copy link

@ewann ewann commented Nov 12, 2024

👋

This PR recovers macOS testing functionality, which I last saw working in 3.10.0. Since then it appears to fail with:

.pub-cache/hosted/pub.dev/patrol-3.12.0/darwin/Classes/AutomatorServer/Automator/MacOSAutomator.swift:6:9: error: type 'MacOSAutomator' does not conform to protocol 'Automator'
	  class MacOSAutomator: Automator {
	        ^

this still seems an issue at commit: 6a1df02

Testing:
works on my machine. I didn't quickly find a test suite to run / update locally, though at a guess there is some coverage missing for this functionality / platform. Let me know if there are other things I can do to help with this submission.

Copy link

docs-page bot commented Nov 12, 2024

To view this pull requests documentation preview, visit the following URL:

docs.page/leancodepl/patrol~2408

Documentation is deployed and generated using docs.page.

@github-actions github-actions bot added the package: patrol Related to the patrol package (native automation, test bundling) label Nov 12, 2024
Copy link
Contributor

@mateuszwojtczak mateuszwojtczak left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for your contribution

@mateuszwojtczak
Copy link
Contributor

mateuszwojtczak commented Nov 13, 2024

Also, please update the changelog like here: 902b07f

@mateuszwojtczak mateuszwojtczak self-requested a review November 13, 2024 09:39
Copy link
Collaborator

@pdenert pdenert left a comment

Choose a reason for hiding this comment

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

lgtm

@pdenert pdenert merged commit 1ce91e9 into leancodepl:master Nov 13, 2024
13 of 16 checks passed
@ewann ewann deleted the recover-macos branch November 13, 2024 17:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package: patrol Related to the patrol package (native automation, test bundling)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants