raubarede (regis d'aubarede)
- Login: raubarede
- Email: regis.aubarede@gmail.com
- Registered on: 02/16/2009
- Last sign in: 12/13/2010
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/09/2009
-
08:51 PM Ruby Bug #1753 (Closed): non success open client socket not detected on windows
- =begin
Here the code and execution with different ruby version :
D:\usr\ruby\local\dsd17>type z_essai.rb
require 'socket'
p "*************************************************"
p [RUBY_PLATFORM,RUBY_VERSION,RUBY_RELEASE...
02/16/2009
-
09:17 PM Ruby Bug #1164 (Closed): 1.9/windows memroy leak with rand() AND inspect
- =begin
# Here is my codes. memory jump far away with ruby 1.9.1, stable with 1.8.6
# seems that a issue arrive when inspect() AND rand() are call in the same function (?!)
$MAXC=500
def test1 ss=[] ; 0.upto($MAXC) {|j| ss << j...