General

Profile

fanantoxa (Anton Sivakov)

  • Login: fanantoxa
  • Registered on: 03/20/2016
  • Last sign in: 07/30/2023

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 5 5

Activity

11/14/2017

11:47 PM Ruby master Bug #14107 (Rejected): Enumerable#each_with_object partly mutate object
Hi. I was working with `each_with_object` and found a bug.
I was needed to iterate through the array and have an mem...
fanantoxa (Anton Sivakov)

06/07/2017

05:58 PM Ruby master Bug #12203: dumper.c static int yaml_emitter_dump_scalar two variables have the same value
shyouhei (Shyouhei Urabe) wrote:
> They are passed to a macro. I guess the author intentionally separated these two...
fanantoxa (Anton Sivakov)

06/06/2017

10:08 PM Ruby master Bug #13636: REXML::Document.parse_stream doesn't handle when closing tag not provided
Expected to get exception for xml3 example fanantoxa (Anton Sivakov)
09:35 PM Ruby master Bug #13636 (Closed): REXML::Document.parse_stream doesn't handle when closing tag not provided
I've tried to use REXML for parsing but got unexpected behavior:
Here is example:
~~~ ruby
require 'rexml/docu...
fanantoxa (Anton Sivakov)

04/04/2016

10:35 AM Ruby master Bug #12202: nkf.c static void mime_putc the variable being used for loop used for outer loop too
Yui NARUSE wrote:
> Applied in changeset r54423.
>
> ----------
> * ext/nkf/nkf-utf8/nkf.c: Merge upstream 4f3ed...
fanantoxa (Anton Sivakov)

03/25/2016

08:05 PM Ruby master Bug #12202: nkf.c static void mime_putc the variable being used for loop used for outer loop too
Shyouhei Urabe wrote:
> This is (surprisingly) safe, because that `mimeout_state.count = 0;` line purposefully termi...
fanantoxa (Anton Sivakov)

03/20/2016

12:29 PM Ruby master Bug #12203 (Third Party's Issue): dumper.c static int yaml_emitter_dump_scalar two variables have the same value
~~~
static int
yaml_emitter_dump_scalar(
.....
int plain_implicit = (strcmp((char *)node->tag,
YA...
fanantoxa (Anton Sivakov)
12:22 PM Ruby master Bug #12202 (Closed): nkf.c static void mime_putc the variable being used for loop used for outer loop too
~~~
for (i=0;i<mimeout_state.count;i++) {
if (SP<mimeout_state.buf[i] && mimeout_state.buf[i]<DEL) {
eof_mim...
fanantoxa (Anton Sivakov)
12:12 PM Ruby master Bug #12201 (Closed): nkf.c static void fold_conv part of exression always true
~~~
/* new line */
if (fold_preserve_f) {
f_prev = c1;
f_line = 0;
fold_state = CR;
} else if...
fanantoxa (Anton Sivakov)

Also available in: Atom