-
Notifications
You must be signed in to change notification settings - Fork 0
Doesn't run in C #7
Copy link
Copy link
Open
Labels
High EffortMore than 2 weeks of timeMore than 2 weeks of timeHigh priorityMultiple features rely on this, it is a milestone, or issue strongly effects end usersMultiple features rely on this, it is a milestone, or issue strongly effects end usersenhancementImprove or add new featuresImprove or add new featurestodoPlanned implementationPlanned implementation
Description
Metadata
Metadata
Assignees
Labels
High EffortMore than 2 weeks of timeMore than 2 weeks of timeHigh priorityMultiple features rely on this, it is a milestone, or issue strongly effects end usersMultiple features rely on this, it is a milestone, or issue strongly effects end usersenhancementImprove or add new featuresImprove or add new featurestodoPlanned implementationPlanned implementation
Primary issue with porting to C is use of try/catch. Resolution strategies:
try/catch does 3 important things:
Producing all of these in C is difficult.
Use of classes and namespaces must be removed as well, but use of these is limited anyways and won't require complex restructuring.