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

CI: Use stable version of Quickdraw #742

Merged

Conversation

bquorning
Copy link
Contributor

@bquorning bquorning commented Jul 4, 2024

But, also add a separate job that runs with edge version of Quickdraw.
Some tests were failing because they had no expectation (I added one), and some were failing because they didn’t match the implementation (I changed the tests to match).

But, also add a separate job that runs with edge version of Quickdraw.
@bquorning bquorning force-pushed the use-stable-quickdraw-version-for-ci branch from 885837d to 5c44705 Compare July 4, 2024 20:33
@bquorning
Copy link
Contributor Author

Finding a stable version of Quickdraw and fixing the Phlex tests was a bit harder than anticipated. But it seems to work now (apart from the truffleruby-23.1 error which I haven’t looked into).

@bquorning bquorning marked this pull request as ready for review July 4, 2024 20:51
@bquorning bquorning force-pushed the use-stable-quickdraw-version-for-ci branch from e500af1 to 64b06e9 Compare July 5, 2024 18:32
@bquorning bquorning force-pushed the use-stable-quickdraw-version-for-ci branch from 64b06e9 to 1e71492 Compare July 5, 2024 18:55
output = grab({ class: "foo" })
expect(output) == ["foo"]
output = grab(class: "foo")
expect(output) == "foo"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am unsure about this change. Is it intentional that #grab sometimes returns an Array and sometimes a String?

@bquorning
Copy link
Contributor Author

I will be unable to work on this PR for the next week or so. @joeldrapper If you feel like it, please take over and change it as you like.

@joeldrapper
Copy link
Collaborator

Thank you!

@joeldrapper joeldrapper merged commit 27349e4 into phlex-ruby:main Jul 31, 2024
9 of 12 checks passed
@bquorning bquorning deleted the use-stable-quickdraw-version-for-ci branch July 31, 2024 14:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants