Raymond Zhang

Results 17 issues of Raymond Zhang

Flip #288 addresses https://github.com/onflow/cadence/issues/3579.

Provide support for the use of identifiers in string interpolation.

flip: cadence

Working towards https://github.com/onflow/cadence/issues/3579 ## Description This PR extends the work in #3585, as planned to support expressions. ______ - [x] Targeted PR against `feature/string-templates` branch - [x] Linked to Github...

Feature

Working towards #3579 ## Description A simple `Stringer` struct interface. It is intended in the future that all types which implement `Stringer` can be used in string templates. ______ -...

Feature

Context: https://github.com/onflow/cadence/pull/3585#discussion_r1783507055 Introduce a new token (ex: `lexer.TokenStringTemplatePart`) to keep parsing logic of strings and string templates separate. This will simplify the parsing for string literals.

Good First Issue
Technical Debt

Flip #314.

flip: cadence

Allow imports to be aliased (e.g. `import ContractA as CA from 0x42`).

flip: cadence

Closes #??? ## Description ______ - [ ] Targeted PR against `master` branch - [ ] Linked to Github issue with discussion and accepted design OR link to spec that...

Closes #1171 FLIP: https://github.com/onflow/flips/issues/314 Reopening of https://github.com/onflow/cadence/pull/3717, accidentally closed due to deletion of fork. ## Description Introduces import aliases. ______ - [x] Targeted PR against `master` branch - [x] Linked...

Feature