Hi Alan,

Primitive names have been changed since the release candidate. See this
issue for the discussion: https://github.com/NetLogo/CSV-Extension/issues/3

We're definitely still open to suggestions. The API can be changed up until
the actual 5.2 release. I didn't go with `*-lines` because I thought the
plural implied that it works with a list. The reasoning is `*-line` works
with a single line, `*-string` works with an arbitrary string
representation of a CSV file. As I said, though, we're definitely still
open to suggestions.

Thanks,
Bryan

On Fri Feb 13 2015 at 11:09:13 AM Alan Isaac <alan.is...@gmail.com> wrote:

> Looking at the CSV extension documentation of `from-line` at
> https://github.com/NetLogo/CSV-Extension
> it appears that the unweildy `csv-row-to-strings` is for some
> undocumented reason being treated as a synonym for `from-line`.
>
> In turn, `csv-row-to-strings` is not documented, suggesting perhaps that
> it is deprecated?  It not, a more consistent name would be
> `strings-from-line`.
>
> Something similar happens in the documentation for `from-string`: the
> documentation refers to `csv-to-strings`.
>
> Btw, `from-string` really should be called `from-lines`, just as
> `to-string` really should be called `to-lines`.
>
> Alan Isaac
>
>  --
> You received this message because you are subscribed to the Google Groups
> "netlogo-devel" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to netlogo-devel+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to