Skip to content

Multi object launches - #69

Merged
Alberto-o merged 7 commits into
devfrom
multi-object-launch
Jul 27, 2026
Merged

Multi object launches#69
Alberto-o merged 7 commits into
devfrom
multi-object-launch

Conversation

@lmdiazangulo

Copy link
Copy Markdown
Contributor

No description provided.

@lmdiazangulo lmdiazangulo self-assigned this May 18, 2026
@lmdiazangulo lmdiazangulo changed the title [WIP] Multi object launches Multi object launches May 18, 2026
@lmdiazangulo
lmdiazangulo marked this pull request as ready for review May 18, 2026 08:38
@lmdiazangulo

Copy link
Copy Markdown
Contributor Author

@copilot Some actions are failing. Fix it!

Copilot AI commented May 18, 2026

Copy link
Copy Markdown

@copilot Some actions are failing. Fix it!

Fixed in ebf146f. The failing Windows Actions jobs were caused by constructing std::filesystem::path directly from JSON values in src/app/launcher.cpp; I now extract the filename as std::string first, which resolves the MSVC build error.

@lmdiazangulo
lmdiazangulo marked this pull request as draft June 9, 2026 12:45
Comment thread src/app/CMakeLists.txt Outdated
Comment thread src/app/launcher.cpp Outdated
Comment thread test/app/launcherTest.cpp
Comment thread src/utils/MeshTools.cpp Outdated
Comment thread test/MeshFixtures.h Outdated
Comment thread test/MeshFixtures.h Outdated
Comment thread test/MeshFixtures.h Outdated
Comment thread src/meshers/StaircaseMesher.cpp
Comment thread src/core/Compressor.cpp
Comment thread src/core/Splitter.cpp Outdated
@carlosgonzalez-elemwave
carlosgonzalez-elemwave force-pushed the multi-object-launch branch 2 times, most recently from c0abc23 to 949966d Compare July 22, 2026 16:18
@carlosgonzalez-elemwave

Copy link
Copy Markdown
Collaborator

This might be only in my system, but I have trouble within VSCode's environment to debug code. At random intervals, each time the debugger (lldb) tries to access information on certain objects or classes, it throws a Segmentation Fault signal. It currently happens with an uniquePointer for BaseMesher (can be worked around by defining an unused unique void pointer to MesherBase at a prior line of code).

It also happened with standard library objects, but I found a setting that fixes that one in particular.

I can debug now with minor issues, but it took some hours to fix it into a workable state.

@carlosgonzalez-elemwave
carlosgonzalez-elemwave marked this pull request as ready for review July 23, 2026 16:00
@Alberto-o
Alberto-o merged commit 23240b4 into dev Jul 27, 2026
4 checks passed
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.

4 participants