Stefano Zaghi

Results 88 issues of Stefano Zaghi

First of all thank you for your great code! I am trying to (re)install it into a fresh GNU/Linux box doing ``` shell → go get -u github.com/skyjia/repogen ``` but...

Hi all, I am just experimenting cpp-coveralls with a Fortran project. On my local Linux box it works great, but when it has been used on travis-ci no data are...

Dear all, thank you for sharing this nice project. I would like to promote an enhancement: it often happens that people contribute to a project indirectly, without pushing commits, pull-requests...

Hi Chris, Nice project, congrats! I have just give it a very superficial read, but the _type_guard_ method is a very nice idea. I read that you are searching a...

Improve lib_pack to support more mixed types

ready

Implement a methid to simplify uom references, e.g. ``` fortran type(uom) :: u1 type(uom) :: u2 u1 = uom('m.s-1.kg.m-2') u2 = u1%simplify() print*, u2%stringify() ! Output ! m-1.s.1.kg ```

enhancement

Once qreal/qinter classes are ready, some bultin procedures are worth to be overloaded: - [ ] sum - [ ] max/min - [ ] max_val/min_val - [ ] max_loc/min_loc

enhancement

If a physical quantity has an associated estimation of error, a more reliable computation should automatically propagate the errors. Possible pseudo code ``` fortran type(qreal) :: q1 type(qreal) :: q2...

enhancement

In order to promote Van Snyder's proposal, it could be of some help to prepare a journal publication to submit to a Software Eng. related journal. To this aim, many...

enhancement

Like Pint module teaches, as well as the comments of experts like Glen, _context_ concept is very useful. Remember to think to it.

enhancement
help wanted