FirelyTeam / firely-cql-sdk

BSD 3-Clause "New" or "Revised" License
26 stars 15 forks source link

2.0/Instead of hard-coded name for Tuples-Binary, include hashing based of signature #380

Open baseTwo opened 2 weeks ago

baseTwo commented 2 weeks ago

Overwriting binaries when switching between projects is a common issue. To address this, one might consider manually embedding the tuple base64 into a library resource and utilizing a related artifact as a reference point. The initial challenge lies in assigning a unique name to the library, corresponding to the specific set of CQL constructed. It is crucial to deliberate on this matter, as failure to do so could result in complications when uploading multiple CQL file projects to Vonk, especially if they were not compiled concurrently.

Initiated from these conversations in Slack and Zulip

Related issues regarding tuples #378, #379, #380