Skip to content
This repository was archived by the owner on Aug 15, 2025. It is now read-only.

Conversation

brawncode
Copy link

i've gone through the code and corrected all instances of extra commas and improperly closed quotes that were triggering the expected item, found ',' error. the Rust syntax is now clean, and the project compiles successfully.

VictorKoenders and others added 30 commits September 13, 2021 12:07
CI was currently broken for two reasons

    trunk was not compliant with the 1.41 MSRV check
    clippy had new warnings

Since bincode 2.0 is not even in alpha yet MSRV should not be locked in place. This PR removes the MSRV checks for now. Additionally the few clippy warnings have been resolved.
xaocon and others added 27 commits October 29, 2024 08:23
It will be helpful to point users of the library to code examples that will work for them.
* Update virtue requirement from 0.0.17 to 0.0.18

Updates the requirements on [virtue](https://github.com/bincode-org/virtue) to permit the latest version.
- [Release notes](https://github.com/bincode-org/virtue/releases)
- [Commits](bincode-org/virtue@v0.0.17...v0.0.18)

---
updated-dependencies:
- dependency-name: virtue
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Fixed new lint warning

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Victor Koenders <[email protected]>
* Fix CI and clippy

* Fix CI

* Disable code coverage
…g#741)

* Finally got around to updating the spec based on feedback

* Fixed failing spec test
…code-org#729)

* Expose types implementing serde::Deserializer

* Gate IoReader import
Add an optional context for decoding allowing additional data to be passed to decoded structs.

---------

Co-authored-by: branchseer <[email protected]>
Prepare for 2.0.0 stable release

---------

Co-authored-by: Zoey Riordan <[email protected]>
Updates the requirements on [unty](https://github.com/bincode-org/unty) to permit the latest version.
- [Commits](bincode-org/unty@v0.0.3...v0.0.4)

---
updated-dependencies:
- dependency-name: unty
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Use qualified path for Result::Ok in bincode_derive

* add test
* derive Debug for marker types

- this will also implement Debug for the derived Configuration type

* migrate to marker structs without fields
* Update error.rs

* Update read.rs
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version.
- [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md)
- [Commits](bheisler/criterion.rs@0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: criterion
  dependency-version: 0.6.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Trangar <[email protected]>
},

/// The encoder tried to encode a `Mutex` or `RwLock`, but the locking failed
/// The encoder tried to encode a `Mutex` or RwLock`, but the locking failed
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this ` removed?

src/error.rs Outdated

impl core::fmt::Display for DecodeError {
fn fmt(&self, f: &mut core::fmt::Formatter<'_>) -> core::fmt::Result {
// TODO: Improve this?
Copy link
Contributor

Choose a reason for hiding this comment

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

Why was this TODO removed?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.