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...
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...
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
- 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...
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...
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...
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... - 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... - 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...
Also available in: Atom