I modified `ByteSize` in local, when build, reported below error
```
common/scala/src/main/scala/whisk/core/entity/InstanceId.scala:48: could not 
find implicit value for evidence parameter of type 
whisk.core.entity.InvokerInstanceId.JF[whisk.core.entity.ByteSize]
  implicit val serdes = jsonFormat4(InvokerInstanceId.apply)
```
I tried to add below `import` in 
`/scala/src/main/scala/whisk/core/entity/InstanceId.scala` , but the problem 
still exist
```
import whisk.core.entity.size._
```
@markusthoemmes , do you have any idea about this problem?

[ Full content available at: 
https://github.com/apache/incubator-openwhisk/pull/4011 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to