Show enters and exits. Hide enters and exits.
| 02:35:42 | jarib | brixen: hey |
| 02:40:39 | brixen | hey, were you going to push your work on AccessVariabl? |
| 02:40:43 | brixen | +e |
| 02:41:43 | jarib | brixen: it's my first patch (i think) |
| 02:41:54 | jarib | so i don't have a commit bit |
| 02:41:58 | brixen | ahh ok |
| 02:42:06 | brixen | have you finished it up? |
| 02:42:25 | jarib | yeah, that patch is good to go |
| 02:42:30 | brixen | ok |
| 02:42:32 | jarib | sorry about the mess on lighthouse :) |
| 02:42:38 | brixen | that's ok |
| 02:42:42 | brixen | what's the #? |
| 02:43:11 | jarib | #774 |
| 02:43:59 | brixen | sweet, thanks |
| 02:44:04 | brixen | I'll take a look in a bit |
| 02:44:10 | jarib | cool |
| 02:44:19 | brixen | I was sync'ing the rubyspecs and there were some related failures |
| 02:44:32 | jarib | right |
| 02:44:35 | brixen | which made me think "haven't I seen this somewhere?" :) |
| 02:45:01 | jarib | the #call failure isn't fixed yet |
| 02:45:04 | brixen | ok |
| 02:45:06 | jarib | so that should probably be tagged |
| 02:45:12 | brixen | n/p |
| 02:45:38 | jarib | i have a question about where to put some additional specs though |
| 02:45:48 | brixen | ok |
| 02:46:08 | jarib | for example, method(:foo).to_proc.inspect fails if :foo is backed by AccessVariable |
| 02:46:36 | brixen | the call to #to_proc returns a Proc? |
| 02:46:42 | jarib | yes |
| 02:47:04 | brixen | ok, I'd put it in Proc, but use method(:foo).to_proc to create the Proc |
| 02:47:08 | jarib | but Proc::Method#inspect expects a compiled_method |
| 02:47:39 | jarib | it does some fancy stuff that's pretty rubinius-specific |
| 02:47:45 | brixen | yeah |
| 02:47:51 | jarib | i.e. the #inspect output contains more info than other impl. |
| 02:47:54 | brixen | write the specs from MRI perspective |
| 02:48:12 | jarib | ok |
| 02:48:14 | brixen | it's just that the Proc is created from a call to #to_proc on an UnboundMethod |
| 02:48:23 | brixen | or whatever |
| 02:48:41 | jarib | mhm |
| 02:49:20 | brixen | heading to dinner in a bit, but I'll be around later |
| 02:49:25 | jarib | i'll probably have time to look at it more this weekend |
| 02:49:29 | jarib | now is bedtime :) |
| 02:49:42 | brixen | heh, sure, n/p |
| 06:34:30 | boyscout | Updated MSpec source to b26da6b3. - 2b1de0f - Brian Ford |
| 06:34:30 | boyscout | Updated CI frozen specs to RubySpec a9855dfa. - 6d452aa - Brian Ford |
| 06:34:30 | boyscout | Integer() raises FloatDomainError on non-real Floats. - 6a30695 - Brian Ford |
| 06:34:30 | boyscout | Marshal.dump raises TypeError for classes on which marshaling is undefined. - 2adbe90 - Brian Ford |
| 06:34:30 | boyscout | Set default Module#included to be private. - 5c3d3de - Brian Ford |
| 06:34:30 | boyscout | Updated CI tags for merged specs. - a681a48 - Brian Ford |
| 06:34:32 | boyscout | Use shared specs for Process.times and Time.times. - d2a79ef - Brian Ford |
| 06:34:34 | boyscout | Added Time.times. - 1499aa4 - Brian Ford |
| 18:30:02 | alexa | how jit works in Rubinius? |
| 21:12:36 | ddub | is bored |