#dev | Logs for 2017-06-02

« return
[01:58:23] <Xyem> Huh, so git add interactive doesn't work on Lithium. That's a bit of a pain..
[02:02:58] <TheMightyBuzzard> Xyem, "git commit -a" should add all the files you've modified and dump you into the commit message creation
[02:08:08] <Xyem> I know, that isn't what I want. I want to commit parts of files I've modified..
[02:13:20] <Xyem> Seems I can do it with 'git add -e' and editing the patch file. Useful to know :)
[02:27:29] <Xyem> 3:30am PR, what could possibly go wrong: https://github.com
[06:48:50] <FatPhil> TheMightyBuzzard: thanks, github ain't so painful
[07:10:10] <FatPhil> Xyem: git add -p is what you want
[07:10:30] <FatPhil> there's also a legacy interface that should die.
[07:14:19] <FatPhil> nd. Bailu black tea, damn, that's gooooood
[07:17:32] <FatPhil> I've finally discovered my anthem! https://www.youtube.com
[08:13:55] * FatPhil ponders at this techinical spec for a telly: "Horizontal resolution 102.4 Pixels"
[08:46:46] <FatPhil> Not had a chance to actually read SN for a couple of days - has this been seen yet? https://mspoweruser.com
[08:47:56] <FatPhil> from the ha-ha-M$-is-shit department
[11:16:44] <Xyem> FatPhil: 'git add -p' runs 'git add -i', so that doesn't do anything either.
[11:17:05] <Xyem> $ git add -p
[11:17:07] <Xyem> fatal: git was built without support for git-add--interactive (NO_PERL=YesPlease).
[11:21:35] -!- cmn32480 [cmn32480!~cmn32480@Soylent/Staff/Editor/cmn32480] has joined #dev
[11:33:09] -!- cmn32480 [cmn32480!~cmn32480@Soylent/Staff/Editor/cmn32480] has parted #dev
[12:07:37] <FatPhil> Xyem - maybe your best bet is to commit little bits at a time and then merge them with a git-rebase -i, assuming you've got support for that.
[12:07:50] <FatPhil> I certainly can't live without add -p :-/
[12:20:23] <Xyem> That's the problem, I had already done everything and I wanted to break it into smaller commits.
[13:31:39] <TheMightyBuzzard> Xyem, oh, don't worry about that. we're fine with reading bigass pull requests. should have seen the utf8 support one.
[13:32:24] * TheMightyBuzzard wanders back out to deal with his company
[13:44:50] -!- FatPhil has quit [Ping timeout: 276 seconds]
[13:48:47] -!- FatPhil [FatPhil!phil@azdr.ee] has joined #dev
[13:49:46] FatPhil is now known as SoyGuest77599
[13:56:14] -!- cmn32480 [cmn32480!~cmn32480@Soylent/Staff/Editor/cmn32480] has joined #dev
[15:15:07] <SoyGuest77599> TMB: have any changes to article scoring been done recently - I have a non-moderated post by a foe, with -4 modifier, sitting at 1, rather than -1.
[17:00:41] <TheMightyBuzzard> SoyGuest77599, no changes since the 17.05 rollout, no.
[19:08:42] <TheMightyBuzzard> Xyem, why all the unstyled <span>s in plugins/Subscribe/templates/purchaseform;subscribe;default?
[19:20:29] <SoyGuest77599> TMB: somehow I'd lost my -4 setting somehow
[19:20:46] <TheMightyBuzzard> oh, good.
[19:21:05] <TheMightyBuzzard> cosmic rays flipped a bit or two in ram, no doubt.
[19:26:48] -!- MrPlow has quit [Quit: Powered by Rust.]
[19:26:59] -!- MrPlow [MrPlow!MrPlow@Soylent/BotArmy] has joined #dev
[19:26:59] -!- MrPlow has quit [Changing host]
[19:26:59] -!- MrPlow [MrPlow!MrPlow@nsa.gov] has joined #dev
[20:36:10] <Xyem> TheMightyBuzzard: They're not unstyled, they are right-aligned.
[21:37:58] <TheMightyBuzzard> ahh. normally we give stuff a class if we want it styled but i care not as long as it works.
[23:18:34] <Xyem> I can give it a class if that is preferred.