You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 19, 2025. It is now read-only.
@Ocramius But you will probably still need to encode params to distinguish hydrators created with different params, right?
Alternatively maybe write it as comment line into generate files instead? Cost would be additional file read per hydrator. But maybe not that much of a prob for generated code? Or does it imply to many changes?
Its actually CodeGenerationUtils. ocramius/proxy-manager does not seem to use it. So you want to opt-out from CodeGenerationUtils, change it, or make different implementations here with the interfaces?
I just hit the roof of file (not path) length on my fs (encrypted ext4 = 143 bytes):
AppHydrator__PM__ThingContainerYToxOntzOjc6ImZhY3RvcnkiO3M6NDE6IkdlbmVyYXRlZEh5ZHJhdG9yXEZhY3RvcnlcSHlkcmF0b3JGYWN0b3J5Ijt9.php.5d2dc0a9162c80.87561400
Its 151 bytes, without namespaces.
While in production it will be 255 bytes, maybe a control over entropy is a good idea?
Ah I see. Its the encoded params base64-encoded via NameInflector. Damn.
The text was updated successfully, but these errors were encountered: