rticommunity / rticonnextdds-connector-go

RTI Connector for Connext DDS is a lightweight technology that enables DDS data to be accessed with Go.
Other
26 stars 12 forks source link

Remove static libraries from project #54

Open tom-wp opened 1 week ago

tom-wp commented 1 week ago

Proposal:

The project contains both static and dynamic libraries. My understanding is that the static libraries are no longer maintained (https://github.com/rticommunity/rticonnextdds-connector-go/issues/48) and the dynamic libraries should always be used. Suggestion is to remove the static libraries from the project for two reasons:

  1. Using outdated static libraries causes problems with incompatibility of function signatures
  2. Having the static libraries in the project requires git-lfs which causes a number of problems with Go projects
kyoungho commented 1 week ago

@tom-wp I agree with you. The static libraries were experimental as a user requested in the past. I will remove the libraries as you suggested. Thanks.

tom-wp commented 1 week ago

Great thank you. Please could you let me know when that is released.