This Week In Servo 4

2014-09-24 What's up with Servo for the week of 16-23 September, 2014

In the last week, we landed 54 PRs.

Notable additions

New contributors

Meeting

Stuff discussed in the meeting:

  • Build infra changes: We will be moving back from Travis to bors. (At the time of writing, this change has already happened)
  • HTTP library: hyper looks promising. A list of our requirements for an HTTP library can be found here
  • Adapting to the removal of libgreen
  • html5ever is ready for review.
  • Cargo issues were discussed. Cargo no longer hides output from dependencies, which is great!
  • The removal of &JSRef was discussed. It would be nice if methods could be defined with JSRef<self> (or any other smart pointers).