We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d5c545 + 11f195d commit 49ed81fCopy full SHA for 49ed81f
src/core/oplist
@@ -6,7 +6,7 @@
6
# IMPORTANT NOTE: MoarVM is meant to be able to read bytecode files
7
# from some number of versions back. This means that new ops should,
8
# in general, always be added *at the end* of this file, so they get
9
-# new numbers. Similarly, do not remove an op; rename it DEPCRATED_n
+# new numbers. Similarly, do not remove an op; rename it DEPRECATED_n
10
# (where n is unique for each one). Otherwise the numbering of those
11
# after it will be broken. The alternative is writing a bunch of very
12
# boring mapping code and rendering old bytecode impossible to simply
0 commit comments