fix build under newer KConfig by bump cmake min version

This commit is contained in:
2024-09-04 19:01:58 +08:00
parent 727a2ec214
commit 9fb3681e3a
1022 changed files with 4414 additions and 1375 deletions

View File

@ -0,0 +1,4 @@
lexer.*.tcl=tcl
keywords.*.tcl=proc set socket vwait
fold.comment=1
fold.compact=1

View File

@ -0,0 +1,13 @@
# tcl tests
#simple example
proc Echo_Server {port} {
set s [socket -server EchoAccept $port]
vwait forever;
}
# Bug #1947
$s($i,"n")
set n $showArray($i,"neighbor")

View File

@ -0,0 +1,14 @@
2 400 3 + # tcl tests
1 401 3 |
0 401 3 | #simple example
1 401 3 |
2 400 2 + proc Echo_Server {port} {
0 401 2 | set s [socket -server EchoAccept $port]
0 401 2 | vwait forever;
0 401 0 | }
1 400 0
2 400 3 + # Bug #1947
1 401 3 |
0 400 0 $s($i,"n")
0 400 0 set n $showArray($i,"neighbor")
1 400 0

View File

@ -0,0 +1,13 @@
{2}# tcl tests
{0}
{2}#simple example
{0}
{12}proc{0} {7}Echo_Server{0} {6}{{7}port{6}}{0} {6}{
{0} {12}set{0} {7}s{0} {6}[{12}socket{0} {10}-server{0} {7}EchoAccept{0} {8}$port{6}]
{0} {12}vwait{0} {7}forever{0};
{6}}
{0}
{2}# Bug #1947
{0}
{8}$s{6}({8}$i{6},{5}"n"{6})
{12}set{0} {7}n{0} {8}$showArray{6}({8}$i{6},{5}"neighbor"{6})