[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: String.Left() sometimes fails. Print a warning if such a case is detected.
Benoît Minisini
gitlab at mg.gitlab.com
Fri Dec 7 01:06:20 CET 2018
Benoît Minisini pushed to branch master at Gambas / gambas
Commits:
1d639e4b by gambas at 2018-12-07T00:02:49Z
String.Left() sometimes fails. Print a warning if such a case is detected.
[GB.FORM.TERMINAL]
* BUG: String.Left() sometimes fails. Print a warning if such a case is detected.
- - - - -
df275f7c by gambas at 2018-12-07T00:03:47Z
Forgot to call JIT function when the call is dynamic, i.e. if the object owning the method has an anonymous datatype (Object or Variant).
[INTERPRETER]
* BUG: Forgot to call JIT function when the call is dynamic, i.e. if the object owning the method has an anonymous datatype (Object or Variant).
[GB.JIT]
* BUG: Save the initial stack pointer of a function in the function stack instead of using the interpreter stack.
- - - - -
5 changed files:
- comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class
- main/gbx/gbx_exec_loop.c
- main/gbx/gbx_jit.c
- main/lib/jit/gb.jit/jit.h
- main/lib/jit/jit_body.c
View it on GitLab: https://gitlab.com/gambas/gambas/compare/52c1243c35d613e0d20a9d7026a62dd1abef96d9...df275f7c9be11515841c55cf36c7aa7abc5617e3
--
View it on GitLab: https://gitlab.com/gambas/gambas/compare/52c1243c35d613e0d20a9d7026a62dd1abef96d9...df275f7c9be11515841c55cf36c7aa7abc5617e3
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20181207/b8f8cc85/attachment.html>
More information about the Notification
mailing list