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

Remove remaining references to gray() #220

Conversation

vrugtehagel
Copy link
Contributor

@vrugtehagel vrugtehagel commented Jun 11, 2024

Third followup to #212 and #215 - looks like I missed some references that are now causing issues.

Hope this resolves #198 (and #216)

@@ -111,7 +111,6 @@
"fit-content": t.length + t.percentage,
"format": [t.string],
"frames": t.integer,
"gray": t.number + t.percentage,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This reference might not actually be problematic in terms of autocompletions, but it should be removed regardless since the gray() function no longer exists

@@ -393,7 +393,6 @@
device_gray,
device_nchannel,
device_rgb,
gray,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

The issue is most likely that I removed the gray definition here but not this reference to it - my bad 😬

Copy link
Collaborator

@argyleink argyleink 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 finding the hang nail here!

@argyleink argyleink merged commit 15e8eb3 into ryboe:master Jun 11, 2024
1 check passed
@vrugtehagel vrugtehagel deleted the vrugtehagel/remove-remaining-references-to-gray branch June 11, 2024 21:02
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.

Completions regression?
2 participants