You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/user/faq.rst
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,9 +85,10 @@ FAQ
85
85
86
86
:ref:`(Q) <faq_abi_incompatibility>` **How to handle breaking of a package due to ABI incompatibility?**
87
87
88
-
If your package breaks ABI with a version bump, here are a few steps you can take to fix it:
88
+
If your package breaks ABI with a version bump, here are a few steps you can take to fix it:
89
89
90
-
- Rebuild the package with corrected ``run_exports``.
90
+
- Rebuild the new version with corrected ``run_exports``.
91
+
- Rebuild the old version with corrected ``run_exports``.
91
92
- Hot-fix the repodata of dependencies to include corrected pinnings for the package.
92
93
93
94
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>`_.
0 commit comments