View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0037863 | FPC | Documentation | public | 2020-10-03 14:02 | 2020-10-03 16:09 |
Reporter | Kai Burghardt | Assigned To | Michael Van Canneyt | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | x86_64 | OS | GNU/Linux | ||
Product Version | 3.2.0 | ||||
Fixed in Version | 3.3.1 | ||||
Summary | 0037863: Reference Guide: Operator declaration syntax diagram rendition error | ||||
Description | The syntax diagram currently suggests a “logical operator definition” had to be followed by a “other operator definition”. In fact they are alternatives though. | ||||
Tags | No tags attached. | ||||
Fixed in Revision | 1758. | ||||
FPCOldBugId | |||||
FPCTarget | 3.2.2 | ||||
Attached Files |
|
|
operator.syn.patch (398 bytes)
--- operator.syn~ 2020-10-03 12:00:02.745319956 +0000 +++ operator.syn 2020-10-03 12:00:02.745319956 +0000 @@ -6,7 +6,7 @@ \synt{assignment\ operator\ definition} \\ \synt{arithmetic\ operator\ definition} \\ \synt{comparison\ operator\ definition} \\ -\synt{logical\ operator\ definition} +\synt{logical\ operator\ definition} \\ \synt{other\ operator\ definition} \end{stack} \begin{stack} |
|
Applied, thanks for spotting this ! |
Date Modified | Username | Field | Change |
---|---|---|---|
2020-10-03 14:02 | Kai Burghardt | New Issue | |
2020-10-03 14:02 | Kai Burghardt | Status | new => assigned |
2020-10-03 14:02 | Kai Burghardt | Assigned To | => Michael Van Canneyt |
2020-10-03 14:02 | Kai Burghardt | File Added: operator.syn.patch | |
2020-10-03 16:09 | Michael Van Canneyt | Status | assigned => resolved |
2020-10-03 16:09 | Michael Van Canneyt | Resolution | open => fixed |
2020-10-03 16:09 | Michael Van Canneyt | Fixed in Version | => 3.3.1 |
2020-10-03 16:09 | Michael Van Canneyt | Fixed in Revision | => 1758. |
2020-10-03 16:09 | Michael Van Canneyt | FPCTarget | => 3.2.2 |
2020-10-03 16:09 | Michael Van Canneyt | Note Added: 0126062 |