Skip to content

#195 support for etl std byte as byte type#231

Draft
tzijnge wants to merge 13 commits intomainfrom
#195-support-for-etl-std-byte-as-byte-type
Draft

#195 support for etl std byte as byte type#231
tzijnge wants to merge 13 commits intomainfrom
#195-support-for-etl-std-byte-as-byte-type

Conversation

@tzijnge
Copy link
Copy Markdown
Owner

@tzijnge tzijnge commented Mar 30, 2026

❇️ @coderabbitai

Description

Fixes issue #195

@coderabbitai summary

Type

  • feature
  • bugfix
  • doc
  • removal
  • misc

tzijnge added 4 commits March 28, 2026 13:19
* introducing lrpc::byte iso LRPC_BYTE_TYPE
* Added tests for encoding/decoding etl::byte and std::byte in EtlRwExtensions.hpp. By virtue of etl::byte and std::byte being an enum class, this was already supported, but there were no tests
* Added test file for etl::byte
* Added byte_type settings
* Fix default byte type in tests
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Mar 30, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: b4526c39-cada-4383-8dc8-52bef70698dc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Mar 30, 2026

Test Results

746 tests  +60   746 ✅ +60   21s ⏱️ -4s
  2 suites ± 0     0 💤 ± 0 
  2 files   ± 0     0 ❌ ± 0 

Results for commit 1800068. ± Comparison against base commit f23c6a2.

♻️ This comment has been updated with latest results.

tzijnge added 2 commits April 1, 2026 22:12
* Add news fragment
* Add support for overlays
* Add mergedeep dependency
tzijnge added 2 commits April 6, 2026 19:28
* Raw definition dict is immutable
* Added overlay_merge
* Using TextIOWrapper iso TextIO
* Removed dependency on mergedeep
* lrpcg has single option for all types of overlays
* Some refactoring
self._add_from_file(def_file)

def _add_from_file(self, def_file: TextIO) -> None:
self._definition = merge_definition(self._definition, self._load_from_file(def_file))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

[pylint] reported by reviewdog 🐶
W0201: Attribute '_definition' defined outside init (attribute-defined-outside-init)

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud bot commented Apr 8, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
7 New issues
92.7% Coverage on New Code (required ≥ 95%)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.

1 participant