[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] Fix 'Equals()' method.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
9011f5e3 by Benoît Minisini at 2024-10-10T12:16:47+02:00
Fix 'Equals()' method.

[INTERPRETER]
* BUG: 'Equals()' method now compares strings contents.
* NEW: 'Equals()' method now uses a deep recursive comparison. Only arrays and collections are taken into account.

- - - - -


10 changed files:

- main/gbx/gbx_c_array.c
- main/gbx/gbx_c_array.h
- main/gbx/gbx_c_collection.c
- main/gbx/gbx_c_collection.h
- main/gbx/gbx_class.c
- main/gbx/gbx_class.h
- main/gbx/gbx_class_init.c
- main/gbx/gbx_compare.c
- main/gbx/gbx_compare.h
- main/gbx/gbx_variant.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9011f5e3bac5783619051d5716b41bb9dc9c49e4

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/9011f5e3bac5783619051d5716b41bb9dc9c49e4
You're receiving this email because of your account on gitlab.com.