[#70252] Re: [ruby-cvs:58640] nobu:r51492 (trunk): node.c: NODE_ALLOCA for ALLOCV — Eric Wong <normalperson@...>
Besides possible backwards compatibility, can we drop volatile
3 messages
2015/08/05
[#70257] [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI — ko1@...
Issue #11420 has been reported by Koichi Sasada.
11 messages
2015/08/06
[#70337] Re: [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI
— Eric Wong <normalperson@...>
2015/08/11
Nice. Thank you guys for looking into this.
[#70349] Re: [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI
— Eric Wong <normalperson@...>
2015/08/12
Btw, did you consider using flexible array to avoid extra malloc
[#70355] Re: [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI
— Юрий Соколов <funny.falcon@...>
2015/08/12
I thought to suggest to embed hash_id_table directly into places when it is
[#70356] Re: [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI
— SASADA Koichi <ko1@...>
2015/08/12
On 2015/08/13 4:29, Юрий Соколов wrote:
[#70358] Re: [Ruby trunk - Feature #11420] [Open] Introduce ID key table into MRI
— Eric Wong <normalperson@...>
2015/08/12
SASADA Koichi <ko1@atdot.net> wrote:
[#70509] [Ruby trunk - Misc #11276] [RFC] compile.c: convert to use ccan/list — ko1@...
Issue #11276 has been updated by Koichi Sasada.
3 messages
2015/08/21
[#70639] the undefined behavior of an iterator if it is modified inside of the block to which it yields — Daniel Doubrovkine <dblock@...>
(this is my first time e-mailing list list, so apologies for any misstep :)
4 messages
2015/08/31
[ruby-core:70291] [Ruby trunk - Bug #11342] ruby 2.2.2 will not compile on Solaris 11.2 32 or 64 bit
From:
nagachika00@...
Date:
2015-08-10 01:53:09 UTC
List:
ruby-core #70291
Issue #11342 has been updated by Tomoyuki Chikanaga. Anyway, I'll backport r50089 into `ruby_2_2` branch later. ---------------------------------------- Bug #11342: ruby 2.2.2 will not compile on Solaris 11.2 32 or 64 bit https://bugs.ruby-lang.org/issues/11342#change-53713 * Author: Anthony Palermo * Status: Feedback * Priority: Normal * Assignee: * ruby -v: * Backport: 2.0.0: UNKNOWN, 2.1: UNKNOWN, 2.2: REQUIRED ---------------------------------------- ~~~ make & sudo make install [1] 23519 Password: ~~~ (snip) ~~~ option.c:886:33: error: expected declaration specifiers or ‘...’ before ‘u_int8_t’ option.c: In function ‘inspect_tcpi_options’: option.c:898:5: error: ‘options’ undeclared (first use in this function) option.c:898:5: note: each undeclared identifier is reported only once for each function it appears in option.c:898:5: error: ‘u_int8_t’ undeclared (first use in this function) option.c: At top level: option.c:926:50: error: expected declaration specifiers or ‘...’ before ‘u_int32_t’ option.c: In function ‘inspect_tcpi_usec’: option.c:928:44: error: ‘t’ undeclared (first use in this function) option.c: In function ‘inspect_tcp_info’: option.c:1003:16: error: ‘TCP_CA_Open’ undeclared (first use in this function) option.c:1004:16: error: ‘TCP_CA_Disorder’ undeclared (first use in this function) option.c:1005:16: error: ‘TCP_CA_CWR’ undeclared (first use in this function) option.c:1006:16: error: ‘TCP_CA_Recovery’ undeclared (first use in this function) option.c:1007:16: error: ‘TCP_CA_Loss’ undeclared (first use in this function) option.c:1021:9: error: too many arguments to function ‘inspect_tcpi_options’ option.c:886:1: note: declared here option.c:1030:9: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here option.c:1033:9: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here option.c:1075:2: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here option.c:1078:2: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here option.c:1093:9: error: too many arguments to function ‘inspect_tcpi_usec’ option.c:926:1: note: declared here make[2]: *** [option.o] Error 1 make[2]: Leaving directory `/export/home/dolly/ruby-2.2.2/ext/socket' make[1]: *** [ext/socket/all] Error 2 make[1]: Leaving directory `/export/home/dolly/ruby-2.2.2' make: *** [build-ext] Error 2 ~~~ ---Files-------------------------------- bug-11342.log (30.4 KB) -- https://bugs.ruby-lang.org/