public inbox for libabigail@sourceware.org
 help / color / mirror / Atom feed
* [Bug default/23533] New: abidiff is confused when an "=" sign is used in a suppression label
@ 2018-01-01  0:00 bochecha at daitauha dot fr
  2018-01-01  0:00 ` [Bug default/23533] " dodji at redhat dot com
  2018-01-01  0:00 ` dodji at redhat dot com
  0 siblings, 2 replies; 3+ messages in thread
From: bochecha at daitauha dot fr @ 2018-01-01  0:00 UTC (permalink / raw)
  To: libabigail

https://sourceware.org/bugzilla/show_bug.cgi?id=23533

            Bug ID: 23533
           Summary: abidiff is confused when an "=" sign is used in a
                    suppression label
           Product: libabigail
           Version: unspecified
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: default
          Assignee: dodji at redhat dot com
          Reporter: bochecha at daitauha dot fr
                CC: libabigail at sourceware dot org
  Target Milestone: ---

Because of https://sourceware.org/bugzilla/show_bug.cgi?id=23492, I have to
ignore libgfortran, so I used the following suppression file:

  [suppress_file]
  # https://sourceware.org/bugzilla/show_bug.cgi?id=23492
  label = Libabigail can't handle libgfortran.so
  file_name_regexp = libgfortran\\.so.*

This works just fine.

However, if I put the bug URL in the label, as I originally wanted to, then
abidiff will skip the suppression rule, and NOT ignore the file.

I found that this is due to the "=" sign in the bug URL, which seems to confuse
the INI parser somehow. It probably can't correctly parse the key/value.

I tried quoting the string, but that didn't change anything, those all lead to
the same behaviour:

  label = https://sourceware.org/bugzilla/show_bug.cgi?id=23492
  label = 'https://sourceware.org/bugzilla/show_bug.cgi?id=23492'
  label = "https://sourceware.org/bugzilla/show_bug.cgi?id=23492"

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-08-30  9:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-01  0:00 [Bug default/23533] New: abidiff is confused when an "=" sign is used in a suppression label bochecha at daitauha dot fr
2018-01-01  0:00 ` [Bug default/23533] " dodji at redhat dot com
2018-01-01  0:00 ` dodji at redhat dot com

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).