mrutkows edited a comment on pull request #1105:
URL: 
https://github.com/apache/openwhisk-wskdeploy/pull/1105#issuecomment-681991200


   It appears some of the type conversions in go 1.15 now behave slightly 
differently (perhaps) in error responses generated; however, the line numbers 
make absolutely no sense as the test source file is quite short.
   ```
   # github.com/apache/openwhisk-wskdeploy/parsers
   
   parsers/manifest_parser_test.go:1742:21: conversion from untyped int to 
string yields a string of one rune, not a string of digits (did you mean 
fmt.Sprint(x)?)
   parsers/manifest_parser_test.go:1743:19: conversion from int to string 
yields a string of one rune, not a string of digits (did you mean 
fmt.Sprint(x)?)
   parsers/manifest_parser_test.go:1751:22: conversion from untyped int to 
string yields a string of one rune, not a string of digits (did you mean 
fmt.Sprint(x)?)
   parsers/manifest_parser_test.go:1752:20: conversion from int to string 
yields a string of one rune, not a string of digits (did you mean 
fmt.Sprint(x)?)
   parsers/manifest_parser_test.go:1771:22: conversion from untyped int to 
string yields a string of one rune, not a string of digits (did you mean 
fmt.Sprint(x)?)
   parsers/manifest_parser_test.go:1772:20: conversion from int to string 
yields a string of one rune, not a string of digits (did you mean 
fmt.Sprint(x)?)
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to