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: CONTRIBUTING.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -276,3 +276,9 @@ Feel free to use any approach while creating a PR. Here are a few suggestions fr
276
276
- Consult the tasks noted in the PR template.
277
277
- When merging, consider cleaning up the commit body.
278
278
- Close any issues that were addressed by this PR.
279
+
280
+
## Troubleshooting
281
+
282
+
### After rebase, my branch doesn't build anymore
283
+
284
+
Please check in the commit log whether an upgrade of the dependencies (advancing of the `opam-repository` commit hash) has happened. If this is the case, running `dune pkg lock` should install the new dependencies.
0 commit comments