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 functions for other data types to save data in a file. #1

Open
muskankhedia opened this issue Jan 22, 2019 · 7 comments
Open

Add functions for other data types to save data in a file. #1

muskankhedia opened this issue Jan 22, 2019 · 7 comments
Labels

Comments

@muskankhedia
Copy link
Collaborator

muskankhedia commented Jan 22, 2019

The user should be given the flexibility to store the array of all data types. In order to achieve these different functions for passing arrays of different data types can be used. And while storing the array into the file, a unique code can be added before the array in string format in order to verify its type while retrieving it show to the user.

Harkishen-Singh pushed a commit that referenced this issue Jan 22, 2019
Added Support for integer and decimal type array
@Harkishen-Singh
Copy link
Owner

not closing the issue, since the same needs to be implemented for non-slice or non-array values

@muskankhedia muskankhedia changed the title Adding functions for other data types to save array in a file. Add functions for other data types to save data in a file. Jan 23, 2019
@muskankhedia
Copy link
Collaborator Author

Further, support to store the data of complex data type has to be added.

@Harkishen-Singh
Copy link
Owner

Sure. If possible, please take forward the feature. Thanks

@muskankhedia
Copy link
Collaborator Author

Yaa Sure.

@Harkishen-Singh
Copy link
Owner

@muskankhedia , any updates?

@muskankhedia
Copy link
Collaborator Author

As per now, there are conflicts over complex numbers in golang as per the issue: golang/go#19921. So, I think it would be better to add this functionality later according to the decision.

@Harkishen-Singh
Copy link
Owner

sure.. we will add that support once the decision of use of complex numbers is finalized by the google team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants