Skip to content

Commit 3ac60be

Browse files
committed
make examples titles more clear
1 parent 9b30720 commit 3ac60be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/user/faq.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,17 +83,17 @@ FAQ
8383

8484
.. _faq_api_abi_breakage:
8585

86-
:ref:`(Q) <faq_api_abi_breakage>` **How to handle a ABI/API breakage of a package?**
86+
:ref:`(Q) <faq_api_abi_breakage>` **How to handle breaking of a package due to ABI/API incompatibility?**
8787

88-
If your package breaks, here are a few steps you can take to fix it:
88+
If your package breaks due to ABI/API incompatibility, here are a few steps you can take to fix it:
8989

90-
- Rebuild the package with corrected ``run_exports`` (build number bump).
90+
- Rebuild the package with corrected ``run_exports``.
9191
- Hot-fix repodata of previous package to apply the right ``run_exports``.
9292
- Hot-fix the repodata of dependencies to include corrected pinnings for the package.
9393

9494
To read more on how to specify ``run_exports``, see `this <https://conda-forge.org/docs/maintainer/pinning_deps.html?highlight=run_exports#specifying-run-exports>`_.
9595
Some of the examples you can see for reference, where broken packages are fixed by:
9696

9797
- `Replacing an existing pin that was incorrect <https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/217>`_.
98-
- `Loosen a pin <https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/132>`_.
99-
- `Tighten a pin <https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/154>`_.
98+
- `Pinning packages loosely to rely on their ABI compatibility. <https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/132>`_.
99+
- `Pinning packages strictly <https://github.com/conda-forge/conda-forge-repodata-patches-feedstock/pull/154>`_.

0 commit comments

Comments
 (0)