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: unwrap operators of cell operations #932

Merged
merged 2 commits into from
Sep 26, 2024

Conversation

lars-reimann
Copy link
Member

@lars-reimann lars-reimann commented Sep 26, 2024

Summary of Changes

Always unwrap the right operators of cell operations. This was missing in some cases, leading to runtime errors akin to

cannot create expression literal for value of type _LazyCell: <Expr ['[(col("Shortness of breath on …'] at 0x18E78C3E010>

Copy link
Contributor

github-actions bot commented Sep 26, 2024

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ PYTHON black 18 0 0 1.19s
✅ PYTHON mypy 18 0 3.03s
✅ PYTHON ruff 18 0 0 0.36s
✅ REPOSITORY git_diff yes no 0.57s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

Copy link

codecov bot commented Sep 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.43%. Comparing base (fdd971a) to head (b185a29).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #932   +/-   ##
=======================================
  Coverage   94.42%   94.43%           
=======================================
  Files         121      121           
  Lines        7465     7473    +8     
=======================================
+ Hits         7049     7057    +8     
  Misses        416      416           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@lars-reimann lars-reimann merged commit 533a966 into main Sep 26, 2024
11 checks passed
@lars-reimann lars-reimann deleted the fix-cell-logical-operations branch September 26, 2024 11:17
lars-reimann pushed a commit that referenced this pull request Sep 26, 2024
## [0.28.1](v0.28.0...v0.28.1) (2024-09-26)

### Bug Fixes

* unwrap operators of cell operations ([#932](#932)) ([533a966](533a966))
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.28.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants