mit-pdos / noria

Fast web applications through dynamic, partially-stateful dataflow
Apache License 2.0
4.97k stars 241 forks source link

chore: use stable #174

Closed Nonius closed 3 years ago

Nonius commented 3 years ago

I couldn't find any documentation why use the nightly compiler but since it compiles and tests pass it might be nice to use stable.

Nonius commented 3 years ago

I think that the pipeline should pass if both this and #176 are merged.

Nonius commented 3 years ago

My bad, I used RUSTC_BOOTSTRAP=1, but with rustc version 1.50 it will be possible to enable it only for the assert_infrequent which might be better than having nightly for everything.

Nonius commented 3 years ago

Since I used RUSTC_BOOTSTRAP=1 this request makes no sense.