Hi again Cristiano.
Just added dce to our CI process and going through the output i get:
Warning Dead Type
File "/home/circleci/noble/web/src/requests.res", line 200, characters 2-17
argsClone.with_data is a record label never used to read a value
<-- line 200
@dead("argsClone.with_data") with_data: bool,
argsClone is consumed by an external Axios.post, and this type is a preposition for our clone action, so these warnings seem like false positive to me. Its not wrong, granted, but suggests I can remove that field which is wrong.
Are you doing any work in this direction?
Thanks!
Alex
Hi again Cristiano.
Just added dce to our CI process and going through the output i get:
argsClone is consumed by an external Axios.post, and this type is a preposition for our
cloneaction, so these warnings seem like false positive to me. Its not wrong, granted, but suggests I can remove that field which is wrong.Are you doing any work in this direction?
Thanks!
Alex