this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

internal/filetypes: remove version from TODO

The version is out of date, and this is now tracked by #3923.

Signed-off-by: Roger Peppe <rogpeppe@gmail.com>
Change-Id: Ifc3d567bf8b7d79b871010d042cf714ddd865b98
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1214920
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>

+1 -1
+1 -1
internal/filetypes/types.cue
··· 315 315 boolTags: { 316 316 strict: *false | bool 317 317 strictKeywords: *strict | bool 318 - // TODO(v0.12): enable strictFeatures by default 318 + // TODO: enable strictFeatures by default? (see https://cuelang.org/issue/3923). 319 319 strictFeatures: *strict | bool 320 320 } 321 321 }