arrow-kt/arrow-meta
BinaryExpression Quote and Template validation
Ouverte
#341 ouverte le 15 déc. 2019
AST-scopedocumentationgood first issuehelp wanted
Métriques du dépôt
- Stars
- (406 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
Parent issue: #335 Every plugin must be able to use all properties to construct the exact PSI element being fed in to achieve isomorphism between Quote and Scope. To ensure that AST parsing and our quote-and-template system is robust, more testing is needed to increase stability and reliability.
Checklist for BinaryExpressionTest
- Destructure and make available all methods related to rendering properties (no logic or PsiElements)
- Testing added for validation to ensure all properties can be used as a commutative identity.
- Ensure documentation is updated in
BinaryExpressionmatches the example inBinaryExpressionPlugin - When confident about working unit tests, make sure
BinaryExpressionis added to regression testing inQuoteTest.kt