Binary compatibility report for the Vala library between 0.13.3 and 0.13.4 versions on x86
Test Info
Library Name | Vala |
Version #1 | 0.13.3 |
Version #2 | 0.13.4 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 4 |
Total Shared Libraries | 1 |
Total Symbols / Types | 2651 / 828 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 0 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 2 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Problems with Symbols, Low Severity (2)
valacodegen.h,
libvala-0.14.so.0.0.0
[+] vala_ccode_base_module_get_ccode_real_name ( ValaMethod* m ) (2)
changed to:vala_ccode_base_module_get_ccode_real_name ( ValaSymbol* sym )
| Change | Effect |
---|
1 | 1st parameter m has been renamed to sym. | Renaming of a parameter may indicate a change in its semantic meaning. |
2 | Base type of 1st parameter m has been changed from _ValaMethod (28 bytes) to _ValaSymbol (20 bytes). | Memory stored by pointer may be incorrectly initialized by applications. |
to the top
Header Files (4)
vala.h
valaccode.h
valacodegen.h
valagee.h
to the top
Shared Libraries (1)
libvala-0.14.so.0.0.0
to the top