issues Search Results · language:B4X language:C++
Filter by
7.7M results
The guided mode uses a Wizard component (used in program installations, etc.) to create the questions sequence. Although
this works well in Linux and Windows, MacOS default wizard looks like this:
img ...
bug
Currently, vide.toml works well for source files inside the workspace, but real HDL projects often depend on files
outside the workspace, such as Vivado primitives, vendor simulation models, or shared ...
enhancement
project model
Autonomous Loop
Loop ID: mercyhf-main-architecture-loop Iteration: 1/24 Mode: durable-forward-development Target agent: antigravity
Level focus: Index0_Game
Strategic Goal
Continue rebuilding Index0_Game ...
Symptom
Every binary-size guard workflow on master fails identically:
FileNotFoundError: build_info.json not found for board board
(tried build_info_ example .json and build_info.json in .build/pio/ ...
- [✔️] I have checked the FAQ for answers.
- [✔️] I have checked the Changelog that the issue is not already fixed.
- [✔️] I believe this issue is a bug, and not a general technical issue, question ...
Describe the bug At step 7 of the compile process, sudo make install, it aborts complaining that file INSTALL
destination: /usr/share/doc/muse-4.2 is not a directory.
To Reproduce Steps to reproduce the ...
Добавить стрельбу точечными источниками света из камеры (долетают до стены и прилипают)
为 ASTArena / SmallObjectPool 添加 C++26 Contracts。
提议修改(arena.ixx):
void* allocate_raw(size_t size, size_t alignment)
[[pre: size 0]]
[[pre: alignment 0 (alignment (alignment-1)) == 0]] ...
C++26
contracts
core
enhancement
memory
为 Type 系统添加 Contracts,确保 TypeId 有效性。
提议代码(type.ixx):
TypeTag tag_of(TypeId id) const [[pre: id.valid()]];
bool is_subtype(TypeId sub, TypeId sup) const [[pre: sub.valid() sup.valid()]];
TypeId register_func(...) ...
C++26
contracts
core
enhancement
type-system
为 rollback 和 mutation 相关函数添加 C++26 postconditions。
提议代码(ast.ixx):
bool rollback(std::uint64_t mutation_id)
[[post r: r ? (generation_ old(generation_)) : true]]
[[post r: r ? (mutation_log_.back().status ...
ast
C++26
contracts
core
enhancement

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.