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)
Wed, Apr 24, 9:52 PM
Unknown Object (File)
Sun, Apr 21, 3:56 PM
Unknown Object (File)
Wed, Apr 17, 3:03 PM
Unknown Object (File)
Fri, Apr 12, 3:33 PM
Unknown Object (File)
Thu, Apr 11, 7:30 AM
Unknown Object (File)
Sun, Mar 31, 6:13 AM
Unknown Object (File)
Mar 22 2024, 9:21 PM
Unknown Object (File)
Feb 10 2024, 9:30 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.