Skip to content

Cleaning up#506

Merged
agarny merged 5 commits into
opencor:mainfrom
agarny:cleaning-up
May 28, 2026
Merged

Cleaning up#506
agarny merged 5 commits into
opencor:mainfrom
agarny:cleaning-up

Conversation

@agarny

@agarny agarny commented May 28, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 28, 2026 13:37

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Pull request overview

This PR cleans up the TypeScript-facing libOpenCOR WASM APIs by switching from index-based collection access (size()/get()) to standard iteration, and bumps package versions accordingly.

Changes:

  • Update IWasmIssues and issue conversion logic to use Iterable + for..of.
  • Update WASM FileManager.files typing and loops to use Iterable + for..of.
  • Bump root and renderer package versions (including libopencorVersion).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
src/renderer/src/libopencor/locLoggerApi.ts Switch WASM issues handling from size/get to iterable iteration.
src/renderer/src/libopencor/locFileApi.ts Switch WASM file manager files from size/get to iterable iteration.
src/renderer/package.json Bump renderer package + libopencorVersion.
package.json Bump root package version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/renderer/src/libopencor/locLoggerApi.ts Outdated
Comment thread src/renderer/src/libopencor/locLoggerApi.ts Outdated
Note: externalizeDeps is enabled by default.
@agarny agarny merged commit 1358258 into opencor:main May 28, 2026
9 checks passed
@agarny agarny deleted the cleaning-up branch May 28, 2026 23:44
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