css-color-function icon indicating copy to clipboard operation
css-color-function copied to clipboard

Update balanced-match to 0.2.0

Open ChALkeR opened this issue 9 years ago • 0 comments

See https://github.com/juliangruber/balanced-match/compare/0.1.0...v0.2.0 for the list of differences. The only noticable commit is https://github.com/juliangruber/balanced-match/commit/c67679cc5470deb8af372bada118af9e84eed7ad.

ChALkeR avatar Oct 10 '15 06:10 ChALkeR

Hi,

thanks a lot for your feedback an apologies for the late reply.

I started to look into this but I cannot say if I will have the time for implementing this functionality.

Nonetheless, a bit more information about your use case will be helpful, just in case, I manage to spend some time on this:

  • What use case are you aiming at?
  • One simple way of implementing this I can think of would be to "squash" all results in a "pseudo catch all namespace". However, this would loose the namespace specific information and some information like test execution time per namespace would not be available.
  • A more complicated way for doing this would be to add tags for each namespace. However, I need to check if the resulting XML output would still be compliant to the JUnit XML format.
  • Is compatibility with the JUnit XML format important.

Cheers,

Ruediger

ruedigergad avatar Feb 10 '19 20:02 ruedigergad