/srv/irclogs.ubuntu.com/2016/02/08/#launchpad.txt

sergio-br2hey cjwatson, do you know what's the "epoch" equivalent string in the recipes ?01:07
sergio-br2{epoch}  ?01:07
wgrantsergio-br2: There's no variable for it; you have to include it in the version template manually.01:14
sergio-br2ok, thanks01:14
slappymcfryWhat is the best way to search through code in a project hosted on launchpad? Like github's "search this repository".11:33
=== slackner_ is now known as slackner
=== [HeOS] is now known as HeOS
haasnAm I stupid or is it virtually *impossible* to find an overview of the syntax used in launchpad's bug tracker?20:44
haasnI've been googling for 10 minutes on how to create a code block, and I can't “trial and error” it either because there's no “preview” button20:44
haasnnor can I create a comment and then edit it20:44
haasnI feel like I must have exhaustively searched through the entirety of https://help.launchpad.net/ by now and I still haven't found one sentence concerning the syntax, or how to make code blocks - or anybody else asking online20:47
dobeythere is no special syntax. it's plain text20:47
haasnNo code blocks in comments, then?20:47
dobeyno20:47
dobeyif you have a suggestion for a change, you can attach a diff20:48
haasnWould it be that hard to get e.g. basic markdown support into launchpad? Seems like every other bug tracker on planet earth has at least some form of syntax support for emphasis, pre-formatted text, etc.20:49
haasnSorry if I come across as frustrated, it just sort of agitates me whenever a project's bug tracker is actively fighting my ability to contribute to the project. Launchpad has certainly been doing that every time I want to use it :(20:51
wgrantLaunchpad comments are always monospaced, so the only thing code blocks would give you would be slightly more control over intra-line spacing and potentially syntax highlighting.20:53
wgrantWe'd like to add Markdown to comments, but that has certain complex requirements around editing, previews etc. that require significant policy decisions.20:54
haasnAh, with them always being monospace it makes a bit more sense now - I was not aware of this20:54
wgrant(yes, the comment input box isn't currently monospace, which is very weird)20:54
haasnRather my browser always displays everything in monospace so I can't really tell when something *is* actually monospace20:55
haasnBut I don't understand this: How does this implicate policy? It's not like the ability to use markdown + adding a preview dialog needs any drastic changes to the permission model or whatever20:55
haasnSeems like in principle it would be a matter of somebody implementing it, posting a diff, and it being merged20:55
haasnSince there's not much to discuss in terms of it being an improvement, or is there?20:56
wgrantThe problem is that typos are more common and problematic in Markdown, so editing becomes a harder requirement.20:57
wgrantAnd comment editing isn't currently supported, because of the complex policy issues surrounding it.20:57
haasnIsn't that the point of a preview box? :p20:58
haasn(If you want to make typos hard make the preview a “live” preview that updates itself on changes)20:58
haasnBut isn't this a bit over-thinking / bureaucracy for the sake of bureaucracy? I don't see, say, github agonizing over whether users should be allowed to edit their own comments after posting them :p21:01
wgrantGitHub's notoriously over-zealous with allowing editing.21:03
wgrantRepo owners can even edit others' comments on their repos.21:03
wgrantIt's very open to abuse.21:03
haasnI've worked with hundreds of projects on github and not once has this hindered the growth of free software in any way21:03
haasnAt least in my experience21:03
wgrantThere's also the problem that people are already confused that when they delete their comments they might already have been emailed out.21:03
wgrantThese problems are not impossible to solve, but they are substantially more complicated than they initially seem.21:04
haasnYou can make a problem as complicated as you want but that doesn't mean there's any point in agonizing over it if the real world _impact_ is zero21:04
haasnNobody agonizes over the metaphysical ramifications of “x += 1” when writing a line of code?21:05
haasns/?//21:05
wgrantThere is real-world impact.21:05
wgrantJust because you haven't seen it on the projects you work on doesn't mean it's not there.21:05
dobeyand your inability to use formatting in comments does not hinder your ability to contribute. it simply means you can't do it with pink text21:06
dobey(also, launchpad is open source, so you are totally welcome to work on patches to enable some formatting, with the expectation that they will be reviewed when you submit them) :)21:07
haasnWhat makes launchpad's projects special in the way that they run into these issues more than projects hosted on other websites?21:07
haasn(The fact that they're written by companies large enough that bureaucracy starts getting in the way of code, I guess? :p)21:08
dobeygithub choosing to ignore problems doesn't mean those problems don't exist21:09
=== commandoline_ is now known as commandoline
naccis there a simple way for me to indicate one bug (e.g., a request for a new version of a package which really is a set of packages) is blocked by another bug (e.g., an update of one of those specific packages)? not finding anything obvious in the UI immediately22:40
naccnm, i see how it's meant to be done, i think23:06

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!