OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

office message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (OFFICE-4069) CLONE - of Office-3667 - mis-applied change to BNF


     [ https://issues.oasis-open.org/browse/OFFICE-4069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Patrick Durusau updated OFFICE-4069:
------------------------------------
    Description: 
Copied from office-comment list

Original author: Martin Devlin <martin.devlin@ireland.com> 
 Original date: 8 Feb 2011 04:50:48 -0000
 Original URL: [http://lists.oasis-open.org/archives/office-comment/201102/msg00002.html]

Â

Regina Henschel:Â

The issue is about disallowing whitespace between function name and opening parentheses. The resolution was to adapt the BNF and remove the whitespace there. But actually the whitespace between function name and opening parentheses is still there and instead the whitespace at start of an expression is removed.

And as Michael already commented in the issue, the status of the issue is still "open".

To make the proposed change clear:

1.3 currently reads:

Expression ::=
(
Number |
String |
Array |
PrefixOp Expression |
Expression PostfixOp |
Expression InfixOp Expression |
'(' Expression ')' |
FunctionName Whitespace* '(' ParameterList ')' |

1.2 read:

Expression ::=
Whitespace* (
Number |
String |
Array |
PrefixOp Expression |
Expression PostfixOp |
Expression InfixOp Expression |
'(' Expression ')' |
FunctionName Whitespace* '(' ParameterList ')' |

Is this the correction desired for ODF 1.3 Errata:

Expression ::=
Whitespace* (
Number |
String |
Array |
PrefixOp Expression |
Expression PostfixOp |
Expression InfixOp Expression |
'(' Expression ')' |
FunctionName '(' ParameterList ')' |

Yes?

Â

  was:
Copied from office-comment list

Original author: Martin Devlin <martin.devlin@ireland.com> 
 Original date: 8 Feb 2011 04:50:48 -0000
 Original URL: [http://lists.oasis-open.org/archives/office-comment/201102/msg00002.html]

Â

Regina Henschel:Â

The issue is about disallowing whitespace between function name and opening parentheses. The resolution was to adapt the BNF and remove the whitespace there. But actually the whitespace between function name and opening parentheses is still there and instead the whitespace at start of an expression is removed.

And as Michael already commented in the issue, the status of the issue is still "open".


> CLONE - of Office-3667 - mis-applied change to BNF
> --------------------------------------------------
>
>                 Key: OFFICE-4069
>                 URL: https://issues.oasis-open.org/browse/OFFICE-4069
>             Project: OASIS Open Document Format for Office Applications (OpenDocument) TC
>          Issue Type: Bug
>          Components: OpenFormula, Part 2 (Formulas)
>    Affects Versions: ODF 1.3
>         Environment: part 4
>            Reporter: Robert Weir 
>            Assignee: Patrick Durusau
>            Priority: Major
>             Fix For: ODF 1.3 Errata
>
>
> Copied from office-comment list
> Original author: Martin Devlin <martin.devlin@ireland.com> 
>  Original date: 8 Feb 2011 04:50:48 -0000
>  Original URL: [http://lists.oasis-open.org/archives/office-comment/201102/msg00002.html]
> Â
> Regina Henschel:Â
> The issue is about disallowing whitespace between function name and opening parentheses. The resolution was to adapt the BNF and remove the whitespace there. But actually the whitespace between function name and opening parentheses is still there and instead the whitespace at start of an expression is removed.
> And as Michael already commented in the issue, the status of the issue is still "open".
> To make the proposed change clear:
> 1.3 currently reads:
> Expression ::=
> (
> Number |
> String |
> Array |
> PrefixOp Expression |
> Expression PostfixOp |
> Expression InfixOp Expression |
> '(' Expression ')' |
> FunctionName Whitespace* '(' ParameterList ')' |
> 1.2 read:
> Expression ::=
> Whitespace* (
> Number |
> String |
> Array |
> PrefixOp Expression |
> Expression PostfixOp |
> Expression InfixOp Expression |
> '(' Expression ')' |
> FunctionName Whitespace* '(' ParameterList ')' |
> Is this the correction desired for ODF 1.3 Errata:
> Expression ::=
> Whitespace* (
> Number |
> String |
> Array |
> PrefixOp Expression |
> Expression PostfixOp |
> Expression InfixOp Expression |
> '(' Expression ')' |
> FunctionName '(' ParameterList ')' |
> Yes?
> Â



--
This message was sent by Atlassian Jira
(v8.3.3#803004)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]