internal/cueexperiment: enable embed experiment by default
As Paul announced in the embed proposal discussion on GitHub [1],
we have moved the proposal to a "likely accept" stage
and we are enabling the feature by defalut for CUE v0.12.
Enable it by default for the first alpha, v0.12.0-alpha.1,
for the sake of giving it as much testing as possible before v0.12.0.
While here, update the TODOs in the symlink embedding testscript file.
We ended up deciding to support symlinks, but the test wasn't updated.
[1]: https://cuelang.org/discussion/3264
Signed-off-by: Daniel Martí <mvdan@mvdan.cc>
Change-Id: I499940a2dc799552963783174ed30dc0a312d925
Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1205861
Unity-Result: CUE porcuepine <cue.porcuepine@gmail.com>
TryBot-Result: CUEcueckoo <cueckoo@cuelang.org>
Reviewed-by: Paul Jolly <paul@myitcv.io>