Closed justinwray closed 3 years ago
Tagging: @fredemmott @stevcoll @gsingh93
Are you using repo authoritative mode? Did this work on past releases?
@fredemmott No this was tested with repo authoritative mode off. This code worked fine on all previous releases. We are currently running it on HHVM 3.21 with no errors.
Huh. That error looks like it's only generated by hhbbc, which isn't supposed to be executed unless you're in repo-auth-mode
I am going over old issues on this repository, to see which ones apply to the current versions of hhvm.
I reran your repro. I declared the xhp classes for the elements. The code worked fine in both repo auth and live mode. Xhp has undergone some major changes since this issue was created, so the underlying issue may have moved.
HHVM Version: 3.23.1
When returning XHP of an SVG tag a fatal error is thrown:
Example Code:
Expected Result: Return XHP of SVG
Actual Result: Fatal
Unreachable
Error.