Opened 8 years ago
Closed 8 years ago
#822 closed defect (fixed)
SINDARIN parsing error for UFO model 2HDM
Reported by: | Juergen Reuter | Owned by: | kilian |
---|---|---|---|
Priority: | P3 | Milestone: | v2.6.0 |
Component: | core | Version: | 2.5.0 |
Severity: | normal | Keywords: | |
Cc: |
Description (last modified by )
Without quotation marks, the statement model = 2HDM (ufo)
results in SINDARIN parsing error:
model = 2HDM (ufo) ^^ | Expected syntax: SEQUENCE <cmd_model> = model '=' <model_name> <model_arg>? | Found token: NUMERIC: '2'
The statement for the intrinsic model model = 2HDM works, however.
Change History (4)
comment:1 Changed 8 years ago by
Description: | modified (diff) |
---|
comment:2 follow-up: 3 Changed 8 years ago by
comment:3 Changed 8 years ago by
Replying to ohl:
The easiest solution is to require UFO directory names to start w/a letter...
But it should be explained in the manual.
There is just a mismatch in the parsing between UFO and non-UFO files, which is don't understand whether it is a bug or a feature. This should be resolved, ideally/
comment:4 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
2HDM has been renamed to THDM and documentation in the manual, that UFO file names starting with non-letter characters should not be used in r7956.
The easiest solution is to require UFO directory names to start w/a letter...
But it should be explained in the manual.