[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] 4 commits: The `Enum <name>` syntax allows to declare an named enumeration defined elsewhere.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] 4 commits: The `Enum <name>` syntax allows to declare an named enumeration defined elsewhere.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Fri, 02 Jan 2026 22:29:15 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: 55cfd7f1 by Benoît Minisini at 2026-01-02T23:26:00+01:00 The `Enum <name>` syntax allows to declare an named enumeration defined elsewhere. [COMPILER] * NEW: The `Enum <name>` syntax allows to declare an named enumeration defined elsewhere. - - - - - adcb372d by Benoît Minisini at 2026-01-02T23:27:05+01:00 Fix enumeration highlighting. [GB.EVAL] * BUG: Fix enumeration highlighting. - - - - - fc44d622 by Benoît Minisini at 2026-01-02T23:28:21+01:00 Declare an enumeration for field datatypes, and use it. [GB.DB2] * BUG: Declare an enumeration for field datatypes, and use it. - - - - - 2fd77869 by Benoît Minisini at 2026-01-02T23:29:06+01:00 Declare the 'GridViewHeader' enumeration. [GB.DB2.FORM] * BUG: Declare the 'GridViewHeader' enumeration. - - - - - 9 changed files: - comp/src/gb.db2.form/.src/DataView.class - main/comp/gb.db2/.src/DB.class - main/comp/gb.db2/.src/Field.class - main/comp/gb.db2/.src/_TableFields.class - main/gbc/gbc_class.c - main/gbc/gbc_header.c - main/gbc/gbc_trans.c - main/lib/eval/eval_analyze.c - main/share/gb_reserved_keyword.h View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dd47a948982cc50b58456a1ae7f6ea28dc1b6ce7...2fd7786931d4fef789234a5199e66e3b6cd1ef88 -- View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/dd47a948982cc50b58456a1ae7f6ea28dc1b6ce7...2fd7786931d4fef789234a5199e66e3b6cd1ef88 You're receiving this email because of your account on gitlab.com.