Skip to content

Incremental compilation across crates

Closed Mar 6, 2017 100% complete

After the incremental beta, another important step is to have the ability to reuse code across crates. In fact, the basic infrastructure for this exists already, but we need to make test cases representing the scenarios we expect and then fix the bugs that prevent those testcases from achieving the reuse we expect.

After the incremental beta, another important step is to have the ability to reuse code across crates. In fact, the basic infrastructure for this exists already, but we need to make test cases representing the scenarios we expect and then fix the bugs that prevent those testcases from achieving the reuse we expect.

Loading