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

Add support for dataset cloning #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add support for dataset cloning #71

wants to merge 1 commit into from

Conversation

MHumm
Copy link
Contributor

@MHumm MHumm commented Mar 16, 2019

This is one of the commits of "Couple of small enhancements to JvMemoryDataset and XPButton" pull request #55 extracted as single commit. I hope it is good enough in this form to be pulled.

@MHumm MHumm closed this Mar 16, 2019
@MHumm MHumm deleted the feature/add_CloneDataset_support_to_JvMemoryDataset branch March 16, 2019 16:36
@MHumm MHumm restored the feature/add_CloneDataset_support_to_JvMemoryDataset branch March 16, 2019 16:44
@MHumm MHumm reopened this Mar 16, 2019
Copy link
Member

@obones obones left a comment

Choose a reason for hiding this comment

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

To me, this is needlessly complexified by the use of a manually allocated record and I won't merge it as is

TJvMemDataCloneOptions = set of TJvMemDataCloneOption;

PJvMemDataCommon = ^TJvMemDataCommon;
TJvMemDataCommon = record
Copy link
Member

Choose a reason for hiding this comment

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

I'm sorry, but I don't see the point of this record, and it gets even worse with its allocation being done manually via a getmem.

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