vjoel (Joel VanderWerf)
- Login: vjoel
- Email: vjoel@users.sourceforge.net
- Registered on: 09/09/2009
- Last sign in: 11/25/2015
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 6 | 6 |
Activity
09/01/2014
- 05:46 PM Ruby master Bug #6592: test_call_double(DL::TestDL) fails on ARM HardFP
- Fails with gcc-4.8.2 also.
~~~
$ make check
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno...
04/17/2014
- 07:12 PM Ruby master Bug #9754: Ruby refuses to run source with Mutex locks though there is no hazard..
- A Mutex is not reentrant.
This deadlocks:
m = Mutex.new
m.lock
m.synchronize {}
So does this:
...
11/19/2013
- 07:04 AM Ruby master Feature #9121: [PATCH] Remove rbtree implementation of SortedSet due to performance regression
- As noted at https://github.com/ruby/ruby/pull/451#issuecomment-28741490:
These benchmarks miss the point of using ...
06/25/2013
- 07:46 AM Ruby master Feature #6373: public #self
- Another argument against `#identity`: it is used by several libraries for something completely different. For example...
05/07/2013
- 02:43 PM Ruby master Bug #8374 (Closed): race condition when two threads require a gem
- =begin
Requiring a gem with a C extension seems to be not threadsafe.
Any one of the require lines below will fre...
03/27/2013
- 08:06 AM Ruby master Feature #8128: New primitives for Rinda::TupleSpace
- You are right: it is best to leave these extensions out of trunk. I can maintain them separately.
However, some cl...
03/20/2013
- 08:00 AM Ruby master Feature #8128 (Rejected): New primitives for Rinda::TupleSpace
- =begin
= New primitives for Rinda::TupleSpace
This issue proposes adding two new primitives to TupleSpace for a... - 02:21 AM Ruby master Bug #8125 (Closed): lost-tuple bug and fix for Rinda::TupleSpaceProxy.take
- =begin
Rinda::TupleSpaceProxy prevents tuple loss during #take by exposing a "port" object on the client that the ...
03/19/2013
- 06:13 AM Ruby master Feature #8119 (Closed): more efficient version of Rinda::TupleSpaceProxy.take
- =begin
The purpose of Rinda::TupleSpaceProxy is to avoid losing tuples when a client disconnects during a #take ca...
07/07/2011
- 04:15 PM Ruby master Feature #4985: Add %S[] support for making a list of symbols
- Wondering idly if the following could be parsed...
:[foo bar]
Eh, maybe it's too inconsistent with % notation a...
Also available in: Atom