Page MenuHomeDevCentral

Update for Rocket 0.4 and recent Rust
ClosedPublic

Authored by dereckson on Dec 31 2018, 21:19.
Tags
None
Referenced Files
F7927113: D2048.diff
Mon, May 5, 09:30
Unknown Object (File)
Sun, Apr 27, 14:18
Unknown Object (File)
Sat, Apr 26, 06:52
Unknown Object (File)
Fri, Apr 25, 05:54
Unknown Object (File)
Fri, Apr 25, 04:33
Unknown Object (File)
Mon, Apr 21, 04:52
Unknown Object (File)
Sun, Apr 20, 22:24
Unknown Object (File)
Sun, Apr 20, 07:05
Subscribers
None

Details

Summary

Rocket 0.4 allows to use directly a Status as a response,
without any need to wrap in a Failure construct. This simplifies
the code and is more intuitive. As such, we've some wrapper methods
to deprecate.

Compiler plugins for code generation is now stabilized,
it's not feature-gated anymore.

Test Plan
  • compile the lib with Rust 1.33.0-nightly (a2b0f247b 2018-12-30)
  • compile a project against the library

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Passed
Unit
No Test Coverage
Branch
update-rocket-4
Build Status
Buildable 3198
Build 3447: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Dec 31 2018, 21:23
This revision was automatically updated to reflect the committed changes.