Skip to content

Conversation

@premun
Copy link
Member

@premun premun commented Sep 9, 2022

Adds a custom console formatter that turns this:

info: Microsoft.DotNet.DarcLib.VirtualMonoRepo.VmrUpdater[0]
      Synchronizing installer from fdc96a7d0f3780df1aaee687692ba4145bb61d85 to https://github.com/dotnet/installer@HEAD
info: Microsoft.DotNet.DarcLib.VirtualMonoRepo.VmrUpdater[0]
      Clone of https://github.com/dotnet/installer found, pulling new changes...
info: Microsoft.DotNet.DarcLib.VirtualMonoRepo.VmrUpdater[0]
      Creating diff in /data/tmp/installer.patch..
info: Microsoft.DotNet.DarcLib.VirtualMonoRepo.VmrUpdater[0]
      Diff created at /data/tmp/installer.patch - 0 commits, 355.058 KB
info: Microsoft.DotNet.DarcLib.VirtualMonoRepo.VmrUpdater[0]
      Applying patch /data/tmp/installer.patch to src/installer...
info: Microsoft.DotNet.DarcLib.VirtualMonoRepo.VmrUpdater[0]
      Committing..
info: Microsoft.DotNet.DarcLib.VirtualMonoRepo.VmrUpdater[0]
      Created 764adb0 in 4 seconds

into this

info: Synchronizing installer from fdc96a7d0f3780df1aaee687692ba4145bb61d85 to https://github.com/dotnet/installer@HEAD
info: Clone of https://github.com/dotnet/installer found, pulling new changes...
info: Creating diff in /data/tmp/installer.patch..
info: Diff created at /data/tmp/installer.patch - 0 commits, 355.058 KB
info: Applying patch /data/tmp/installer.patch to src/installer...
info: Committing..
info: Created 764adb0 in 4 seconds

The update of the Logging library triggered a small avalanche so I had to update few more things. Hopefully this won't break anyone down the line?

@premun premun requested a review from epananth September 12, 2022 09:44
@premun
Copy link
Member Author

premun commented Sep 16, 2022

@adiaaida @missymessa can you help me review this / get this merged? I'd then consume this in arcade-services.
(picking on you two as you interacted on the Teams thread the most)

@premun premun merged commit 21ac4f0 into dotnet:main Sep 26, 2022
@premun premun deleted the prvysoky/formatter branch September 26, 2022 09:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants