unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#18224: bug-guile Digest, Vol 137, Issue 2
       [not found] <mailman.23.1407513605.23914.bug-guile@gnu.org>
@ 2015-10-30 16:15 ` Daniel Llorens
  0 siblings, 0 replies; only message in thread
From: Daniel Llorens @ 2015-10-30 16:15 UTC (permalink / raw)
  To: 18224-done


http://git.savannah.gnu.org/gitweb/?p=guile.git;a=commitdiff;h=eb3d623da57e6d31a58d95f932345fb761f9b701 on master fixes printing of scm_tc7_array (shared array) to be #1(...) or #1typetag(...) so they aren't confused with actual vectors or bytevectors.

With respect to the lack of capability to create shared bytevectors, use the array procedures instead. If you need the arrays to be contiguous, you can check this at run time.

The fundamental distinction between shared arrays on one side and bytevectors/vectors/bitvectors on the other side is not of contiguity, rank, element type, etc. but that the latter types are containers, while the shared arrays are just views. That is why I don't think indirection fields should be added to the bytevectors, this would complicate the lookup functions and overlap in functionality with arrays.







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-10-30 16:15 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.23.1407513605.23914.bug-guile@gnu.org>
2015-10-30 16:15 ` bug#18224: bug-guile Digest, Vol 137, Issue 2 Daniel Llorens

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).