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

Conversation

@icodezjb
Copy link
Contributor

@icodezjb icodezjb commented Aug 3, 2018

io::Write::write is not guaranteed to process the entire buffer. it return how many bytes were processed, which might be smaller than a given buffer’s length. use write_all instead.

io::Write::write is not guaranteed to process the entire buffer. it return how many bytes were processed, which might be smaller than a given buffer’s length. use write_all instead.
@parity-cla-bot
Copy link

It looks like @icodezjb hasn't signed our Contributor License Agreement, yet.

The purpose of a CLA is to ensure that the guardian of a project's outputs has the necessary ownership or grants of rights over all contributions to allow them to distribute under the chosen licence.
Wikipedia

You can read and sign our full Contributor License Agreement at the following URL: https://cla-polkadot.parity.io

Once you've signed, please reply to this thread with [clabot:check] to prove it.

Many thanks,

Parity Technologies CLA Bot

@icodezjb
Copy link
Contributor Author

icodezjb commented Aug 3, 2018

clabot:check

@icodezjb
Copy link
Contributor Author

icodezjb commented Aug 3, 2018

[clabot:check]

@parity-cla-bot
Copy link

It looks like @icodezjb signed our Contributor License Agreement. 👍

Many thanks,

Parity Technologies CLA Bot

@gavofyork gavofyork merged commit 257beba into paritytech:master Aug 3, 2018
gavofyork added a commit that referenced this pull request Aug 3, 2018
dvdplm added a commit that referenced this pull request Aug 5, 2018
* master:
  Add Links to Tags and House Style (#413)
  Add seed generation tests (#476)
  Added commit hash to --version (#489)
  use write_all instead of write (#488)
  should be MAX_IMPORTING_BLOCKS (#486)
  Use hex_literal in tests, use rustc-hex from crates (#481)
  Lower bft timeout (#483)
  force BFT delay in consensus service, not in proposer logic (#477)
lamafab pushed a commit to lamafab/substrate that referenced this pull request Jun 16, 2020
@Gauthamastro Gauthamastro mentioned this pull request Jan 4, 2021
liuchengxu pushed a commit to chainx-org/substrate that referenced this pull request Aug 23, 2021
liuchengxu added a commit to chainx-org/substrate that referenced this pull request Aug 23, 2021
liuchengxu pushed a commit to autonomys/substrate that referenced this pull request Jun 3, 2022
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.

4 participants