Re: Migrate from Bugzilla to GitHub Issues

2022-08-17 Thread Vladimir Sitnikov
> I really don't believe we want to migrate more than 20 years For reference, the first bug in JMeter was filed on 2003, and we look forward to migrating all the ~5K bugs to GitHub issues. LLVM moved from Bugzilla to GitHub a year ago (50K bugs since 2003) >When working on Ant I barely ever inter

Migrate from Bugzilla to GitHub Issues

2022-08-08 Thread Vladimir Sitnikov
Hi, Have you considered migrating from Bugzilla to GitHub Issues? I think co-locating issues and PRs at GitHub would make it easier to navigate between issues and PRs. GitHub allows richer comment formatting (e.g. code highlight). Moving issues to GitHub would simplify cross-references. For exam

Bug 40455 - ReaderInputStream corrupts surrogate pairs

2020-08-15 Thread Vladimir Sitnikov
Hi, I see there's 14-year-old bug https://bz.apache.org/bugzilla/show_bug.cgi?id=40455 which does impact the current users :-( Here's a recent case from Gradle: https://github.com/gradle/gradle/issues/14134 What do you think if the current Ant's ReaderInputStream was replaced with the one from Ap