From: Jeff A. <ja...@fa...> - 2020-06-02 12:23:29
|
On 26/05/2020 06:13, Jim Baker wrote: > On Mon, May 25, 2020 at 9:43 AM Jeff Allen <ja...@fa... > <mailto:ja...@fa...>> wrote: > For sure, we need to do this, under https://github.com/jython/jython > Ideally we would replace the Jython 3 sandbox > thttps://github.com/jython/jython3 with just a README that that points > to this historical work, but otherwise is empty. (If this were a > sandbox under someone's name I would keep as is, but under this name > we have to do this cleanup to avoid confusion.) I'm making reasonable progress in that direction and you can read the fun on https://bugs.jython.org/issue2892 . GitHub lets us make repositories private now. Is that a good answer? > One other thing we should consider in this move to GitHub is the > overall workflow. I suggest we switch over to GitHub issues, and > anything else accommodated by the GitHub ecosystem (eg > https://github.com/features/actions). So I wouldn't want to spend time > investing in implementing the full CPython workflow here like > Discourse - standard GitHub is more than adequate for our needs. Given > that Jython 3 will have effectively its own bugs, this can be a good > clean break with bugs.jython.org <http://bugs.jython.org> as it is - I > would keep around historically, but I wouldn't bother porting over > these possibly irrelevant issues into GitHub. However, we would need > to do something to ensure that bugs are not inadvertently reported > there - an advisory notice somewhere on that site should suffice. Definitely, when there is a Jython 3 to have bugs, we only want them in one place. CPython are keeping bugs.python.org around, but they've been maintaining it. It is still the basis of the PSF CLA process that covers us. (I'm quite keen to keep that.) Our bugs.jython.org is looking increasingly fragile, so I agree we should discourage reports there, but I think we'd accept them, and there are quite a few outstanding issues we probably need until Jython 2.7 is no longer maintained. Jeff |