arrow-kt/arrow-meta

BinaryExpression Quote and Template validation

Aperta

#341 aperta il 15 dic 2019

 (1 commento) (0 reazioni) (0 assegnatari)Kotlin (43 fork)github user discovery
AST-scopedocumentationgood first issuehelp wanted

Metriche repository

Star
 (406 stelle)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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 BinaryExpression matches the example in BinaryExpressionPlugin
  • When confident about working unit tests, make sure BinaryExpression is added to regression testing in QuoteTest.kt

Guida contributor