Skip to content
This repository was archived by the owner on Mar 8, 2020. It is now read-only.

Commit 86653a0

Browse files
dennwcjuanjux
andauthored
Update driver/normalizer/normalizer.go
Co-Authored-By: juanjux <[email protected]>
1 parent cd0b506 commit 86653a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/normalizer/normalizer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ var Normalizers = []Mapping{
229229
// No problem dropping this one, it's used by an internal interpreter optimization/cache
230230
// without semantic meaning
231231
{Name: "ctx", Optional: "opt_ctx", Op: Any()},
232-
// TODO: change this once we've a way to store other nodes on semantic objects
232+
// FIXME: change this once we've a way to store other nodes on semantic objects
233233
// See: https://github.com/bblfsh/sdk/issues/361
234234
// See: https://github.com/bblfsh/python-driver/issues/178
235235
{Name: "noops_previous", Optional: "np_opt", Op: Any()},

0 commit comments

Comments
 (0)