Ticket Change Details
Overview

Artifact ID: 9760f217a2a8a974c83cdf48007219076f774f74
Ticket: 08f731aa3b74a1909a403d550e793d1e1c70cbab
C-VFS: glob file*.ext finds nothing while glob Ü.ext finds "file.ext"
User & Date: anonymous on 2020-05-29 15:34:30
Changes

  1. comment changed 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>
    
  2. foundin changed to: "trunk 2020-01-22"
  3. login: "anonymous"
  4. private_contact changed to: "0f366eb3e9e2fcab52b8ebacd197db9047186a5f"
  5. severity changed to: "Important"
  6. status changed to: "Open"
  7. title changed to:
    C-VFS: glob file*.ext finds nothing while glob Ü.ext finds "file.ext"
    
  8. type changed to: "Code Defect"