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

Added complex to io #138

Merged
merged 4 commits into from
Feb 3, 2020
Merged

Added complex to io #138

merged 4 commits into from
Feb 3, 2020

Conversation

fiolj
Copy link
Contributor

@fiolj fiolj commented Feb 2, 2020

Implementation of support for complex number in io
Note that I had to change the function number_of_rows_numeric()

@fiolj fiolj requested review from certik and jvdp1 February 2, 2020 14:16
@fiolj fiolj mentioned this pull request Feb 2, 2020
Copy link
Member

@certik certik left a comment

Choose a reason for hiding this comment

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

I think the change is good, but please split the formatting changes to a different PR. Try to send a PR with just one change that can be approved and merged.

@fiolj
Copy link
Contributor Author

fiolj commented Feb 3, 2020

Support for complex. No reformatting.

Copy link
Member

@jvdp1 jvdp1 left a comment

Choose a reason for hiding this comment

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

Thank you @fiolj for these improvements. I have mainly minor revisions.

Could you also update stdlib_experimental_io.md, please (to mention that it supports complex numbers)?

Also, could you, please, remove the file stdlib_experimental_io.f90 from the list

set(SRC
    stdlib_experimental_ascii.f90
    stdlib_experimental_io.f90
    stdlib_experimental_error.f90
    stdlib_experimental_kinds.f90
    stdlib_experimental_optval.f90
    stdlib_experimental_system.F90
    ${outFiles}
)

in src/CMakelists.txt (it should have been removed sooner I guess)?

@fiolj fiolj requested a review from jvdp1 February 3, 2020 17:18
@fiolj
Copy link
Contributor Author

fiolj commented Feb 3, 2020

Changed files along the lines suggested by @jvdp1 .

Copy link
Member

@jvdp1 jvdp1 left a comment

Choose a reason for hiding this comment

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

It looks good to me.
Thanks @fiolj for these improvements

Copy link
Member

@certik certik left a comment

Choose a reason for hiding this comment

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

Thank you!

@certik certik merged commit 9655e8d into fortran-lang:master Feb 3, 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.

3 participants