laurencelundblade / QCBOR

Comprehensive, powerful, commercial-quality CBOR encoder/ decoder that is still suited for small devices.
Other
183 stars 47 forks source link

Backward compatibility is broken #180

Closed tomoveu closed 1 year ago

tomoveu commented 1 year ago

This commit introduced an easy and simple way to have backward compatibility.

Sometime after, this was removed without any explanation.

Please restore backward compatibility:

/**
  * @file qcbor.h
  *
  * Backwards compatibility for includers of qcbor.h (which has been split
  * into four include files).
  */

 #include "qcbor/qcbor_encode.h"
 #include "qcbor/qcbor_decode.h"

Let me know if I can help in any way.

/Dimi

laurencelundblade commented 1 year ago

See #181

tomoveu commented 1 year ago

@laurencelundblade thank you for the quick response :+1: This would be great.

I will make sure to close this issue when PR 181 lands in master.

laurencelundblade commented 1 year ago

Fixed by #181

tomoveu commented 1 year ago

Thank you @laurencelundblade 💯