| 
  • If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

Design20080430

This version was saved 15 years, 11 months ago View current version     Page history
Saved by MenTaLguY
on April 30, 2008 at 7:17:24 pm
 

 

Ruby Design Meeting: 2008-04-30 PDT

 

Attendees:

  • Ola Bini
  • Thomas E Enebo
  • Charles Oliver Nutter
  • Laurent Sansonetti
  • Evan Phoenix
  • Brian Ford
  • Yukihiro Matsumoto

 

Time/Date/Location: 

11am May 1st, 2008 JST (April 30th, 2008 7pm), #ruby-core

 

Agenda

  • Scheduling of next meeting
    • Consider EU timezone issue
  • Action item review
  • Integration of RubySpecs into MRI/trunk and MRI/1.8
  • Continuous integration, regression testing for Ruby 1.8 branch releases (e.g. 1.8.7)
    • valgrind
  • MacRuby and other syntax changes
  • Scheduling: sleep intervals and system clock changes
    • Sleep time with Ruby select/sleep behaves erratically when system clock is changed
    • Easiest remedy is to use clock_gettime(CLOCK_MONOTONIC), when available, in place of gettimeofday() in the main select loop
    • Stable sleep times are required to correctly implement facilities like Java's DelayQueue
  • String class in 1.9 & bytestrings
  • Uninclude functionality
  • Include on Classes
  • RUBY_ENGINE or similar constant to indicate implementation

 

 

Notes

  • Decided on next meeting, to be held same time of day. 11am May 16th JST, 7pm May 15th PST. 

 

Action Items

  •  

 

Comments (0)

You don't have permission to comment on this page.