mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-08 18:34:00 +00:00
Branches: 10.04, main Rewrite the BUGS file -- the (old) bugs that used to be listed here have been shifted into the bug database, or have been deleted. BUGS: Mention the bug database -- mention that the list of current bugs is located there. Delete entries for bugs that are now in the bug database. Mention that bug reports should include the name and version of the C/Java/Erlang compiler involved and the command line options used with mmc.
33 lines
1.5 KiB
Plaintext
33 lines
1.5 KiB
Plaintext
Bugs can be reported via the Mercury bug tracking system at
|
|
<http://bugs.mercury.csse.unimelb.edu.au>. We use the Mantis bug tracking
|
|
software. You will need to login in order to access the bug tracking system.
|
|
If you do not have an account, you can create one by clicking on the
|
|
``Signup for a new account'' link at the bottom of the login page and
|
|
following the instructions.
|
|
|
|
Alternatively, you may email bug reports to mercury-bugs@csse.unimelb.edu.au.
|
|
If you are reporting more than one bug, please use separate emails for each
|
|
bug. (If it's something that only shows up in multi-module programs, send
|
|
a shar archive or uuencoded tar archive including your source files.)
|
|
|
|
Please include the following information in your bug report:
|
|
|
|
* the version of Mercury;
|
|
* the system type;
|
|
* a complete source file that demonstrates the problem;
|
|
* the command line flags with which the Mercury compiler was invoked;
|
|
* the name and version of the C compiler that you are using;
|
|
|
|
For bugs that involve the Erlang or Java backends, include the name and version
|
|
of the Erlang or Java implementation that you are using.
|
|
|
|
Please try to ensure that bug report contains all the information that we need to
|
|
be able to reproduce the problem. Make sure that all bug reports are fully
|
|
self-contained.
|
|
|
|
The bug tracking system contains a current list of known outstanding bugs.
|
|
Some other problems related to using Mercury on specific operating systems are
|
|
described in the README.* files.
|
|
|
|
See also the LIMITATIONS file.
|