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
Allow expressions without annotations to dynamically choose a function (#456)
* Allow expressions without annotations to dynamically choose a function
Fixes#42
Also addresses some problems with normative terms in the same text.
* Address comment about the bad normative text
* Update spec/formatting.md
Co-authored-by: Eemeli Aro <[email protected]>
* Attempt to implement WG consensus from 2023-08-28 call
- Made one fix to inappropriate normative language
- Removed the formatting allowance previously inserted
- Reversed the order of the expression resolution "sieve", so that the complicated optional goo goes at the end.
- Allow (but not require) an implementation to use the value of a _variable_ to assign the annotation
- Allow (but not require) an implementation to use the value of a _literal_ to assign the annotation if-and-only-if the literal does not appear in an declaration
This is complicated and probably begging for examples.
* Update spec/formatting.md
Co-authored-by: Eemeli Aro <[email protected]>
* Better reflect current consensus
* Address comments
* Formatting cleanup
* Move all of the example inside the example
Must drink more coffee ☕
* style: Apply Prettier
* Update spec/formatting.md
Co-authored-by: Eemeli Aro <[email protected]>
* Update spec/formatting.md
Co-authored-by: Eemeli Aro <[email protected]>
* Update spec/formatting.md
Co-authored-by: Eemeli Aro <[email protected]>
* Update spec/formatting.md
Co-authored-by: Eemeli Aro <[email protected]>
* Update spec/formatting.md
Co-authored-by: Eemeli Aro <[email protected]>
---------
Co-authored-by: Eemeli Aro <[email protected]>
Co-authored-by: Eemeli Aro <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
0 commit comments