<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en" style='--code-editor-font: var(--default-mono-font, "GitLab Mono"), JetBrains Mono, Menlo, DejaVu Sans Mono, Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, monospace;'>
<head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit;
}
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; font-family: var(--default-regular-font, "GitLab Sans"),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'>
<div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Benoît Minisini pushed to branch master at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a href="https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e">ac0f2ba8</a></strong>
<div>
<span> by Benoît Minisini </span> <i> at 2023-10-24T04:29:01+02:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: 14px; color: #333238; position: relative; font-family: var(--default-mono-font, "GitLab Mono"),"JetBrains Mono","Menlo","DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px 12px; border: 1px solid #dcdcde;'>Make "%>" a keyword for syntax analyze of gambas code embedded into a WebPage. Some other fixes in the interpreter and the compiler.

[INTERPRETER]
* BUG: A global class find does now a global class lookup. It seems more logical.
* BUG: When loading a class fails, display an accurate error message.

[COMPILER]
* BUG: Embedded arrays do not raise warnings on being uninitialized anymore.
* NEW: Make "%>" a keyword for syntax analyze of gambas code embedded into a WebPage.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
5 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e#01835407de0939cd38b9357802185d58a2a17ec0">
main/gbc/gbc_class.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e#c08f8e391128cf1b4981a9b9dc5d783aac634184">
main/gbx/gbx_class.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e#0be5ce8a77f799fe40689c24b86b952233d42c50">
main/gbx/gbx_class_load.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e#5ca6bbaacddef92b846f83c5777f50a0c89ccd3c">
main/share/gb_reserved_keyword.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e#62edff31a0ab59daaeaace7af2827f0929286edb">
main/share/gb_reserved_temp.h
</a>
</li>
</ul>

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

<br>
<a href="https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e">View it on GitLab</a>.
<br>
You're receiving this email because of your account on <a target="_blank" rel="noopener noreferrer" href="https://gitlab.com">gitlab.com</a>. <a href="https://gitlab.com/-/profile/notifications" target="_blank" rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> · <a href="https://gitlab.com/help" target="_blank" rel="noopener noreferrer" class="help-link">Help</a>
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/gambas/gambas/-/commit/ac0f2ba85e47b527813cd9127ccc5b075d5bc90e"}}</script>


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