[Bug 710034] parse: bison finds conflicts / ambiguities

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Nov 14 05:25:05 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=710034
  GStreamer | gstreamer (core) | git

--- Comment #9 from Fabian <derfakir at web.de> 2013-11-14 13:24:59 UTC ---
Created an attachment (id=259802)
 View: https://bugzilla.gnome.org/attachment.cgi?id=259802
 Review: https://bugzilla.gnome.org/review?bug=710034&attachment=259802

make checks comform with proposed grammar change

moves links out of bins.

scary behavior: some errors are silently discarded with old grammar.
please discuss if we need the parser guessing the meaning of bad input.
the old parser has different kinds of error:
a) some are just ignored ( e.g. "( filesrc blocksize=4 location=/dev/null @ )")
b) some get flagged but a partial pipeline is constructed
c) some get flagged; no pipeline is constructed
IMHO only b) and c) are fine.

the checks still go OK for old grammar after this patch, so this can be
committed right now.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list