[#60404] is RB_GC_GUARD needed in rb_io_syswrite? — Eric Wong <normalperson@...>
I haven't gotten it to crash as-is, but it seems like we need to
4 messages
2014/02/01
[#60682] volatile usages — Eric Wong <normalperson@...>
Hi all, I went ahead and removed some use of volatile which were once
5 messages
2014/02/13
[#60794] [RFC] rearrange+pack vtm and time_object structs — Eric Wong <normalperson@...>
Extracted from addendum on top of Feature #9362 (cache-aligned objects).
4 messages
2014/02/16
[#61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output — normalperson@...
Issue #9577 has been reported by Eric Wong.
3 messages
2014/02/28
[ruby-core:60756] [ruby-trunk - Bug #9156] Not able to get tmp dir to work with Ruby 2.0.0
From:
benjamin.larralde@...
Date:
2014-02-15 08:07:42 UTC
List:
ruby-core #60756
Issue #9156 has been updated by B L.
That's what I get:
drwx------ 181 ben staff 6154 Feb 15 00:07 /var/folders/w6/5t5wbvps7sq68h0ss0qs3ygm0000gn/T/
----------------------------------------
Bug #9156: Not able to get tmp dir to work with Ruby 2.0.0
https://bugs.ruby-lang.org/issues/9156#change-45173
* Author: B L
* Status: Feedback
* Priority: Normal
* Assignee:
* Category:
* Target version:
* ruby -v: ruby-2.0.0-p353
* Backport: 1.9.3: UNKNOWN, 2.0.0: UNKNOWN
----------------------------------------
I just migrated to Ruby 2.0.0 from 1.9.2 and I'm getting errors when trying to handle files because I can't get tmp directories to work.
If you check this file and look at line 29 you'll see that a check on world_writable? has been added, but the file should not be world writable (prepended by !). So tmp dir are now restricted? What should I do to set up my machine? (I'm using Rails 4)
Here's the error I get:
ArgumentError: could not find a temporary directory
When I try to hit Dir:tmpdir
/home/ben/.rvm/rubies/ruby-2.0.0-p353/lib/ruby/2.0.0/tmpdir.rb: in tmpdir
raise ArgumentError, "could not find a temporary directory" if !tmp
Thanks
Ben
--
http://bugs.ruby-lang.org/