[#75687] [Ruby trunk Bug#12416] struct rb_id_table lacks mark function — shyouhei@...
Issue #12416 has been reported by Shyouhei Urabe.
3 messages
2016/05/23
[#75763] [Ruby trunk Feature#12435] Using connect_nonblock to open TCP connections in Net::HTTP#connect — mohamed.m.m.hafez@...
Issue #12435 has been reported by Mohamed Hafez.
3 messages
2016/05/28
[#75774] Errno::EAGAIN thrown by OpenSSL::SSL::SSLSocket#connect_nonblock — Mohamed Hafez <mohamed.m.m.hafez@...>
Hi all, every now and then in my production server, I'm
4 messages
2016/05/30
[#75775] Re: Errno::EAGAIN thrown by OpenSSL::SSL::SSLSocket#connect_nonblock
— Mohamed Hafez <mohamed.m.m.hafez@...>
2016/05/30
Or does MRI's OpenSSL::SSL::SSLSocket#connect_nonblock just return
[#75782] Important: Somewhat backwards-incompatible change (Fwd: [ruby-cvs:62388] duerst:r55225 (trunk): * string.c: Activate full Unicode case mapping for UTF-8) — Martin J. Dürst <duerst@...>
With the change below, I have activated full Unicode case mapping for
4 messages
2016/05/31
[ruby-core:75714] [Ruby trunk Bug#12426] Error when compiling win32ole.c on cygwin
From:
duerst@...
Date:
2016-05-24 23:28:34 UTC
List:
ruby-core #75714
Issue #12426 has been reported by Martin Dürst.
----------------------------------------
Bug #12426: Error when compiling win32ole.c on cygwin
https://bugs.ruby-lang.org/issues/12426
* Author: Martin Dürst
* Status: Open
* Priority: Normal
* Assignee: Nobuyoshi Nakada
* ruby -v: ruby 2.4.0dev (2016-05-24 trunk 55139) [x86_64-cygwin]
* Backport: 2.1: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN
----------------------------------------
I get the following error when compiling ruby on cygwin:
```
compiling win32ole.c
In file included from win32ole.h:3:0,
from win32ole.c:18:
win32ole.c: In function ‘fole_initialize’:
../.././include/ruby/ruby.h:2224:36: error: call to ‘rb_scan_args_bad_format’ declared with attribute error: bad scan arg format
/(rb_scan_args_valid_p(fmt)||rb_scan_args_bad_format(fmt))) \
^
../.././include/ruby/ruby.h:2236:8: note: in expansion of macro ‘rb_scan_args_verify’
rb_scan_args_verify(fmt, varc), vars)
^
../.././include/ruby/ruby.h:2156:9: note: in expansion of macro ‘rb_scan_args0’
rb_scan_args0(argc,argv,fmt,(sizeof((VALUE*[]){__VA_ARGS__})/sizeof(VALUE*)),((VALUE*[]){__VA_ARGS__})), \
^
win32ole.c:2448:5: note: in expansion of macro ‘rb_scan_args’
rb_scan_args(argc, argv, "11*", &svr_name, &host, &others);
^
win32ole.c: At top level:
cc1: warning: unrecognized command line option ‘-Wno-self-assign’
cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’
cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’
cc1: warning: unrecognized command line option ‘-Wno-tautological-compare’
Makefile:256: recipe for target 'win32ole.o' failed
make[2]: *** [win32ole.o] Error 1
make[2]: Leaving directory '/cygdrive/c/Data/ruby/ext/win32ole'
exts.mk:259: recipe for target 'ext/win32ole/all' failed
make[1]: *** [ext/win32ole/all] Error 2
make[1]: Leaving directory '/cygdrive/c/Data/ruby'
uncommon.mk:204: recipe for target 'build-ext' failed
make: *** [build-ext] Error 2
```
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>