[Hackage] #449: Report bugs via cabal-install

#449: Report bugs via cabal-install ---------------------------------+------------------------------------------ Reporter: Peaker | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: 1.2.3.0 Severity: normal | Keywords: Difficulty: normal | Ghcversion: 6.8.3 Platform: | ---------------------------------+------------------------------------------ It would be great if once I found a bug and/or a means to fix that bug, I could report it uniformly, rather than go to the homepage of the specific package and hope that they have a trac site. cabal report <packagename> [-f<attachfile>] [-f<anotherfile>] <Bug information> Perhaps a new field can be added to each package: "Report mail recipient" or "Report website" into which these bug reports will go. Alternatively, if no such field exists, it could go to a default bug mailing list or such. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/449 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#449: cabal-install should list bug reporting url for packages ---------------------------------+------------------------------------------ Reporter: Peaker | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Component: cabal-install tool | Version: 1.2.3.0 Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.3 | Platform: ---------------------------------+------------------------------------------ Changes (by duncan): * summary: Report bugs via cabal-install => cabal-install should list bug reporting url for packages Comment: I very much doubt that we'll ever be able to construct a standard API for reporting bugs. However packages can and should specify a `bug-reports: $url` field in their .cabal files. This should be either an email address or a http url to an online bug tracker. We should make `cabal list` display the bug report url if any was given. Perhaps we should split the `cabal list` command into `cabal list` and `cabal info` to give more detailed info on a specific package. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/449#comment:1 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#449: cabal-install should list bug reporting url for packages ---------------------------------+------------------------------------------ Reporter: Peaker | Owner: Type: enhancement | Status: new Priority: normal | Milestone: cabal-install-0.6 Component: cabal-install tool | Version: 1.2.3.0 Severity: normal | Resolution: Keywords: | Difficulty: normal Ghcversion: 6.8.3 | Platform: ---------------------------------+------------------------------------------ Changes (by duncan): * milestone: => cabal-install-0.6 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/449#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#449: cabal-install should list bug reporting url for packages ---------------------------------+------------------------------------------ Reporter: Peaker | Owner: Type: enhancement | Status: closed Priority: normal | Milestone: cabal-install-0.6 Component: cabal-install tool | Version: 1.2.3.0 Severity: normal | Resolution: fixed Keywords: | Difficulty: normal Ghcversion: 6.8.3 | Platform: ---------------------------------+------------------------------------------ Changes (by duncan): * status: new => closed * resolution: => fixed Comment: Done. {{{ $ cabal info cabal * Cabal Latest version available: 1.6.0.1 Latest version installed: 1.6.0.2 Homepage: http://www.haskell.org/cabal/ Bug reports: [ Not specified ] ... }}} Of course hopefully more packages will start to use this field and it will become more useful. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/449#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage