Most crates are no-std when possible, 100% documented, and I think pretty high quality. #patch #rust

permalink

focaccia and roe are UTF-8 case manipulation crates for implementing parts of `String` and `Symbol` in #artichoke. intaglio is Artichoke's symbol table, boba is an implementation of Bubble Babble Encoding which will be used in the `digest` stdlib package. #rust #patch

permalink

Published a few more #rust crates since I last checked in: boba, focaccia, intaglio, and roe. crates.io/crates/boba crates.io/crates/focaccia crates.io/crates/intaglio crates.io/crates/roe #patch

permalink

I published my first #rust crate (and package of any kind, ever)! rand_mt is a fork of an existing Mersenne Twister crate which adds compatibility with the latest rand_core and makes it no_std crates.io/crates/rand_mt #patch

permalink

I contributed a feature to #rust! Added an implementation to allow turning a &mut str into a String using the standard From trait #win #patch github.com/rust-lang/rust/pul…

permalink

I added a feature to rust-bindgen to make a dependency optional to make the build lighter #github #patch github.com/rust-lang/rust-bin…

permalink

Reported a critical bug in rustfmt #fail #github #patch github.com/rust-lang/rustfmt/…

permalink

I added a macro to oniguruma to enable it to build on clang for #wasm targets #patch #github #artichoke github.com/kkos/oniguruma/pul…

permalink

I reported an undocumented panic in #rust that was fixed today #patch #win github.com/rust-lang/rust/iss…

permalink

Reported a build issue on #mruby with gperf 3.1 #ci #build #patch #github #artichoke github.com/mruby/mruby/issues…

permalink

I'm trying to improve Regexp performance in #artichoke by using the regex crate instead of oniguruma in some cases. It turns out not to be faster in all cases #patch #rust #fail github.com/rust-lang/regex/is…

permalink

This was hard to track down: emscripten linker error with a particular function signature #rust #wasm #patch #github #fail github.com/emscripten-core/em…

permalink
Post Image

That is a lot of code #artichoke #github #patch #win

permalink
Post Image

That is a lot of code #artichoke #github #patch #win

permalink

I forked onig and hope to add support for the wasm-unknown-unknown build target. For #artichoke though, it's too soon. Once mruby-sys is pulled into #Rust I'll try again #ruby #mruby #fail #patch #Wasm

permalink

Matz likes my code omg omg omg #win #ruby #mruby #patch github.com/mruby/mruby/pull/4…

permalink

I’ve been uncovering a few bugs in mruby trying to get ruby/spec to at least run to completion. This bug report fixed an infinite loop that unblocked that #mruby #patch github.com/mruby/mruby/issues…

permalink

Reported a bug in layout generation for structure with flexible array members to #rust bindgen that was recently fixed #patch github.com/rust-lang/rust-bin…

permalink

Reported an uninitialized memory access to #mruby upstream that was recently fixed #patch github.com/mruby/mruby/issues…

permalink

I had a PR accepted in mruby! #patch #ruby #mruby #win github.com/mruby/mruby/pull/4560

permalink

Added a feature (both a new capability and a compile time feature!) to rust-embed to allow it to embed sources relative to crate root which is useful in workspaces #rust #patch github.com/pyros2097/rust-emb…

permalink

Adding paragraph mode to String#each_line in mruby core #ruby #patch github.com/mruby/mruby/pull/4527

permalink

I've proposed a couple of PRs to speed up UTF-8 String handling in mruby github.com/mruby/mruby/pull/4529 github.com/mruby/mruby/pull/4531 #patch #ruby #github

permalink

ruby/spec is a set of specifications for the Ruby language shared across implementations. I had a fix accepted to the StringScanner spec! #patch #ruby github.com/ruby/spec/pull/671

permalink

I reported a compiler improvement for suggestion diagnostics #rust #patch github.com/rust-lang/rust/iss…

permalink

Filed a couple more issues I ran into while working on ferrocarril: github.com/SergioBenitez/Rock… github.com/rust-onig/rust-oni… #patch

permalink

My #ci builds of ferrocarril caught a bug in rustyline that made compilation fail on the latest nightly #rust #win #patch github.com/kkawakam/rustyline…

permalink

I reported a #segfault in mruby and spoke directly with @matz! #win github.com/mruby/mruby/issues… #patch

permalink

#patch got another PR accepted in the Ansible + ACME + Route53 role I use for the hyperbola dev env load balancer #win github.com/mprahl/ansible-rol…

permalink

I just used #github to create a reproducer case for a panic in a #rust library #win github.com/lopopolo/rust-embe… github.com/pyros2097/rust-emb… #patch

permalink

First #rust #patch accepted github.com/asomers/futures-lo… closing out 2018 with a bang

permalink

I had a #patch accepted to an Ansible role I use in my Vagrant environment github.com/mprahl/ansible-rol…

permalink

I had a #patch accepted to gunicorn github.com/benoitc/gunicorn/p…

permalink

#django feature request and #patch accepted code.djangoproject.com/ticket…

permalink

Open-source #patch: github.com/fge/json-patch/pull/7

permalink

Woo! my #django #patch got accepted. code.djangoproject.com/change…

permalink