[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: Serialization now does not duplicate objects anymore. Fix Task.Wait().

Benoît Minisini (@bminisini) gitlab at mg.gitlab.com
Tue Feb 8 22:54:04 CET 2022



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


Commits:
5d1716aa by gambas at 2022-02-08T22:48:06+01:00
Serialization now does not duplicate objects anymore. Fix Task.Wait().

[INTERPRETER]
* NEW: Serialization now does not duplicate objects anymore. Once an object
  is serialized, if it is encounter again, then it is seralized as a five
  bytes reference.
* BUG: Fix Task.Wait() that incorrectly used 'sleep' instead of 'usleep'.

- - - - -
4d2a9427 by gambas at 2022-02-08T22:53:46+01:00
Profiler: Loading profile files is now through a background task.

[DEVELOPMENT ENVIRONMENT]
* NEW: Profiler: Loading profile files is now through a background task.

- - - - -


9 changed files:

- app/src/gambas3/.src/Debug/CProfile.class
- app/src/gambas3/.src/Debug/CProfileTask.class
- app/src/gambas3/.src/Debug/Design.module
- app/src/gambas3/.src/Debug/FProfile.class
- app/src/gambas3/.src/Project.module
- main/gbx/gbx_api.c
- main/gbx/gbx_c_task.c
- main/gbx/gbx_stream.c
- main/gbx/gbx_stream.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9f39e674c29e06bbf108c595b477145b98eb9484...4d2a94279338465f8e4e436802e0b06c21178cb6

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/9f39e674c29e06bbf108c595b477145b98eb9484...4d2a94279338465f8e4e436802e0b06c21178cb6
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20220208/543dabf5/attachment.htm>


More information about the Notification mailing list