aelve / haskell-issues

An unofficial issue tracker for all things Haskell-related
18 stars 0 forks source link

lpaste: Allow editing of titles #21

Closed Gurkenglas closed 8 years ago

Gurkenglas commented 8 years ago

This would be useful for finding a particular paste when browsing all pastes made under your name.

neongreen commented 8 years ago

https://github.com/chrisdone/lpaste/issues/28

neongreen commented 8 years ago

Interestingly, this should already work: https://github.com/chrisdone/lpaste/blob/bad90874d6052e817bd7163cbfdcab740bf7ff0b/src/Hpaste/Model/Paste.hs#L241. Yet it doesn't.

neongreen commented 8 years ago

I made a pull request to fix this: https://github.com/chrisdone/lpaste/pull/35.

neongreen commented 8 years ago

And it's been merged. Whoa, @chrisdone is fast.

neongreen commented 8 years ago

Deployed.

Gurkenglas commented 8 years ago

Yay! (You could have factored pasteTitle out of that case statement though)