<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/1d639e4b278e4f1743c9034a75ecd70eb7645574">1d639e4b</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-12-07T00:02:49Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/df275f7c9be11515841c55cf36c7aa7abc5617e3">df275f7c</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-12-07T00:03:47Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">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.
</pre>
</li>
</ul>
<h4>5 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/52c1243c35d613e0d20a9d7026a62dd1abef96d9...df275f7c9be11515841c55cf36c7aa7abc5617e3#8a1f097068efb5f5539a5bb833304d4200dd7553">
comp/src/gb.form.terminal/.src/TerminalView/TerminalScreen.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/52c1243c35d613e0d20a9d7026a62dd1abef96d9...df275f7c9be11515841c55cf36c7aa7abc5617e3#36e835cad85fad94a6d76226299cc4f50285c26a">
main/gbx/gbx_exec_loop.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/52c1243c35d613e0d20a9d7026a62dd1abef96d9...df275f7c9be11515841c55cf36c7aa7abc5617e3#c5299c94b52c20a5881d798e266cbd4ce569ba91">
main/gbx/gbx_jit.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/52c1243c35d613e0d20a9d7026a62dd1abef96d9...df275f7c9be11515841c55cf36c7aa7abc5617e3#b764edff3b1be82425102895af55e3f52c43608c">
main/lib/jit/gb.jit/jit.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/52c1243c35d613e0d20a9d7026a62dd1abef96d9...df275f7c9be11515841c55cf36c7aa7abc5617e3#f28de36d0ef8dba5af466ee48efbf119548d967f">
main/lib/jit/jit_body.c
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777777;">

<br>
<a href="https://gitlab.com/gambas/gambas/compare/52c1243c35d613e0d20a9d7026a62dd1abef96d9...df275f7c9be11515841c55cf36c7aa7abc5617e3">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>