Various fixes for extgen #2596
fix(extgen): count grouped Go parameters individually
0063e793
fix(extgen): keep nullable mixed parameters a single pointer
060c02c8
fix(extgen): initialize generated callable parameters to NULL
a33dec0b
fix(extgen): qualify method wrappers with their class name
b9e08891
fix(extgen): type method array and mixed parameters as the C side pas…
092ac2e5
fix(extgen): return mixed values from generated functions and methods
658e6ee3
fix(extgen): call the Go method actually backing the PHP method
35a9c25b
refactor(extgen): derive generated Go signatures from the validator
107bab5d
fix(extgen): normalize Go-only integer literals for the C output
34282f43
fix(extgen): re-quote raw string constants
bcba07f0
fix(extgen): accept typed constant declarations
27d3447e
fix(extgen): reject methods targeting an unexported class
17aa4823
refactor(extgen): parse the source once in the class parser
0a3e190a
refactor(extgen): route class parser warnings through warnf
46fcde21
refactor(extgen): remove the unused classParser.Parse wrapper
6e9564e4
refactor(extgen): drop the dead source analyzer extraction
8548a4d7
docs: correct the extension type table for mixed and callable
cdc5ec21
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub