Skip to content

Conversation

ClementPasteau
Copy link
Collaborator

No description provided.

@ClementPasteau ClementPasteau requested a review from 4ian as a code owner October 16, 2025 14:20
}

if (deleteThisGroup) {
foundGroup.delete();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will probably crash the app/mess up the memory because you release an object that is still owned by the list of groups. You need to call remove on the ObjectGroupsContainer

);
} else {
if (newGroupName) {
foundGroup.setName(newGroupName);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need to do a whole project refactoring, check how it's done for objects.

newObjectNames.forEach(objectName => {
if (!currentObjectNames.includes(objectName)) {
if (
project
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's also handle global objects, which are exposed to the AI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants