Left shift and right shift assignment operators rendered wrong
A fairly common operator <<= in C and other languages is misrendered as < followed by ≤ (when ss2 or dlig is enabled). Similarly, right shift assignement >>= is misrendered as > and ≥.
There should be ligatures to handle the shift assignment operators <<= and >>= with higher precedence than the <= or >= part of it as comparison.
⚡ Required checks status: All passing 🟢
Groups summary
🟢 lightning_data: CPU workflow
| Check ID | Status | |
|---|---|---|
| data-cpu (macOS-11, lightning, 3.10, 2.1) | success | ✅ |
| data-cpu (ubuntu-20.04, lightning, 3.10, 2.1) | success | ✅ |
| data-cpu (windows-2022, lightning, 3.10, 2.1) | success | ✅ |
These checks are required after the changes to requirements/data/test.txt, src/lightning/data/processing/__init__.py, src/lightning/data/processing/image.py, src/lightning/data/processing/readers.py, src/lightning/data/streaming/data_processor.py, src/lightning/data/streaming/functions.py, tests/tests_data/processing/__init__.py, tests/tests_data/processing/test_readers.py.
🟢 mypy
| Check ID | Status | |
|---|---|---|
| mypy | success | ✅ |
These checks are required after the changes to requirements/data/test.txt, src/lightning/data/processing/__init__.py, src/lightning/data/processing/image.py, src/lightning/data/processing/readers.py, src/lightning/data/streaming/data_processor.py, src/lightning/data/streaming/functions.py.
🟢 install
These checks are required after the changes to src/lightning/data/processing/__init__.py, src/lightning/data/processing/image.py, src/lightning/data/processing/readers.py, src/lightning/data/streaming/data_processor.py, src/lightning/data/streaming/functions.py, requirements/data/test.txt.
Thank you for your contribution! 💜
Note This comment is automatically generated and updates for 60 minutes every 180 seconds. If you have any other questions, contact
carmoccafor help.