Skip to content

Issues: dlang/tools

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

RDMD: -g switch produces linker error Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#429 opened Jan 9, 2021 by dlang-bugzilla-migration
rdmd should compile package at a time Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Enhancement An improvement to an existing functionality
#428 opened Jan 9, 2021 by dlang-bugzilla-migration
rdmd -g --build-only implicitly looses debug info OS.OSX Related to a Mac OSX-specific behavior (excluding iOS derivatives) Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Enhancement An improvement to an existing functionality
#427 opened Jan 9, 2021 by dlang-bugzilla-migration
obj2asm thinks / starts a switch on non-Windows systems OS.POSIX Related to a POSIX-specific behavior (e.g. Linux/Mac/Solaris...) Prio.3.Normal A bug that is neither a blocker nor a regression T.DigitalMars Issues that affect tools for which the code is not in this repository (DigitalMars tools) Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#426 opened Jan 9, 2021 by dlang-bugzilla-migration
coffimplib silently overwrites a library with a mixed-case extension Arch.x86 32-bits only behavior (i386 or higher) OS.Windows Related to a Windows-specific behavior (regardless of version) Prio.3.Normal A bug that is neither a blocker nor a regression T.DigitalMars Issues that affect tools for which the code is not in this repository (DigitalMars tools) Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#425 opened Jan 9, 2021 by dlang-bugzilla-migration
rdmd doesn't respect DFLAGS for its cache hash Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#424 opened Jan 9, 2021 by dlang-bugzilla-migration
rdmd does not discover all dependencies Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#423 opened Jan 9, 2021 by dlang-bugzilla-migration
rdmd ignores --exclude when -deps is provided Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#422 opened Jan 9, 2021 by dlang-bugzilla-migration
rdmd --exclude= --include= should allow passing in modules (not just packages) Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Enhancement An improvement to an existing functionality
#421 opened Jan 9, 2021 by dlang-bugzilla-migration
dumpobj, obj2asm, shell should be built for 64 bit Arch.x86_64 64-bits only behavior (also known as amd64) Prio.2.Blocker A major issue that is a major roadblock for other issues or projects T.DigitalMars Issues that affect tools for which the code is not in this repository (DigitalMars tools) Type.Enhancement An improvement to an existing functionality
#420 opened Jan 9, 2021 by dlang-bugzilla-migration
rdmd -deps=foo.deps foo.d caching misses dependency on foo.deps Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#415 opened Jun 8, 2020 by dlang-bugzilla-migration
rdmd runs dmd twice for single-files with no dependencies Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Enhancement An improvement to an existing functionality
#413 opened Jun 5, 2020 by dlang-bugzilla-migration
rdmd should limit its tmp cache Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Enhancement An improvement to an existing functionality
#412 opened Jun 5, 2020 by dlang-bugzilla-migration
Rename dman in the Debian .deb package to prevent conflict with Debian package debian-goodies OS.Linux Related to a Linux-specific behavior (regardless of distribution) Prio.3.Normal A bug that is neither a blocker nor a regression
#411 opened Jun 5, 2020 by dlang-bugzilla-migration
rdmd file-descriptor issues with snap packages Arch.x86_64 64-bits only behavior (also known as amd64) OS.POSIX Related to a POSIX-specific behavior (e.g. Linux/Mac/Solaris...) Prio.3.Normal A bug that is neither a blocker nor a regression Type.Enhancement An improvement to an existing functionality
#410 opened Jun 5, 2020 by dlang-bugzilla-migration
rdmd makes too many stat() calls, of which many are not traced Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Enhancement An improvement to an existing functionality
#409 opened Jun 5, 2020 by dlang-bugzilla-migration
changed: Link to the PR that introduced a new feature Prio.3.Normal A bug that is neither a blocker nor a regression Type.Enhancement An improvement to an existing functionality
#407 opened Jun 4, 2020 by dlang-bugzilla-migration
OSX: Compiling a shared library with rdmd points to name.dylib.tmp instead of name.dylib OS.OSX Related to a Mac OSX-specific behavior (excluding iOS derivatives) Prio.1.Regression Used to work in a previous version, but not anymore Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#406 opened Jun 4, 2020 by dlang-bugzilla-migration
Tools do not support --version flag properly Prio.3.Normal A bug that is neither a blocker nor a regression Type.Enhancement An improvement to an existing functionality
#398 opened Apr 9, 2020 by Geod24
rdmd_test do not pass on Mac OSX OS.OSX Related to a Mac OSX-specific behavior (excluding iOS derivatives) Prio.3.Normal A bug that is neither a blocker nor a regression Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#397 opened Apr 9, 2020 by Geod24
Auto-generate rdmd man page + HTML documentation Prio.3.Normal A bug that is neither a blocker nor a regression Type.Enhancement An improvement to an existing functionality
#396 opened Apr 9, 2020 by Geod24
Add a man page for ddemangle OS.POSIX Related to a POSIX-specific behavior (e.g. Linux/Mac/Solaris...) Prio.3.Normal A bug that is neither a blocker nor a regression Type.Enhancement An improvement to an existing functionality
#395 opened Apr 9, 2020 by Geod24
generated dmd should not be the default compiler used to build the tools Prio.3.Normal A bug that is neither a blocker nor a regression Type.Enhancement An improvement to an existing functionality
#394 opened Apr 9, 2020 by Geod24
dspec_test segmentation fault OS.POSIX Related to a POSIX-specific behavior (e.g. Linux/Mac/Solaris...) Prio.3.Normal A bug that is neither a blocker nor a regression Type.Bug Things don't work as they were intended to, or the way they were intended to work doesn't make sense
#393 opened Apr 9, 2020 by Geod24
rdmd incorrectly assumes that the D compiler outputs dependency info to stdout Prio.3.Normal A bug that is neither a blocker nor a regression T.RDMD Issues that apply only to rdmd Type.Enhancement An improvement to an existing functionality
#392 opened Apr 9, 2020 by Geod24
ProTip! Find all open issues with in progress development work with linked:pr.