Ticket #3 (closed defect: fixed)

Opened 6 years ago

Last modified 22 months ago

(format t "~<Options: ~:@>") should error

Reported by: gb Owned by: gz
Priority: major Milestone:
Component: ANSI CL Compliance Version: 1.1
Keywords: FORMAT Cc:

Description

(format t "~<Options: ~:@>")

should complain about a missing argument, but doesn't do so in OpenMCL.

Attachments

format.diff Download (1.1 KB) - added by rme 4 years ago.

Change History

Changed 4 years ago by rme

(format t "~<Options: ~:>") should presumably complain, too. (The @ modifier, which inserts conditional newlines after blanks in the body part of the control string, doesn't seem directly relevant to the bug of not complaining about the missing argument.)

I'll attach a simple-minded patch that tries to make this work.

Changed 4 years ago by rme

Changed 4 years ago by rme

  • owner changed from gb to gz

Changed 22 months ago by rme

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

(In [14935]) Complain if ~<...~:> doesn't get any arguments. Fixes ticket:3.

Note: See TracTickets for help on using tickets.