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

Cleanup #31

Merged
merged 2 commits into from
Jul 19, 2023
Merged

Cleanup #31

merged 2 commits into from
Jul 19, 2023

Conversation

jeffdav
Copy link
Contributor

@jeffdav jeffdav commented Jul 19, 2023

  • .gitignore .vscode
  • Fix some warnings.

Copy link
Contributor

@tristanlabelle tristanlabelle left a comment

Choose a reason for hiding this comment

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

Thanks for the proactivity!

@@ -5,3 +5,4 @@ xcuserdata/
DerivedData/
.swiftpm/
.netrc
.vscode/
Copy link
Contributor

Choose a reason for hiding this comment

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

I think that's right but FYI we've had discussions on this in different repos because some of the files in there can be useful to share like tasks.json.

@@ -12,8 +12,8 @@ extension WinAppDriver {
let args = appArguments?.joined(separator: " ")

print("Starting: \(app)")
Copy link
Contributor

Choose a reason for hiding this comment

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

If you want to remove the prints even, that's cool with me. I don't think they should be in the library.

@jeffdav jeffdav merged commit 3ea28b0 into main Jul 19, 2023
1 check passed
@jeffdav jeffdav deleted the cleanup branch July 19, 2023 20:43
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