Ticket #7318 (closed bug: fixed)

Opened 8 months ago

Last modified 6 months ago

CONLIKE pragma documentation bug

Reported by: acowley Owned by: igloo
Priority: normal Milestone: 7.6.2
Component: Documentation Version: 7.6.1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Documentation bug Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

The documentation example,

{-# INLINE[1] CONLIKE f #-}
f x = blah

results in a parse error in 7.6.1, but is accepted if the pragma is instead written as

{-# INLINE CONLIKE [1] #-} 

Change History

Changed 7 months ago by simonpj

  • owner set to igloo
  • difficulty set to Unknown

Thanks!

Ian: can you fix this please? Thanks.

Simon

Changed 7 months ago by igloo

  • milestone set to 7.6.2

Changed 7 months ago by ian@…

commit e0c77c9f0729c105dddc5ce3fc79e117951719ba

Author: Ian Lynagh <ian@well-typed.com>
Date:   Thu Oct 25 20:54:41 2012 +0100

    Fix doc typo; fixes #7318

 docs/users_guide/glasgow_exts.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Changed 7 months ago by igloo

  • status changed from new to merge

Thanks for the report; fixed.

Changed 6 months ago by igloo

  • status changed from merge to closed
  • resolution set to fixed

Merged as 003eb67f3380cd764d1bd6f94413eb0f062626b3

Note: See TracTickets for help on using tickets.