From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Daniel Llorens Newsgroups: gmane.lisp.guile.bugs Subject: bug#18224: bug-guile Digest, Vol 137, Issue 2 Date: Fri, 30 Oct 2015 17:15:21 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.6\)) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1446221792 10362 80.91.229.3 (30 Oct 2015 16:16:32 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 30 Oct 2015 16:16:32 +0000 (UTC) To: 18224-done@debbugs.gnu.org Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Fri Oct 30 17:16:20 2015 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZsCLj-00061H-Vu for guile-bugs@m.gmane.org; Fri, 30 Oct 2015 17:16:20 +0100 Original-Received: from localhost ([::1]:51827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsCLj-0002Iy-Cy for guile-bugs@m.gmane.org; Fri, 30 Oct 2015 12:16:19 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:36461) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsCLZ-00029l-EY for bug-guile@gnu.org; Fri, 30 Oct 2015 12:16:14 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZsCLT-00071j-IF for bug-guile@gnu.org; Fri, 30 Oct 2015 12:16:09 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:55688) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZsCLT-00071Y-FG for bug-guile@gnu.org; Fri, 30 Oct 2015 12:16:03 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.80) (envelope-from ) id 1ZsCLS-0001J8-TX for bug-guile@gnu.org; Fri, 30 Oct 2015 12:16:02 -0400 Resent-From: Daniel Llorens Original-Sender: "Debbugs-submit" Resent-To: bug-guile@gnu.org Resent-Date: Fri, 30 Oct 2015 16:16:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 18224 X-GNU-PR-Package: guile X-GNU-PR-Keywords: Mail-Followup-To: 18224@debbugs.gnu.org, daniel.llorens@bluewin.ch, godek.maciek@gmail.com Original-Received: via spool by 18224-done@debbugs.gnu.org id=D18224.14462217294980 (code D ref 18224); Fri, 30 Oct 2015 16:16:02 +0000 Original-Received: (at 18224-done) by debbugs.gnu.org; 30 Oct 2015 16:15:29 +0000 Original-Received: from localhost ([127.0.0.1]:46396 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZsCKu-0001IG-G9 for submit@debbugs.gnu.org; Fri, 30 Oct 2015 12:15:28 -0400 Original-Received: from zhhdzmsp-smta18.bluewin.ch ([195.186.227.133]:36697) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZsCKt-0001I8-3R for 18224-done@debbugs.gnu.org; Fri, 30 Oct 2015 12:15:28 -0400 Original-Received: from [195.186.99.131] ([195.186.99.131:55951] helo=zhbdzmsp-smta13.bluewin.ch) by zhhdzmsp-smta18.bluewin.ch (envelope-from ) (ecelerity 3.5.10.45038 r(Core:3.5.10.0)) with ESMTP id 32/39-18608-D9793365; Fri, 30 Oct 2015 16:15:25 +0000 Original-Received: from 4box.hq.corp.viasat.com (62.2.203.131) by zhbdzmsp-smta13.bluewin.ch (8.5.142) (authenticated as dll@bluewin.ch) id 5616641A01562031 for 18224-done@debbugs.gnu.org; Fri, 30 Oct 2015 16:15:25 +0000 In-Reply-To: X-Mailer: Apple Mail (2.1878.6) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 208.118.235.43 X-BeenThere: bug-guile@gnu.org List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:7872 Archived-At: = http://git.savannah.gnu.org/gitweb/?p=3Dguile.git;a=3Dcommitdiff;h=3Deb3d6= 23da57e6d31a58d95f932345fb761f9b701 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.