mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
typelib: Fix field offsets for attributes
This fixes a bug where the decompiler could not recognize enums by their C identifiers because it could not correctly read attributes. Fixes #177.
This commit is contained in:
parent
d7097cad01
commit
3b6dcf072d
4 changed files with 20 additions and 3 deletions
|
@ -207,7 +207,7 @@ class TestSamples(unittest.TestCase):
|
|||
]
|
||||
|
||||
# Decompiler-only tests
|
||||
SKIP_COMPILE = ["translator_comments"]
|
||||
SKIP_COMPILE = ["issue_177", "translator_comments"]
|
||||
|
||||
SKIP_DECOMPILE = [
|
||||
# Comments are not preserved in either direction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue