Page MenuHomeDevCentral

Prepare the repository for current state of art
ClosedPublic

Authored by dereckson on Tue, Sep 23, 19:04.

Details

Summary

Per T1231, a dichotomic search highlighted the last nightly toolchain able to
build Rocket v0.4 is nightly-2024-12-15. This change adopts that version to
generate documentation through Jenkins pipeline and documents it in README.

As we want to support more recent frameworks, a modular structure is required:

  • different crates by framework can be provided
  • common patterns can go to a core crate

To adopt this repository structure, the current code is moved to rocket-legacy/

In next commits, framework-agnostic code will be moved to the core crate.

Ref T2131 - required toolchain version
Ref T2135 - repository structure

Test Plan

cargo build

Diff Detail

Repository
rLF Limiting Factor
Lint
Lint Passed
Unit
No Test Coverage
Branch
multi-framework
Build Status
Buildable 5951
Build 6233: arc lint + arc unit

Event Timeline

dereckson created this revision.

We can still build it, also build the documentation, so all is fine.

This revision is now accepted and ready to land.Tue, Sep 23, 19:10