-
Notifications
You must be signed in to change notification settings - Fork 24
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
Transfer to Fortran-lang organization? #2
Comments
I hope that |
I am 150% in favor of fortran-lang/test-drive. It's relatively small and simple, and has the coolest sounding name I've heard of a Fortran project in a long time. |
That sounds like a great idea to me, especially if it is used by fpm and stdlib. Thank you @awvwgk |
I think this looks good as a testing framework. Why not simplify: call check(error, all(input == expected))
if (allocated(error)) return to: if (check(error, all(input == expected))) return Beyond that, the only other way to simplify is using macros, but I like that this is very usable without macros. It seems the So +1 to move under fortran-lang. |
Alright, I'll went ahead and transferred the repository to @fortran-lang. |
@certik Let's continue this discussion in a separate issue. |
See #3. |
This project was originally developed as light-weight testing framework for TOML Fortran and the Fortran package manager, where it has been redistributed within the testsuite. There are now a couple of redistributed variants around, mostly MIT or Apache-2.0 licensed:
We discussed about this and other testing frameworks at @fortran-lang in several issues and I offered to transfer it to @fortran-lang:
cc @certik @zoziha @everythingfunctional @milancurcic @LKedward @hsnyder @jvdp1
The text was updated successfully, but these errors were encountered: