Binary compatibility report for the Vala library between 0.23.1 and 0.23.2 versions on x86
Test Info
Library Name | Vala |
Version #1 | 0.23.1 |
Version #2 | 0.23.2 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 4 |
Total Shared Libraries | 1 |
Total Symbols / Types | 2559 / 789 |
Verdict | Incompatible (0.2%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Added Symbols (2)
vala.h,
libvala-0.24.so.0.0.0
vala_semantic_analyzer_create_temp_access ( ValaLocalVariable* local, ValaDataType* target_type )
valacodegen.h,
libvala-0.24.so.0.0.0
vala_gtype_module_end_instance_init ( ValaGTypeModule* self, ValaClass* cl )
to the top
Removed Symbols (3)
vala.h,
libvala-0.24.so.0.0.0
vala_local_variable_get_floating ( ValaLocalVariable* self )
vala_local_variable_set_floating ( ValaLocalVariable* self, gboolean value )
valacodegen.h,
libvala-0.24.so.0.0.0
vala_gtype_module_generate_instance_init ( ValaGTypeModule* self, ValaClass* cl )
to the top
Problems with Symbols, High Severity (1)
valacodegen.h,
libvala-0.24.so.0.0.0
[+] vala_gir_writer_write_file ( ValaGIRWriter* self, ValaCodeContext* context, gchar const* directory, gchar const* gir_namespace, gchar const* gir_version, gchar const* package ) (1)
changed to:vala_gir_writer_write_file ( ValaGIRWriter* self, ValaCodeContext* context, gchar const* directory, gchar const* gir_filename, gchar const* gir_namespace, gchar const* gir_version, gchar const* package )
| Change | Effect |
---|
1 | Parameter gir_filename of type gchar const* has been added to the calling stack at the middle position. | Layout of parameter's stack has been changed and therefore parameters at higher positions in the stack 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.24.so.0.0.0
to the top