So I've always had a difficult relationship with the obj system, or
rather its implementation. I couldn't help grinding my teeth every
time I ran into a special case for obj values in the trans pass or had
to scroll past some long, ugly block of code for the
ast::expr_anon_obj case in some code. Now that we have a viable
alternative to objs, and no one objected to removing them, I jumped at
the chance and converted all uses of objs to some other approach --
and finally, earlier today, removed support for the obj system from
the compiler completely.

May it rest in peace.
_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to