Skip to content
Snippets Groups Projects
Commit 97fc6426 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: still require IStringStream for argList (closes #672)

- regression introduced by part of commit e77edcf9.

  Specifically the way that scalarRanges is written, it parses through
  until it hits invalid input. This works fine with an IStringStream,
  but the ITstream is pickier and reports this as being an error.

  So revert to IStringStream and be less picky about argList parsing.
  in the longer-term, should fix scalarRanges instead.
parent 9db0a889
Branches
Tags
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment