From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id F3CCE385842B; Tue, 12 Jul 2022 15:50:21 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F3CCE385842B From: "dodji at redhat dot com" To: libabigail@sourceware.org Subject: [Bug default/29360] New: Ada ranges emitting/reading/diffing are not supported in libabigail Date: Tue, 12 Jul 2022 15:50:21 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: libabigail X-Bugzilla-Component: default X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: enhancement X-Bugzilla-Who: dodji at redhat dot com X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dodji at redhat dot com X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter cc target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: libabigail@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Mailing list of the Libabigail project List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2022 15:50:22 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29360 Bug ID: 29360 Summary: Ada ranges emitting/reading/diffing are not supported in libabigail Product: libabigail Version: unspecified Status: NEW Severity: enhancement Priority: P2 Component: default Assignee: dodji at redhat dot com Reporter: dodji at redhat dot com CC: libabigail at sourceware dot org Target Milestone: --- fedabipkgdiff --self-compare -a --from fc36 zlib-ada Appears to be stuck. Upon closer look it appears that abipkgdiff is stuck = in an infinite loop: build/tools/abipkgdiff --self-check --d1 /home/dodji/.cache/fedabipkgdiff/downloads/zlib-ada-debuginfo-1.4-0.30.2012= 0830CVS.fc36.x86_64.rpm /home/dodji/.cache/fedabipkgdiff/downloads/zlib-ada-1.4-0.30.20120830CVS.fc= 36.x86_64.rpm . Free form range types (range types that are not part of array types), used = in Ada are not fully supported by Libabigail. What is not supported is their serilization in abixml, their de-serializati= on from abixml and their comparison by the comparison engine. I started a branch with that work, at https://sourceware.org/git/?p=3Dlibabigail.git;a=3Dshortlog;h=3Drefs/heads/= free-range-types. What needs to be done is the support for diffing. Basically, creating a di= ff type for range types, coming up with a compute_diff function that takes ran= ges and returns the diff type for ranges and adding support for reporting the changes carried by the range diff type. This is a nice little feature to work on, IMHO. --=20 You are receiving this mail because: You are on the CC list for the bug.=