Skip to content

Record terminator slash (/) in format not supported #830

Closed
@lwymarie

Description

@lwymarie

IDL input and output:

IDL> print,'NOTE: Calling sequence to IFSF_LINELIST has changed. If vacuum',$
IDL> ' wavelengths are required, or other wavelength units, or ',$
IDL> ' to suppress this message, use ARGSLINELIST structure in ',$
IDL> ' initialization procedure. Default is now air waves.',$
IDL> format='(A0/A0/A0/A0)'
NOTE: Calling sequence to IFSF_LINELIST has changed. If vacuum
wavelengths are required, or other wavelength units, or
to suppress this message, use ARGSLINELIST structure in
initialization procedure. Default is now air waves.

GDL output is not as expected:

GDL> print,'NOTE: Calling sequence to IFSF_LINELIST has changed. If vacuum',$
GDL> ' wavelengths are required, or other wavelength units, or ',$
GDL> ' to suppress this message, use ARGSLINELIST structure in ',$
GDL> ' initialization procedure. Default is now air waves.',$
GDL> format='(A0/A0/A0/A0)'
% PRINT: Infinite format loop detected.
% Execution halted at: $MAIN$

Metadata

Metadata

Assignees

No one assigned

    Labels

    antlrRequires antlr know-howbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions