Status update 2017-09-08
This update covers the period from 8/8 to 9/8.
Overall check-in
We’ve finished up the in-band evaluations for the libz blitz this year, but there are still many contribution opportunities for fixing issues raised in the various crates.
There are also still a number of out-of-band evaluations that need people to take on the lead. If you’d like to get on board with one of these just leave a comment here and we can help you get started.
There are a few larger pieces of on-going work to finalise:
Work completed this cycle
Here’s what happened on crates since the last status report:
flate2
log
-
@danielscottt removed shutdown and added
flush
toLog
trait -
@omh1280 created builders for
Metadata
,Record
, andLevel
error-chain
gcc
-
@opilar added examples for
cpp_link_stdlib
/cpp_set_stdlib
- @opilar added warnings control
-
@marco9999 added in error checking for the
compile()
andexpand()
functions -
@laumann renamed
Config
type toBuild
- @laumann added explaination for emitted cargo metadata
mio
-
@ahmedcharles implemented
Clone
formio::event::Iter
-
@ahmedcharles reordered methods in
mio::net
-
@ahmedcharles removed
unwrap
s from examples -
@ahmedcharles added
Debug
representation toPollOpt::empty
-
@ahmedcharles made
Debug
representations consistent -
@jehiggs implemented
IntoIterator
forEvents
-
@ahmedcharles changed
test_close_on_drop
to usePoll
API -
@ahmedcharles changed
test_tcp
to usePoll
API -
@ahmedcharles changed
test_echo_server
to usePoll
API -
@ahmedcharles changed
test_local_addr
to usePoll
API -
@ahmedcharles changed
test_multicast
to usePoll
API -
@ahmedcharles changed
test_udp_socket
to usePoll
API -
@ahmedcharles removed uses of the deprecated
tcp
module -
@ahmedcharles removed uses of deprecated
iovec
re-export -
@ahmedcharles removed uses of deprecated
PollOpt
andReady
functions -
@ahmedcharles removed uses of deprecated
udp
module -
@ahmedcharles removed uses of deprecated
Registration
functions -
@ahmedcharles remove deprecated uses of
hup
-
@ahmedcharles remove uses of deprecated
Event
andEvented
at the crate root -
@ahmedcharles removed
Not
impls - @mayhewj fixed broken links
-
@nivkner documented
fuchsia
module instability
env_logger
- @mjkillough updated Cargo.toml metadata
-
@mjkillough derived std traits for
Target
-
@shivanth implemented
Debug
for structs
threadpool
-
@dns2utf8 documented
Clone
impl forThreadPool
-
@dns2utf8 added tests to make sure the types in the pool stay
Send
and/orSync
-
@frewsxcv implemented
PartialEq
/Eq
forThreadPool
-
@frewsxcv added a
threadpool::Builder
- @mjkillough added more hyperlinks to documentation
- @mjkillough added keywords and categories to Cargo.toml
Cookbook
-
@lilianmoraru added
rayon
parallel sort example - @sotocodes added Filter csv records matching a predicate example
- @alisha17 avoid writing to a file you are reading from
If I’ve missed anything out please let me know and I’ll add them to the list!