Skip to content

CompileNodeToValue does not evaluate the value of constant expressions #19

@asgrim

Description

@asgrim

If you have a parameter with a default value of a constant (e.g. self::WHATEVER), we currently do not evaluate the value of self::WHATEVER, we just return self::WHATEVER as a string. This is incorrect, we need to (wherever possible) determine the actual value.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions