pedz (Perry Smith)
- Login: pedz
- Email: pedz@easesoftware.com
- Registered on: 03/15/2009
- Last sign in: 10/18/2022
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 15 | 16 |
Activity
04/07/2022
- 03:49 PM Ruby master Bug #18680: The documentation for File::Stat#ctime (for example) says: stat.ctime -> aTime
- Yea. The #atime method has "-> time" ... whatever is decided, the four methods: #atime, #ctime, #mtime, and #birthti...
04/05/2022
- 08:08 PM Ruby master Bug #18680 (Closed): The documentation for File::Stat#ctime (for example) says: stat.ctime -> aTime
- I think it returns Time (not aTime). This is true for three of the four "time" methods.
I would not mind making a...
03/25/2022
- 02:02 AM Ruby master Feature #18659 (Open): Create a Binding at the time of an exception and make it available to Rescue
- When an exception occurs, create a binding or I assume make a reference to the current binding and then add that to ...
11/24/2015
- 12:58 AM Ruby master Bug #11733: Compile of ruby 2.2.3 fails on AIX 6.1 TL07 SP03
- Another set of errors (why I gave up on modifying fs.c were these:
compiling /usr/work/src/ruby-2.2.3/ext/-test-/f... - 12:54 AM Ruby master Bug #11733 (Closed): Compile of ruby 2.2.3 fails on AIX 6.1 TL07 SP03
- The build on AIX fails in the ext/-test-/file directory with errors such as
compiling /usr/work/src/ruby-2.2.3/ext...
09/10/2015
- 05:22 PM Ruby master Bug #11519: "#{nil}" produces string as US-ASCII rather than current encoding
- Great! This is why I love the Ruby community.
Thank you!
09/09/2015
- 08:11 PM Ruby master Bug #11519: "#{nil}" produces string as US-ASCII rather than current encoding
- Nobuyoshi Nakada wrote:
> What's and why wrong?
“#{bar}”.encoding != ‘UTF-8’ and “#{bar}#{foo}”.encoding != ‘UTF-... - 04:38 PM Ruby master Bug #11519 (Closed): "#{nil}" produces string as US-ASCII rather than current encoding
- ~~~ruby
#! /usr/bin/env ruby
# encoding: utf-8
puts "Ruby version: #{RUBY_VERSION}"
puts "__ENCODING__ = #{__EN...
10/29/2014
- 03:15 AM Ruby master Bug #10438: miniruby hangs on Mac 10.8.5 during build of ruby 2.1.4
- Adding --with-setjmp-type=_setjmp to configure fixed my problem. I can compile, install, and make check passes as we...
- 02:58 AM Ruby master Bug #10438: miniruby hangs on Mac 10.8.5 during build of ruby 2.1.4
- --gcc= and --cc= options to configure result in an error.
I did export CC=.... before the configure and that took ...
Also available in: Atom