Simulation Experiment view: account for a SED-ML task instance having issues#435
Simulation Experiment view: account for a SED-ML task instance having issues#435agarny merged 3 commits intoopencor:mainfrom
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the Simulation Experiment view to better handle cases where a SED-ML document instantiation reports issues, and bumps renderer/root versions alongside dependency lockfile updates.
Changes:
- Show an
IssuesViewwhen the instantiated SED-ML instance reports issues, and attempt to avoid accessing task-derived fields in that case. - Update the renderer dependency update script to remove
bun.lockbefore reinstalling. - Bump package versions and refresh Bun lockfiles.
Reviewed changes
Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/renderer/src/components/views/SimulationExperimentView.vue | Adds a top-level issues display and adds guards intended to avoid using invalid instance/task data. |
| src/renderer/scripts/dependencies.update.js | Removes bun.lock after bun update to force regeneration on install. |
| src/renderer/package.json | Version bump. |
| src/renderer/bun.lock | Dependency lock updates. |
| package.json | Version bump. |
| bun.lock | Dependency lock updates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
20a6fe3 to
56c40f0
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 4 out of 6 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.