[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] Implement two pass compilation for detection of unknown symbols. Check if a...



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


Commits:
945179e5 by Benoît Minisini at 2026-03-25T15:48:09+01:00
Implement two pass compilation for detection of unknown symbols. Check if a file must be compiled before running its background task.

[COMPILER]
* NEW: Implement two pass compilation for detection of unknown symbols.
* NEW: The first pass generate one '*.info' file in the '.desc' directory for each project class.
* NEW: Do not generate code when analyzing the declarations in the first pass.
* NEW: Add '-p' option to activate two pass compilation.
* NEW: Check if a file must be compiled before running its background task.
* BUG: Fix two leaked strings.

- - - - -


24 changed files:

- main/gbc/Makefile.am
- main/gbc/gb_error.c
- main/gbc/gb_error.h
- main/gbc/gb_str.c
- main/gbc/gb_str.h
- main/gbc/gbc.c
- main/gbc/gbc_class.c
- main/gbc/gbc_class.h
- main/gbc/gbc_compile.c
- main/gbc/gbc_compile.h
- main/gbc/gbc_dump.c
- main/gbc/gbc_form.c
- main/gbc/gbc_header.c
- main/gbc/gbc_output.c
- main/gbc/gbc_output.h
- main/gbc/gbc_read.c
- main/gbc/gbc_trans.c
- main/gbc/gbc_trans.h
- main/gbc/gbc_trans_code.c
- main/gbc/gbc_trans_ctrl.c
- main/gbc/gbc_trans_expr.c
- main/share/gb_limit.h
- main/share/gb_table_temp.h
- main/share/gb_type_common.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/945179e5bf976c4c5dbb3c99139a0a9d210ad695

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/945179e5bf976c4c5dbb3c99139a0a9d210ad695
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help