Page MenuHomeDevCentral

Prepare the repository for current state of art
ClosedPublic

Authored by dereckson on Tue, Sep 23, 19:04.
Tags
None
Referenced Files
F11828491: D3713.diff
Thu, Sep 25, 03:58
F11828490: D3713.id9607.diff
Thu, Sep 25, 03:58
F11828401: D3713.id9609.diff
Thu, Sep 25, 03:52
F11828075: D3713.id9609.diff
Thu, Sep 25, 03:42
F11825645: D3713.id9607.diff
Thu, Sep 25, 02:17
F11825637: D3713.id9608.diff
Thu, Sep 25, 02:17
F11825622: D3713.id9608.diff
Thu, Sep 25, 02:16
F11822900: D3713.diff
Thu, Sep 25, 00:37
Subscribers
None

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 Not Applicable
Unit
Tests Not Applicable

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