Results 47 comments of Schnittchen

Sure, glad to help. See https://github.com/schnittchen/hashie/commit/4b7ed0cdfef7d76f2b7096a73cf41c05235b83de Shall I split into two examples?

I'l see what I can do. This is indeed considered a bug, then? Have you exercised my test btw?

That's in conflict with https://github.com/intridea/hashie/blob/master/README.md#mash "while still retaining all Hash functionality"

IMHO it's not even about Hash. It's a very basic container contract: I'll find what I've put in.

I understand that the idea is to have ``` mhash[:foo] = { bar: 3 } mhash.foo.bar = 5 ``` which implies some conversion in `[]=`. The only alternatives are -...

This is still an issue on `5.0.0.beta.3` as well as on current `master`. Please reopen.

To make a start, here's a snippet from my application: ``` {{:input, input}, {:output, output}} = :erlang.statistics(:io) [ {"erlang_schedulers", :erlang.system_info(:schedulers)}, {"erlang_uptime", :erlang.statistics(:wall_clock) |> elem(0) |> Kernel.div(1000)}, {"erlang_io_input_kb", input |> Kernel.div(1024)},...

Here's the wrapper script I use to make `rake resque:workers` co-operate with systemd. It might be useful beyond that. No guarantee this doesn't kill kittens. ``` #!/bin/bash set -euo pipefail...

these modifications (up to 32b3a46) make the tests pass (except for one, just as before) on ruby 1.8.7 (tested with ree)