-
Notifications
You must be signed in to change notification settings - Fork 27.1k
Closed
Labels
effort2: daysrefactoringIssue that involves refactoring or code-cleanupIssue that involves refactoring or code-cleanup
Description
Is there any particular reason why subclasses of AST do not override the 'abstract' AST implementation of toString?
For this reason, change detection errors that use ProtoRecord#expressionAsString, which is derived from bindingRecord.ast.toString() throw unhelpful, garbage errors like this:
Expression 'AST' has changed after it was checked. Previous value: ''. Current value: ''
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
effort2: daysrefactoringIssue that involves refactoring or code-cleanupIssue that involves refactoring or code-cleanup