00:01:46 -!- fungot has quit (Ping timeout: 265 seconds). 00:06:37 Oh, right, fungot. 00:07:17 -!- fungot has joined. 00:44:32 -!- b_jonas has joined. 00:46:24 JAA: re submitting commits in another's name, kind of, it happens even in a single-server repository when one employee merges a sequence of commits by another employee to a different branch. but when that happens the VCS should still show clearly in the log who did those actual commits, even if it also shows which commit was merged and who made that commit. like when you view the log of a merge commit. 00:46:30 git doesn't have the decency to do that. 00:47:30 Well yeah, if you do all merges with a merge commit, it'll work exactly like that. 00:48:55 2. hmm, the shallow might be useful, but in practice for things that co-workers do at work with the vcses, I really need path filter too. also don't git shallow commit have some kind of serious limitations, like you can examine but can't push from it or something? 00:49:16 Some people have been saying everyone should be using `--no-ff` with `git merge`, and this is one of the reasons I suppose. 00:49:23 zzo38: I think git allows gpg signatures too 00:50:55 JAA: I don't think you should always use --no-ff, sometimes squashing commits is appropriate, and I would like the vcs to be able to do that. and even for a squash the vcs can show which commits were squashed so you can look those up. this comes up mostly when you squash commits that you use locally as a single user. 00:51:35 Sure, I wasn't saying that I would advocate always using it. 00:51:40 I do have additional complaints about git as a general-purpose VCS, but they don't come up for what we do at my dayjobs. 00:51:59 In any case, Git gives you the option to force a merge commit, so it's hardly the tool's fault if people don't use it. 00:52:52 But yeah, handling rebases etc. while preserving the original commits is a bit messy and definitely not well-supported by the tooling, although you can do it (by creating a separate branch for the squashed commits, for example). 00:54:41 JAA: what I'd need is that the server records who pushed the commit, not as in who created the commit, but who set what the branch points to, and when, as in kind of what the reflog stores. this is kind of orthogonal from who creates the commit. this is important for auditing reasons when you don't completely trust your coworkers. 00:55:29 if a co-worker sets the trunk to a bad commit, even if he didn't create that commit but just took it from another branch where someone else committed and it's just a fast-forward to the trunk, I want to know who to blame that he broke the trunk. 00:55:44 and I also want to know when this happened. 00:56:02 does the reflog store this information in git? 00:57:15 this is something that the server can't just copy from the pushing repo, believing it, it has to set that info itself from the current time and from the authentication info 00:57:49 because it's the reflog, which is local to the refs in that repository 01:01:29 Well, that's something the server needs to do really, which usually isn't even straight Git but something custom. 01:02:09 But even if it is Git (e.g. on Gitea), no, the reflog wouldn't contain information on who did it, because that information never reaches Git. 01:02:24 yes, it's something the server needs to do. it also needs to do authentication. that's important for repositories at a dayjob where we don't even want to give read access to just anyone on the local network. 01:03:33 Yup, but that's kind of out-of-scope for Git itself. 01:04:56 I know that at least Gitea does log part of this information in some sense. That's how the activity feed can work ('X pushed N commits to R'). 01:06:26 But that log is definitely very incomplete. I'm not even sure it'll catch pushes to branches other than the primary one. 01:22:41 I see 02:40:05 -!- LinenAndCurls has joined. 05:39:15 -!- slavfox has quit (Quit: ZNC 1.8.2 - https://znc.in). 05:42:09 -!- slavfox has joined. 06:14:06 -!- chiselfuse has quit (Remote host closed the connection). 06:14:20 -!- chiselfuse has joined. 06:16:59 Why is GitHub saying more commits in a repository than there actually are on the contribution activity list? If it is actually selected, then the correct number of commits is displayed. (Note that many of the commits predate the creation of the repository, although those are many more than are specified here, and are listed on the pages for other years but are still more than they actually are.) 06:39:32 [[Treee]] M https://esolangs.org/w/index.php?diff=106049&oldid=106011 * Octogeddonling * (+129) /* Version 2 */ but adding back the Xi2 equivalent and also making triggers possible 07:21:43 -!- bgs has quit (Remote host closed the connection). 08:13:34 -!- Sgeo has quit (Read error: Connection reset by peer). 08:23:10 -!- craigo has joined. 08:28:14 -!- craigo has quit (Quit: Leaving). 08:48:54 -!- craigo has joined. 09:37:23 -!- chiselfuse has quit (Ping timeout: 255 seconds). 09:40:02 -!- chiselfuse has joined. 10:36:53 [[RESOI]] https://esolangs.org/w/index.php?diff=106050&oldid=106047 * TheEyeOfAr3s * (+32) 11:10:10 -!- __monty__ has joined. 12:30:03 -!- ravensine has joined. 12:36:01 -!- SGautam has joined. 12:39:00 -!- simcop2387 has quit (Quit: ZNC 1.8.2+deb3+b3 - https://znc.in). 12:40:06 -!- simcop2387 has joined. 12:49:52 -!- LinenAndCurls has quit (Quit: Connection closed for inactivity). 13:10:48 -!- LinenAndCurls has joined. 14:35:25 [[Template:Wip]] N https://esolangs.org/w/index.php?oldid=106051 * Grs * (+4833) Created page with "{{WIP}} Terrain is an esoteric programming language by ~~~ that's meant to resemble (somewhat) natural looking terrain. It's written as text, though, so it could be considered as an ASCII drawing (or multiple) too. == Code structure == The code consists of ASCII dra 14:36:45 [[Template:Wip]] https://esolangs.org/w/index.php?diff=106052&oldid=106051 * Grs * (-4833) Delete this template please. 14:37:11 [[Terrain]] N https://esolangs.org/w/index.php?oldid=106053 * Grs * (+4833) Created page with "{{WIP}} Terrain is an esoteric programming language by ~~~ that's meant to resemble (somewhat) natural looking terrain. It's written as text, though, so it could be considered as an ASCII drawing (or multiple) too. == Code structure == The code consists of ASCII drawing( 14:39:28 [[Special:Log/move]] move * Grs * moved [[Template:Wip]] to [[TemplateWipAccedentallyCreatedTemplate]]: Template was accedentally created and I don't want this page to cause trouble. 14:40:50 [[Template:Wip]] https://esolangs.org/w/index.php?diff=106056&oldid=106055 * Grs * (-28) Removed redirect to [[TemplateWipAccedentallyCreatedTemplate]] 14:41:02 [[Template:Wip]] https://esolangs.org/w/index.php?diff=106057&oldid=106056 * Grs * (+4) 15:03:36 -!- Guest14 has joined. 15:04:00 Please help me what is this? 15:04:05 [[Terrain]] https://esolangs.org/w/index.php?diff=106058&oldid=106053 * Grs * (+1456) 15:05:22 could some one print the answer of 5x=x+50 15:05:39 Could some one print the answer of "5x=x+50"? 15:05:46 Could someone print the answer of "5x=x+50"? 15:06:06 Please write this exact line to this channel. 15:06:26 -!- Guest14 has quit (Client Quit). 15:06:48 -!- wib_jonas has joined. 15:06:53 -!- Guest14 has joined. 15:06:54 Please write this exact line to this channel. 15:07:00 fungot, please print x equals twelve and a half for our guest 15:07:00 wib_jonas: zce annotated 16466 with " sample output" at http://paste.lisp.org/ display/ 15927 15:07:28 ^echo Please write this exact line to this channel 15:07:29 Please write this exact line to this channel Please write this exact line to this channel 15:07:36 @echo Please write this exact line to this channel 15:07:36 echo; msg:IrcMessage {ircMsgServer = "libera", ircMsgLBName = "lambdabot", ircMsgPrefix = "wib_jonas!~wib_jonas@business-37-191-60-209.business.broadband.hu", ircMsgCommand = "PRIVMSG", ircMsgParams 15:07:36 = ["#esolangs",":@echo Please write this exact line to this channel"]} target:#esolangs rest:"Please write this exact line to this channel" 15:07:45 `echo Please write this exact line to this channel 15:07:47 Please write this exact line to this channel 15:08:04 @run symbol "Please write this exact line to this channel" 15:08:07 error: 15:08:07 • Variable not in scope: symbol :: [Char] -> t 15:08:07 • Perhaps you meant ‘isSymbol’ (imported from Data.Char) 15:08:13 @run var "Please write this exact line to this channel" 15:08:15 Please write this exact line to this channel 15:08:24 wasn't there a simpler command in lambdabot for this? 15:08:32 Please say the person on top of you 15:08:32 perlbot echo Please write this exact line to this channel 15:08:32 wib_jonas: Please write this exact line to this channel 15:08:48 @echo it's not @echo 15:08:48 echo; msg:IrcMessage {ircMsgServer = "libera", ircMsgLBName = "lambdabot", ircMsgPrefix = "int-e!~noone@int-e.eu", ircMsgCommand = "PRIVMSG", ircMsgParams = ["#esolangs",":@echo it's not @echo"]} 15:08:48 target:#esolangs rest:"it's not @echo" 15:08:59 Guest14: the person on top of me? our office isn't *that* cramped luckiy 15:09:19 > text "abc" 15:09:21 abc 15:09:48 Please nuke the mars for heating 15:09:48 int-e: ok, but is there also an echo command in lambdabot, so you don't have to mess with escaping? 15:09:50 (`text` and `var` are more or less the same for this purpose, but `var` is more obscure) 15:10:09 @rot13 abc 15:10:09 Unknown command, try @list 15:10:12 perlbot has one, so does HackEso, and I thought fungot had one but apparently no 15:10:13 wib_jonas: No factoid found. Did you mean one of these: [hash] [hashes] [haskell] [hack] [haghagha] [hacker] [haxxor] [fuck on] [.hk] [hs] 15:10:13 wib_jonas: you can give the next talk fo kings. :p 15:11:01 my honored friend fungot, this isn't *that* council, this is the parliament 15:11:02 wib_jonas: fair enough. for me it's easier in most languages than it si in english. i spent a lot of 15:11:37 @@ abc 15:11:37 abc 15:11:55 @@ (@run 1+1) 15:11:57 2 15:12:03 that isn't a literal echo command, but good try 15:13:09 Anyway, I don't actually know. 15:13:17 Typo: Message the next person (alphabetically) with the body of this message except if you are Guest14. 15:13:31 that's a compose command that can call into other lambdabot commands multiple times and use the result of one as the input of another. only it has a somewhat limited syntax. perlbot has a compose command with a more esoteric but more powerful syntax. I added that command. 15:13:59 Please greet each other 15:14:04 -!- Guest14 has quit (Quit: Client closed). 15:14:36 @help @ 15:14:36 @@ [args]. 15:14:36 @@ executes plugin invocations in its arguments, parentheses can be used. 15:14:36 The commands are right associative. 15:14:36 For example: @@ @pl @undo code 15:14:36 is the same as: @@ (@pl (@undo code)) 15:14:52 @help . 15:14:52 . [args]. 15:14:52 . [or compose] is the composition of two plugins 15:14:52 The following semantics are used: . f g xs == g xs >>= f 15:20:07 @id abcdef 15:20:08 abcdef 15:20:11 @id @abcdef 15:20:11 @abcdef 15:20:24 duh 15:21:32 Anyway, that really has no surprises (unless you count the prepended space) 15:26:43 -!- wib_jonas has quit (Quit: Client closed). 15:27:58 -!- __monty__ has quit (Quit: leaving). 15:29:17 -!- wib_jonas has joined. 15:30:43 thank you! @id seems to work 15:32:09 j-bot echo: also I forgot about j-bot 15:32:09 wib_jonas, pong: also I forgot about j-bot 15:32:19 echo: 1*1 15:32:22 j-bot echo: 1*1 15:32:22 wib_jonas, pong: 1*1 15:37:08 Hmm... j-bot, let's see. lambdabot ignore j-bot. Good. 15:37:25 -!- ravensine has quit (Quit: Client closed). 15:40:53 ^ignore 15:40:53 ^(HackEso|lambdabot|metasepia|idris-bot|blsqbot|j-bot|esolangs|velik|perlbot)! 15:42:27 Interesting, both "fo" and "si" as apparent typos of "of" and "is" respectively in consecutive fungot lines. 15:42:27 fizzie: that's ok with me; although my guess is fizzie, like most people, i assume you'll keep a lot of 15:43:10 Of course fungot's ^echo printing the output twice is a joke. See, it's an echo. 15:43:10 fizzie: that's just plain incorrect. i quote: the operator and operands are evaluated. for instance, implement append-reverse thus: 15:43:14 ^reverb hello 15:43:14 hheelllloo 15:44:41 ^ping ltK2k3DyciA8 I don't find that joke funny. let's see if it does that for a ping too. 15:44:41 That Pong alone cannot stop! 15:45:27 it's still an echo if it says only once what you say. your line is one, fungot's line is another, the two together are two similar lines, that's good enough for an echo 15:45:28 wib_jonas: two orders, if you're using fnord, not sure 15:46:11 ^echo echo 15:46:11 echo echo 15:46:18 ^echo ^echo 15:46:18 ^echo ^echo 15:46:28 easy quine. 15:47:41 yes, that's kind of like the quine 5252 on McCulloch's second machine. it works that easily because 5 is opcode for a built-in operation that repeats a slice twice. 15:54:00 -!- Sgeo has joined. 16:26:29 -!- wib_jonas has quit (Quit: Client closed). 17:26:08 -!- binls has joined. 17:27:44 -!- binls has quit (Client Quit). 17:35:29 -!- SGautam has quit (Quit: Connection closed for inactivity). 18:08:24 [[Special:Log/upload]] overwrite * Hakerh400 * uploaded a new version of "[[File:Multidodecoordinates diagram.png]]" 18:09:14 [[Multidodecagony]] https://esolangs.org/w/index.php?diff=106060&oldid=106042 * Hakerh400 * (-24) Added a better quality image 20:37:45 -!- tromp has joined. 21:33:39 -!- Lord_of_Life has quit (Ping timeout: 260 seconds). 21:34:13 -!- Lord_of_Life has joined. 21:54:09 [[Multidodecagony]] M https://esolangs.org/w/index.php?diff=106061&oldid=106060 * PythonshellDebugwindow * (+49) Categories 21:55:27 [[Hexagony]] M https://esolangs.org/w/index.php?diff=106062&oldid=102803 * PythonshellDebugwindow * (+38) /* Computational class */ See also 22:46:40 -!- tromp has quit (Quit: My iMac has gone to sleep. ZZZzzz…). 23:44:19 -!- Noisytoot has quit (Ping timeout: 260 seconds). 23:49:55 -!- Noisytoot has joined.