Add CBOR implementation following the ASN.1 implementation paradigm (by Copilot)#4916
Open
polybassa wants to merge 11 commits intosecdev:masterfrom
Open
Add CBOR implementation following the ASN.1 implementation paradigm (by Copilot)#4916polybassa wants to merge 11 commits intosecdev:masterfrom
polybassa wants to merge 11 commits intosecdev:masterfrom
Conversation
Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com> Address code review comments: improve error messages and implement proper half-float decoding Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com> Add cbor2 interoperability tests (cbor2 used ONLY in tests) Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com> Document cbor2 as test-only dependency in test file header Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com> Add CBOR documentation to advanced_usage.rst following ASN.1 pattern Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com> Add cbor2 to tox.ini testenv deps for CBOR interoperability tests Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com>
…on; remove trailing whitespaces.
Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4916 +/- ##
==========================================
+ Coverage 80.10% 80.65% +0.55%
==========================================
Files 370 373 +3
Lines 91727 92331 +604
==========================================
+ Hits 73477 74473 +996
+ Misses 18250 17858 -392
🚀 New features to boost your workflow:
|
… file opens Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com>
Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com>
…re generation Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com>
…ertions Co-authored-by: polybassa <1676055+polybassa@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I did some experiments with Github Copilot for a CBOR implementation. I manually reviewed the implementation.