peachpiecompiler / peachpie

PeachPie - the PHP compiler and runtime for .NET and .NET Core
https://www.peachpie.io
Apache License 2.0
2.31k stars 202 forks source link

"eval`N" in-memory assembly should use a different characters #1026

Closed jakubmisek closed 2 years ago

jakubmisek commented 2 years ago

the generated assembly name "\<eval>`1" is correct but 3rd party tools like datadog may not expect it and crash.

We should generate a standard path-valid name so other components won't get confused.