Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rename interface library to api-type-signature; alias symbols #14783

Merged
merged 19 commits into from
Aug 23, 2022

Conversation

S11001001
Copy link
Contributor

@S11001001 S11001001 commented Aug 22, 2022

The renaming part of #13669, without the deprecations. The Maven target also doesn't change name yet.

CHANGELOG_BEGIN
- [Scala API] The "quasi-public" API in ``com.daml.lf.iface`` has moved
  to the new ``com.daml.lf.typesig`` package, with many accompanying
  name changes as documented in `issue #13669
  <https://github.com/digital-asset/daml/issues/13669>`__.

  Daml 2.5.0 or later will remove the old names, and also rename the
  Maven artifact from ``daml-lf-interface`` to
  ``daml-lf-api-type-signature``.  We recommend that users of this API
  use the deprecation guidance in 2.4.0 to port their applications
  before this happens.
CHANGELOG_END

@S11001001 S11001001 added component/daml-lf DAML-LF team/ledger-clients Related to the Ledger Clients team's components. gardening Cleanup code, improve tests, better automation, upgrade deps, fix flaky tests, address TODOs, etc. labels Aug 22, 2022
@S11001001 S11001001 self-assigned this Aug 22, 2022
@S11001001 S11001001 marked this pull request as ready for review August 22, 2022 20:20
@S11001001 S11001001 requested a review from a team August 22, 2022 20:20
Copy link
Collaborator

@remyhaemmerle-da remyhaemmerle-da left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks.

@S11001001
Copy link
Contributor Author

/azp run

@azure-pipelines
Copy link
Contributor

Azure Pipelines successfully started running 1 pipeline(s).

@S11001001 S11001001 enabled auto-merge (squash) August 23, 2022 13:41
@S11001001 S11001001 merged commit f85f781 into main Aug 23, 2022
@S11001001 S11001001 deleted the 13669-rename-iface-lib-symbols branch August 23, 2022 15:21
stephencompall-DA pushed a commit that referenced this pull request Aug 29, 2022
CHANGELOG_BEGIN
- [Scala API] ``com.daml.lf.iface`` has been deprecated, as discussed
  further in
  `issue #14783 <https://github.com/digital-asset/daml/pull/14783>`__.
  Use the deprecation warnings as guidance to the new names.
CHANGELOG_END
S11001001 added a commit that referenced this pull request Aug 29, 2022
* new names in daml-script/runner

* new names in json-api

* new names in Scala bindings/codegen

* new names in Java bindings/codegen

* new names in daml-lf interpreter tests

* more new names in daml-script tests

* new names in navigator backend

* deprecate all iface symbols and old method names

CHANGELOG_BEGIN
- [Scala API] ``com.daml.lf.iface`` has been deprecated, as discussed
  further in
  `issue #14783 <https://github.com/digital-asset/daml/pull/14783>`__.
  Use the deprecation warnings as guidance to the new names.
CHANGELOG_END

* prefix cases in OrderingSpec

- suggested by @remyhaemmerle-da; thanks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/daml-lf DAML-LF gardening Cleanup code, improve tests, better automation, upgrade deps, fix flaky tests, address TODOs, etc. team/ledger-clients Related to the Ledger Clients team's components.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants