Discussion:
[OMPI users] Question on using Github to see bugs fixed in past versions
Blosch, Edwin L
2016-10-04 20:10:09 UTC
Permalink
Apologies for the dumb question... There used to be a way to dive in to see exactly what bugs and features came into 1.10.4, 1.10.3, and on back to 1.8.8. Is there a way to do that on github?

Ed
Gilles Gouaillardet
2016-10-05 06:57:38 UTC
Permalink
Edwin,


changes are summarized in the NEWS file


we used to have two github repositories, and they were "merged" recently

with github, you can list the closed PR for a given milestone

https://github.com/open-mpi/ompi-release/milestones?state=closed

then you can click on a milestone, and list the PR marked as "Closed"

for example, the PR merged in v1.10.4 are at
https://github.com/open-mpi/ompi-release/milestone/18?closed=1


Cheers,


Gilles
Apologies for the dumb questionÂ… There used to be a way to dive in to
see exactly what bugs and features came into 1.10.4, 1.10.3, and on
back to 1.8.8. Is there a way to do that on github?
Ed
Jeff Squyres (jsquyres)
2016-10-05 10:19:35 UTC
Permalink
Additionally:

- When Open MPI migrated to github, we only brought over relevant open Trac tickets to Github. As such, many old 1.10 and 1.8 (and earlier) issues were not brought over.
- Trac is still available in a read-only manner at https://svn.open-mpi.org/trac/ompi/report.
Post by Gilles Gouaillardet
Edwin,
changes are summarized in the NEWS file
we used to have two github repositories, and they were "merged" recently
with github, you can list the closed PR for a given milestone
https://github.com/open-mpi/ompi-release/milestones?state=closed
then you can click on a milestone, and list the PR marked as "Closed"
for example, the PR merged in v1.10.4 are at https://github.com/open-mpi/ompi-release/milestone/18?closed=1
Cheers,
Gilles
Apologies for the dumb question… There used to be a way to dive in to see exactly what bugs and features came into 1.10.4, 1.10.3, and on back to 1.8.8. Is there a way to do that on github?
Ed
_______________________________________________
users mailing list
https://rfd.newmexicoconsortium.org/mailman/listinfo/users
--
Jeff Squyres
***@cisco.com
For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/
Loading...