Alexandr Smirnov

Results 24 comments of Alexandr Smirnov

@nijel ``` $ enca -v enca 1.14 Features: +librecode-interface +iconv-interface +external-converter +language-detection +locale-alias +target-charset-auto +ENCAOPT ``` As far as i see, it is not latest. I'll build it from master...

``` ➜ bin git:(master) ✗ ./enca --version enca 1.19-dev Features: +librecode-interface +iconv-interface +external-converter +language-detection +locale-alias +target-charset-auto +ENCAOPT Copyright (C) 2000-2005 David Necas (Yeti) (), 2005 Zuxy Meng (). Enca is...

I am currently running gentoo linux (4.3.6-ck). Pulled current master, problem persists. I'll try make PR at weekend

@nijel no, i am completly not familar with gdb and other c-related stuff :(

never used `writer: false` and not suggest it

@enthrops it would break back-compatibility. I wrote some examples in #20

#13 would fix problem described here, i think it is a better solution

``` lang=ruby class Foo include Tainbox suppress_tainbox_initializer! attribute :foo, default: :bar end ``` expected `Foo.new.foo` to eq `:bar`, got `nil`