explore compiler defaulting host parameters from literals to strings with the literal value as a default #3821
Closed
3 tasks done
Labels
needs-area
needs-info
Mark an issue that needs reply from the author or it will be closed automatically
Clear and concise description of the problem
There's continued discussion over whether host parameters should be generated as literal values, when guidelines say that host is something that can always be overridden. We don't want to make users explicitly define host as a value with a default every time, but emitters would like the . TCGC is going to special-case host params to be strings with default values (issue here), this issue is to eventually explore having the compiler do this instead of tcgc, which would be preferable if this is something that we want to provide to all emitters and emitter authors.
Checklist
The text was updated successfully, but these errors were encountered: