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

[BUG] CompositeCell.Data toXX functions return failwith #402

Closed
Freymaurer opened this issue Jul 8, 2024 · 2 comments
Closed

[BUG] CompositeCell.Data toXX functions return failwith #402

Freymaurer opened this issue Jul 8, 2024 · 2 comments
Assignees
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. Type: Feature Request This item is confirmed by the maintainers to be a request for a new feature

Comments

@Freymaurer
Copy link
Collaborator

This issue is related to the following:

| Data d -> failwith "Data cell cannot be converted to Unitized cell."

These are functions to generalize usage in tools. The implemented behavior is especially annoying as we allow transforming into freetext, which in return can be transformed to the other cell types. So now i need to do: this.ToFreeTextCell().ToTermCell()

@github-actions github-actions bot added the Status: Needs Triage This item is up for investigation. label Jul 8, 2024
@Freymaurer Freymaurer added Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. Type: Feature Request This item is confirmed by the maintainers to be a request for a new feature and removed Status: Needs Triage This item is up for investigation. labels Jul 8, 2024
@Freymaurer Freymaurer moved this to Backlog in ARCStack Jul 8, 2024
@HLWeil
Copy link
Member

HLWeil commented Jul 8, 2024

In what scenario do you need to transform a data cell to a unitized or term cell?

Any solution would IMO be very arbitrary and hard to predict as a user. Therefore I implemented it like this.

@Freymaurer
Copy link
Collaborator Author

In the same scenario i would use _.ToTermCell on a FreeText cell, any user requested converion between cell types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something is not working, and it is confirmed by maintainers to be a bug. Type: Feature Request This item is confirmed by the maintainers to be a request for a new feature
Projects
Status: Done
Development

No branches or pull requests

2 participants