Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch operations #256

Merged
merged 18 commits into from Mar 20, 2020
Merged

Batch operations #256

merged 18 commits into from Mar 20, 2020

Conversation

swistak35
Copy link
Contributor

Context

How has this been tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature or improvement (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Additional language file or change to the existing one (translations)

Related issue(s):

  1. Batch operations #18

Checklist:

  • My code follows the code style of this project,
  • My change requires a change to the documentation,
  • I described the modification in the CHANGELOG.md file.

setCellContent: (address: SimpleCellAddress, newCellContent: RawCellContent) => void,
setCellContents: (topLeftCornerAddress: SimpleCellAddress, cellContents: RawCellContent[][] | RawCellContent) => void,
Copy link
Contributor

Choose a reason for hiding this comment

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

@swistak35 Do we need the BatchExecutor in batch method? This create sync problem and with suspendEvaluation we're using engine instance anyway. Shouldn't all (or most of) engine public APIs be available to run in batch?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@wojciechczerniak yes, this is very possible, I just like to get to removals incrementally, but was thinking the same

@swistak35 swistak35 merged commit 845e8ca into develop Mar 20, 2020
@swistak35 swistak35 deleted the rl/batch-operations branch March 20, 2020 12:17
@swistak35 swistak35 mentioned this pull request Mar 20, 2020
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.

None yet

2 participants