Page MenuHomePhabricator

When an inline was left on a rendered DocumentEngine document, don't include an email context patch
ClosedPublic

Authored by epriestley on May 12 2020, 9:09 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 8, 12:49 PM
Unknown Object (File)
Fri, Dec 6, 11:45 PM
Unknown Object (File)
Sun, Dec 1, 12:37 AM
Unknown Object (File)
Tue, Nov 26, 1:04 PM
Unknown Object (File)
Nov 21 2024, 5:43 AM
Unknown Object (File)
Nov 16 2024, 5:47 PM
Unknown Object (File)
Nov 11 2024, 7:35 AM
Unknown Object (File)
Nov 9 2024, 4:08 PM
Subscribers
None

Details

Summary

Ref T13513. If you leave an inline on line 20 of a Jupyter document, we currently render context around *raw* line 20, which is inevitably some unrelated piece of JSON.

Instead, drop this context. (Ideal behavior would be to render context around Jupyter block 20, but that's a whole lot of work.)

Test Plan
  • On Jupyter changes and normal source changes, made and submitted inline comments, then viewed text and HTML mail.
  • Saw no context on Jupyter comments (instead of bad context), and unchanged behavior (useful context) on normal source changes.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable