We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c12ed1 commit 6d1e99eCopy full SHA for 6d1e99e
src/tools/miri/CONTRIBUTING.md
@@ -296,6 +296,13 @@ needed.
296
297
### Exporting changes to the rustc repo
298
299
+Keep in mind that pushing is the most complicated job that josh has to do --
300
+pulling just filters the rustc history, but pushing needs to construct a new
301
+rustc history that would filter to the given Miri history! To avoid problems, it
302
+is a good idea to always pull immediately before you push. In particular, you
303
+should never do two josh pushes without an intermediate pull; that can lead to
304
+duplicated commits.
305
+
306
Josh needs to be running, as described above. We will use the josh proxy to push
307
to your fork of rustc. Run the following in the Miri repo, assuming we are on an
308
up-to-date master branch:
0 commit comments