diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-09 04:19:31 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-09 04:19:31 -0400 |
| commit | 6f174aa85dc935b717c160174326bbfccd76b0ff (patch) | |
| tree | ffabe8e7ade271c76572d7bb5637cf353a4e5326 /environment.c | |
| parent | 4f2de3568f903cabecb52ba8b3a5e07de925d1ce (diff) | |
Fix some logic for extensions and base names
Diffstat (limited to 'environment.c')
| -rw-r--r-- | environment.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/environment.c b/environment.c index 25a21627..d51d9aa1 100644 --- a/environment.c +++ b/environment.c @@ -253,7 +253,6 @@ env_t *new_compilation_unit(CORD *libname) {"base_name", "Path$base_name", "func(path:Path)->Text"}, {"children", "Path$children", "func(path:Path, include_hidden=no)->[Path]"}, {"create_directory", "Path$create_directory", "func(path:Path, permissions=0o644_i32)"}, - {"escape_text", "Path$escape_text", "func(text:Text)->Path"}, {"exists", "Path$exists", "func(path:Path)->Bool"}, {"extension", "Path$extension", "func(path:Path, full=yes)->Text"}, {"files", "Path$children", "func(path:Path, include_hidden=no)->[Path]"}, |
