DMN 1.6b1 RTF Avatar
  1. OMG Issue

DMN16 — Grammar rule does not match with the one proposal - typo

  • Key: DMN16-85
  • Status: closed  
  • Source: Goldman Sachs ( Dr. Octavian Patrascoiu)
  • Summary:

    Grammar rule does not match to the one in proposal https://issues.omg.org/browse/DMN15-107

    35. numeric literal = [ "" ] , ( digits , [ ".", digits ] | "." , digits, [ ( "e" | "E" ) , [ "+" | "" ] , digits ] ) ;

    should be

    35. numeric literal = [ "" ] , ( digits , [ ".", digits ] | "." , digits) , [ ( "e" | "E" ) , [ "+" | "" ] , digits ] ;

  • Reported: DMN 1.5b1 — Tue, 15 Aug 2023 13:43 GMT
  • Disposition: Closed; No Change — DMN 1.6b1
  • Disposition Summary:

    Typo already fixed in formal edit of DMN 1.5

    Typo originated during edit of the convenience document. Michelle Seaver applied the revised text correctly in smsc/24-04-02 leaving no issue to be addressed in DMN 1.6.

  • Updated: Mon, 16 Sep 2024 14:16 GMT