Skip to content

Conversation

aelsabbahy
Copy link
Member

Checklist
  • make test-all (UNIX) passes. CI will also test this
  • unit and/or integration tests are included (if applicable)
  • documentation is changed or added (if applicable)

Description of change

Fixed: junit and json output bug causing panic

Took this as an opportunity to migrate yaml.v2 -> yaml.v3 which allowed removing the conversion code that existed in goss.

The need to convert back and forth between map[interface{}]interface{} and map[string]inteface{} is no longer present with the new version of the yaml library.

fixes #846 #848

Took this as an opportunity to migrate yaml.v2 -> yaml.v3 which allowed
removing the conversion code that existed in goss.

The need to convert back and forth between map[interface{}]interface{} and
map[string]inteface{} is no longer present with the new version of the
yaml library.

fixes #846 #848
@aelsabbahy aelsabbahy merged commit 9283456 into master Oct 11, 2023
@aelsabbahy aelsabbahy deleted the fix_output_bug branch October 11, 2023 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error with contain-substring/mach-regexp matcher and json/junit formatters
1 participant