[#30872] segv when reentering into Fiber with callcc — sheepman <sheepman@...>

こんばんは、sheepman です。

15 messages 2007/06/01
[#30899] Re: segv when reentering into Fiber with callcc — SASADA Koichi <ko1@...> 2007/06/06

 ささだです。

[#30905] Re: segv when reentering into Fiber with callcc — "Yusuke ENDOH" <mame@...> 2007/06/06

遠藤と申します。

[#30906] Re: segv when reentering into Fiber with callcc — SASADA Koichi <ko1@...> 2007/06/06

 ささだです。

[#30929] secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...>

-----BEGIN PGP SIGNED MESSAGE-----

51 messages 2007/06/08
[#30930] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <4669066C.2080307@sarion.co.jp>,

[#30934] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/08

-----BEGIN PGP SIGNED MESSAGE-----

[#30935] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <46694461.4060706@sarion.co.jp>,

[#30936] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/08

-----BEGIN PGP SIGNED MESSAGE-----

[#30938] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <46697C0B.8060402@sarion.co.jp>,

[#30939] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/08

-----BEGIN PGP SIGNED MESSAGE-----

[#30940] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/08

In article <4669DAB0.4050705@sarion.co.jp>,

[#30944] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/09

-----BEGIN PGP SIGNED MESSAGE-----

[#30945] Re: secrand.rb — Tanaka Akira <akr@...> 2007/06/09

In article <466AA73C.9030407@sarion.co.jp>,

[#30946] Re: secrand.rb — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/06/09

-----BEGIN PGP SIGNED MESSAGE-----

[#30950] Re: secrand.rb — Nobuyoshi Nakada <nobu@...> 2007/06/11

なかだです。

[#31173] Re: Random — Tanaka Akira <akr@...> 2007/07/10

In article <469253E9.9010203@sarion.co.jp>,

[#31174] Re: Random — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/07/10

-----BEGIN PGP SIGNED MESSAGE-----

[#31178] Re: Random — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/07/11

-----BEGIN PGP SIGNED MESSAGE-----

[#31179] Re: Random — Tanaka Akira <akr@...> 2007/07/11

In article <4694338C.7090303@sarion.co.jp>,

[#31183] Re: Random — "NAKAMURA, Hiroshi" <nakahiro@...> 2007/07/11

-----BEGIN PGP SIGNED MESSAGE-----

[#30971] Linux/ia64で'ucontext_t' undeclared — akira yamada / やまだあきら <akira@...>

最近のRuby 1.9をLinux/ia64上でmakeしようとすると

16 messages 2007/06/13
[#30973] Re: Linux/ia64で'ucontext_t' undeclared — Yukihiro Matsumoto <matz@...> 2007/06/13

まつもと ゆきひろです

[#30974] Re: Linux/ia64で'ucontext_t' undeclared — akira@... 2007/06/13

Yukihiro Matsumoto さんは書きました:

[#30975] Re: Linux/ia64で'ucontext_t' undeclared — Yukihiro Matsumoto <matz@...> 2007/06/13

まつもと ゆきひろです

[ruby-dev:30901] Re: JSON ライブラリを取り込みました

From: SASADA Koichi <ko1@...>
Date: 2007-06-06 13:19:20 UTC
List: ruby-dev #30901
 ささだです。

NARUSE, Yui さんは書きました:
> というわけで、v1.1.0 が出たので取り込みました。
> ご協力くださった方はありがとうございました。
>

 手元でテストすると 2 failures なのですが、何か心当たりってあ
ります?


> ko1@vd:~/ruby/build$ make test-all TESTS='-v json'
> ./miniruby  ../trunk/runruby.rb --extout=.ext -- "../trunk/test/runner.rb" --basedir="../trunk/test" --runner=console -v json
> Skipping permutation tests.
> Loaded suite json
> Started
> test_backslash(TC_JSON): .
> test_comments(TC_JSON): .
> test_construction(TC_JSON): .
> test_nesting(TC_JSON): .
> test_parse_array(TC_JSON): .
> test_parse_arrays(TC_JSON): .
> test_parse_object(TC_JSON): .
> test_parse_simple_arrays(TC_JSON): .
> test_parse_simple_objects(TC_JSON): .
> test_parse_values(TC_JSON): .
> test_parser_reset(TC_JSON): .
> test_wrong_inputs(TC_JSON): .
> test_extended_json(TC_JSONAddition): .
> test_extended_json_fail(TC_JSONAddition): .
> test_raw_strings(TC_JSONAddition): .
> test_failing(TC_JSONFixtures): .
> test_passing(TC_JSONFixtures): /home/ko1/ruby/trunk/lib/json/common.rb:106: warning: Float 23456789012E666 out of range
> .
> test_states(TC_JSONGenerate): .
> test_unparse(TC_JSONGenerate): F
> test_unparse_pretty(TC_JSONGenerate): F
> test_chars(TC_JSONUnicode): .
> test_unicode(TC_JSONUnicode): .
> 
> Finished in 0.313759 seconds.
> 
>   1) Failure:
> test_unparse(TC_JSONGenerate) [/home/ko1/ruby/trunk/test/json/test_json_generate.rb:43]:
> <"{\"a\":2,\"b\":3.141,\"c\":\"c\",\"d\":[1,\"b\",3.14],\"e\":{\"foo\":\"bar\"},\"g\":\"\\\"\\u0000\\u001f\",\"h\":1000.0,\"i\":0.001}"> expected but was
> <"{\"a\":2,\"h\":1000.0,\"g\":\"\\\"\\u0000\\u001f\",\"b\":3.141,\"d\":[1,\"b\",3.14],\"c\":\"c\",\"i\":0.001,\"e\":{\"foo\":\"bar\"}}">.
> 
>   2) Failure:
> test_unparse_pretty(TC_JSONGenerate) [/home/ko1/ruby/trunk/test/json/test_json_generate.rb:54]:
> <"{\n  \"a\": 2,\n  \"b\": 3.141,\n  \"c\": \"c\",\n  \"d\": [\n    1,\n    \"b\",\n    3.14\n  ],\n  \"e\": {\n    \"foo\": \"bar\"\n  },\n  \"g\": \"\\\"\\u0000\\u001f\",\n  \"h\": 1000.0,\n  \"i\": 0.001\n}"> expected but was
> <"{\n  \"a\": 2,\n  \"h\": 1000.0,\n  \"g\": \"\\\"\\u0000\\u001f\",\n  \"b\": 3.141,\n  \"d\": [\n    1,\n    \"b\",\n    3.14\n  ],\n  \"c\": \"c\",\n  \"i\": 0.001,\n  \"e\": {\n    \"foo\": \"bar\"\n  }\n}">.
> 
> 22 tests, 327 assertions, 2 failures, 0 errors
> make: *** [test-all] Error 1


-- 
// SASADA Koichi at atdot dot net


In This Thread