Page MenuHomePhabricator

Continue construction of `bin/celerity map`
ClosedPublic

Authored by epriestley on Dec 31 2013, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 21, 12:11 AM
Unknown Object (File)
Mon, Dec 16, 1:45 AM
Unknown Object (File)
Wed, Nov 27, 12:56 AM
Unknown Object (File)
Tue, Nov 26, 1:13 PM
Unknown Object (File)
Sat, Nov 23, 3:30 AM
Unknown Object (File)
Nov 18 2024, 10:32 PM
Unknown Object (File)
Nov 15 2024, 1:08 AM
Unknown Object (File)
Nov 11 2024, 12:25 AM
Subscribers

Details

Summary

Ref T4222. Continues porting scripts/celerity_mapper.php functionality into bin/celerity map. This is pretty much a 1:1 port with no functional changes, but hopefully the code is a little better factored. Particularly, more responsibilities are pluggalbe through CelerityResources now.

Test Plan

Ran bin/celerity map and inexpected the var_dump() output, which appeared to make sense.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

src/infrastructure/celerity/CelerityResourceTransformer.php
121–126

This is temporary -- I'll throw away rawResourceMap eventually, but we need it for the old script to continue working for now.