Do you have any recommendation about a bug/feature that would be better use of my rust coding time? I would be glad to know which.
On Tue, Aug 24, 2010 at 9:40 PM, Graydon Hoare <[email protected]> wrote: > On 10-08-24 11:35 AM, ori bar wrote: >> >> I've tried searching trans.ml for code which implements assignments >> for the 'any' type and haven't found any, have I missed something? Or >> is the 'any' type mostly unimplemented? If so, where should one start >> to implement it and/or is there someone already working on it? > > Unimplemented. Feel free, if you like. > > Though I'm hesitant to encourage you on this, as I think we've proven to > ourselves that it'll be reasonably easy to do in theory (pointer-to-box + > pointer-to-type-descriptor) and I suspect we can get rustc running without > it. > > (Perhaps I should go through the tracker and mark off bugs that seem likely > to be rustc-blocking? I bet that'd be a good use of time.) > > -Graydon > _______________________________________________ > Rust-dev mailing list > [email protected] > https://mail.mozilla.org/listinfo/rust-dev > -- 1110101111111110 - it's a way of life _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
