View Issue Details

IDProjectCategoryView StatusLast Update
0000388fileGeneralpublic2022-10-17 18:39
Reporterrrt Assigned Tochristos  
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0000388: Generic match for #! in "commands" file outweighs some language-specific matches
Description(Tested in current CVS)

The pattern at around line 100 in "commands" say:

```
0 string/wt #!\ a
>&-1 string/T x %s script text executable
```

This gets strength 60. By contrast, the Lua-specific patterns in "lua" score between 40 and 50.

Also, it's not obvious that this pattern should exist at all, as there are similar patterns in the "varied.script" file.
TagsNo tags attached.

Activities

christos

2022-10-09 17:53

manager   ~0003827

I made all of them 30 and reorganized.

rrt

2022-10-17 18:39

reporter   ~0003837

Thanks, some nice simplification here!

Issue History

Date Modified Username Field Change
2022-10-01 20:09 rrt New Issue
2022-10-09 17:53 christos Assigned To => christos
2022-10-09 17:53 christos Status new => assigned
2022-10-09 17:53 christos Status assigned => feedback
2022-10-09 17:53 christos Note Added: 0003827
2022-10-17 18:39 rrt Note Added: 0003837
2022-10-17 18:39 rrt Status feedback => assigned