aboutsummaryrefslogtreecommitdiff
path: root/src/internal/pkgbits/encoder.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/pkgbits/encoder.go')
-rw-r--r--src/internal/pkgbits/encoder.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/internal/pkgbits/encoder.go b/src/internal/pkgbits/encoder.go
index c0f2252909..f1bc8367ef 100644
--- a/src/internal/pkgbits/encoder.go
+++ b/src/internal/pkgbits/encoder.go
@@ -19,6 +19,10 @@ import (
// - v0: initial prototype
//
// - v1: adds the flags uint32 word
+//
+// TODO(mdempsky): For the next version bump:
+// - remove the unused dict.derived.needed bool
+// - remove the legacy "has init" bool from the public root
const currentVersion uint32 = 1
// A PkgEncoder provides methods for encoding a package's Unified IR