Fix: Attribute names that begin with an underscore can be used for forward lookups in entity and pull. Note that naming attributes with a leading underscore is strongly discouraged because it conflicts with the convention for reverse lookup.
I assumed, that the list of dependency coordinates available on the ion servers is stored in the com.datomic/ion-dev library, but that was not upgraded; it’s still 1.0.306 from 2022/04/06.
Hey @onetom you can ignore the dependency conflict map. It’s not right.
To explain further:
When a user is not using the same version of cloud that was used to produce the version of ion-dev you are running, the ion-dev dependency conflict report is potentially incorrect.
ion-dev includes a file, cloud-deps.edn that is a list of all the deps included in cloud. When ion-dev’s :push is run, ion-dev uses this cloud-deps.edn to determine if you have conflicts in your ion with libraries that are on cloud.
Maintenance of this file currently requires our dev to build cloud locally, to get the updated dep list and then push another build. We are not currently doing that for every release and are investigating using another approach for dependency conflict checking.