Artifacts Associated With Ticket 08f731aa3b
Ticket change [9760f217a2] (rid 2641) by anonymous on 2020-05-29 15:34:30:
- comment initialized to:
<div>Dear Roy,</div><div><br /></div><div>thank you for great C-VFS.<br /></div><div><br /></div><div>I have a strange phenomenon with glob within C-VFS:</div><div><pre id="mkup_code_23" class="sh_tcl sh_sourceCode"><span class="sh_symbol">%</span> <a href="https://wiki.tcl-lang.org/page/glob" class="sh_keyword">glob</a> <span class="sh_symbol">-</span>directory <span class="sh_variable">$::starkit::tclkitroot</span> <span class="sh_symbol">-</span>nocomplain <span class="sh_symbol">-</span>types f <span class="sh_symbol">*.</span>tcl C<span class="sh_symbol">:/.</span>KITDLL_TCL<span class="sh_symbol">/</span>main<span class="sh_number">.</span>tcl C<span class="sh_symbol">:/.</span>KITDLL_TCL<span class="sh_symbol">/</span>runme<span class="sh_number">.</span>tcl <span class="sh_symbol">%</span> <a href="https://wiki.tcl-lang.org/page/glob" class="sh_keyword">glob</a> <span class="sh_symbol">-</span>directory <span class="sh_variable">$::starkit::tclkitroot</span> <span class="sh_symbol">-</span>nocomplain <span class="sh_symbol">-</span>types f run<span class="sh_symbol">*.</span>tcl <span class="sh_symbol">%</span> <a href="https://wiki.tcl-lang.org/page/glob" class="sh_keyword">glob</a> <span class="sh_symbol">-</span>directory <span class="sh_variable">$::starkit::tclkitroot</span> <span class="sh_symbol">-</span>nocomplain <span class="sh_symbol">-</span>types f <span class="sh_cbracket">{</span><span class="sh_symbol">*.</span>t<span class="sh_symbol">[</span>xc<span class="sh_symbol">][</span>tl<span class="sh_symbol">]</span><span class="sh_cbracket">}</span> C<span class="sh_symbol">:/.</span>KITDLL_TCL<span class="sh_symbol">/</span>main<span class="sh_number">.</span>tcl C<span class="sh_symbol">:/.</span>KITDLL_TCL<span class="sh_symbol">/</span>runme<span class="sh_number">.</span>tcl C<span class="sh_symbol">:/.</span>KITDLL_TCL<span class="sh_symbol">/</span>runme<span class="sh_number">.</span>txt<br /><br /><br />So if there is a pattern with "abc*.txt", nothing is found, but the pattern "*.txt" works.<br /><br />I may investigate further myself.<br /><br />Thank you,<br />Harald<br /></pre></div>
- foundin initialized to: "trunk 2020-01-22"
- login: "anonymous"
- private_contact initialized to: "0f366eb3e9e2fcab52b8ebacd197db9047186a5f"
- severity initialized to: "Important"
- status initialized to: "Open"
- title initialized to:
C-VFS: glob file*.ext finds nothing while glob Ü.ext finds "file.ext"
- type initialized to: "Code Defect"
- comment initialized to:
Ticket change [2ca500f1e3] (rid 2642) by anonymous on 2020-05-29 15:36:10:
- icomment:
The interesting editor has quite scrambled the example. Here is the example again: % glob -directory $::starkit::tclkitroot -nocomplain -types f *.tcl C:/.KITDLL_TCL/main.tcl C:/.KITDLL_TCL/runme.tcl % glob -directory $::starkit::tclkitroot -nocomplain -types f run*.tcl % glob -directory $::starkit::tclkitroot -nocomplain -types f {*.t[xc][tl]} C:/.KITDLL_TCL/main.tcl C:/.KITDLL_TCL/runme.tcl C:/.KITDLL_TCL/runme.txt Sorry, Harald
- login: "anonymous"
- mimetype: "text/plain"
- priority changed to: "Immediate"
- resolution changed to: "Open"
- subsystem changed to: "Tcl"
- icomment: