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: allow integer for fractional styles #3432

Conversation

TomJGooding
Copy link
Contributor

Fixes #3414.

  • Docstrings on all new or modified functions / classes
  • Updated documentation
  • Updated CHANGELOG.md (where appropriate)

Copy link
Collaborator

@willmcgugan willmcgugan left a comment

Choose a reason for hiding this comment

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

THanks, Tom.

@TomJGooding
Copy link
Contributor Author

TomJGooding commented Oct 6, 2023

@willmcgugan I've resolved the changelog conflicts again, if you're happy to merge this?

(Grr, unless you need to re-run tests now again! Out of interest: why are tests so flaky in CI?)

@willmcgugan
Copy link
Collaborator

There are some tests that are particularly sensitive to timing. In the CI the tests run much slower than a regular app, and it tends to highlight these issues. We're going to revisit that soon, because it is a pain.

@willmcgugan willmcgugan merged commit 8e31087 into Textualize:main Oct 9, 2023
6 of 22 checks passed
@TomJGooding TomJGooding deleted the fix-allow-integer-for-fractional-styles branch October 9, 2023 11:48
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.

Fractional styles raise exception when set to integers
2 participants