Skip to content

Commit

Permalink
guru: Add a TODO list to the guru cmd.
Browse files Browse the repository at this point in the history
Adds a TODO list for the guru cmd. The main goal is document know
issues that we have not addressed.

Updates golang/go#47326
Updates golang/go#52503

Change-Id: I126b0f06081b606124d89a13f8805fa1ac6e56e3
Reviewed-on: https://go-review.googlesource.com/c/tools/+/403354
TryBot-Result: Gopher Robot <gobot@golang.org>
gopls-CI: kokoro <noreply+kokoro@google.com>
Reviewed-by: Robert Findley <rfindley@google.com>
Run-TryBot: Robert Findley <rfindley@google.com>
  • Loading branch information
timothy-king committed May 2, 2022
1 parent c39ac6a commit ddadc42
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions cmd/guru/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-*- text -*-

Guru to-do list
===========================

Generics:
- decide on whether to support generics in guru
- decide on whether to instantiate generics in ssa (go.dev/issue/52503)

MISC:
- test support for *ssa.SliceToArrayPointer instructions (go.dev/issue/47326)

0 comments on commit ddadc42

Please sign in to comment.