Caution: extreme trivia below.. :-) On 17/09/16 05:02, wraydulany wrote: > GitHub user wraydulany opened a pull request: > > https://github.com/apache/incubator-pirk/pull/91 > > [Pirk-66] - Fix Website To Indicate Pirk's Use of Java 8 > > This is a one-byte change. Heck, it's a one-bit change, from a certain > pov.
I don't see how this could be a one-bit change, what pov are you thinking of? ASCII char '7' (0b00110111) to '8' (0b00111000), and even decimal 7 (0b0111) to decimal 8 (0b1000), requires flipping 4 bits. With apologies, Tim > You can merge this pull request into a Git repository by running: > > $ git pull https://github.com/wraydulany/incubator-pirk PIRK-66 > > Alternatively you can review and apply these changes as the patch at: > > https://github.com/apache/incubator-pirk/pull/91.patch > > To close this pull request, make a commit to your master/trunk branch > with (at least) the following in the commit message: > > This closes #91 > > ---- > commit 838710a726bd7e7386e29ced4583c575674f400d > Author: Walter Ray-Dulany <[email protected]> > Date: 2016-09-16T18:37:51Z > > Now for_developers.md says we're developing for Java 8. > > commit 3548428d3966a341a7ab7dc6722a7f7049251286 > Author: Walter Ray-Dulany <[email protected]> > Date: 2016-09-17T02:01:04Z > > Trying to trigger a commit. > > commit 79cc576c0540edeeb336edbc7b7eb17e9773fedb > Author: Walter Ray-Dulany <[email protected]> > Date: 2016-09-17T02:04:20Z > > Triggered that commit, deleting pointless space. > > ---- > > > --- > If your project is set up for it, you can reply to this email and have your > reply appear on GitHub as well. If your project does not have this feature > enabled and wishes so, or if the feature is enabled but not working, please > contact infrastructure at [email protected] or file a JIRA ticket > with INFRA. > --- >
