qdk icon indicating copy to clipboard operation
qdk copied to clipboard

Use debug printing for expect_test in the parser and other places.

Open sezna opened this issue 2 years ago • 1 comments

We currently use ToString::to_string (i.e., Display) in our expect test tests for the parser (see here). This is problematic, because this trait is typically used for user-facing representations of data structures. We are forced to choose between a pretty user-facing representation, and a more technically accurate debug-style representation for testing for namespace names in #1312 as a result.

sezna avatar Mar 27 '24 20:03 sezna

@sezna , I would like to work on this issue.

Pulkit1822 avatar May 10 '24 21:05 Pulkit1822