extend MusicAudioTrack constructor to include composer and update tests
ClosedPublic

Authored by mgallien on Apr 26 2018, 12:42 PM.

Details

Summary

extend MusicAudioTrack constructor to include composer and update tests

Test Plan

automatic tests are OK

Diff Detail

Repository
R255 Elisa
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
mgallien requested review of this revision.Apr 26 2018, 12:42 PM
mgallien created this revision.

I can no longer able to use arc patch because it wants to apply the dependent revisions, which are already in master, and fails. I'm no arc expert, is there a way to solve this?

rkflx added a subscriber: rkflx.May 1 2018, 10:37 AM

I can no longer able to use arc patch because it wants to apply the dependent revisions, which are already in master, and fails. I'm no arc expert, is there a way to solve this?

Use --skip-dependencies for arc patch.

IMO it's a problem with how Arcanist handles this, see my analysis in T8506#139481.

mgallien updated this revision to Diff 33380.May 1 2018, 11:52 AM

rebase on top of master and hopefully should apply cleanly

I can no longer able to use arc patch because it wants to apply the dependent revisions, which are already in master, and fails. I'm no arc expert, is there a way to solve this?

Use --skip-dependencies for arc patch.

IMO it's a problem with how Arcanist handles this, see my analysis in T8506#139481.

Thanks!

astippich accepted this revision.May 1 2018, 4:12 PM
This revision is now accepted and ready to land.May 1 2018, 4:12 PM
This revision was automatically updated to reflect the committed changes.