dlang

D is a general-purpose programming language with static typing, systems-level access, and C-like syntax.
Here are 729 public repositories matching this topic...
This is a feature request.
When using bash
, I can use pushd
to add directories to a stack, see https://www.gnu.org/software/bash/manual/html_node/Directory-Stack-Builtins.html
There are similar features in other shells.
It would be great if tilix would copy this stack into new terminals, just as it copies the working directory.
Is this possible?
I'm using tsv-utils from the arch linux aur, trying to format some word frequency data from the new general services list dataset. tsv-utils makes at least two errors that I'm able to see when I'm running this commandline:
tsv-select -f 1,7 NGSL+1.01+with+SFI.tsv | tsv-pretty | less
adding -s 5 to tsv-pretty works around this problem. The tsv file was converted from the file NGSL+1.01+with
Example:
- https://github.com/vibe-d/vibe.d/blob/3d0558e286ef89232e277c24332d12c30de02af0/http/vibe/http/client.d#L386
- https://github.com/vibe-d/vibe.d/blob/3d0558e286ef89232e277c24332d12c30de02af0/http/vibe/http/server.d#L706-L707
- https://github.com/vibe-d/vibe.d/blob/3d0558e286ef89232e277c24332d12c30de02af0/mongodb/vibe/db/mongo/connection.d#L204
And this is broken:
-
Updated
Jun 12, 2020 - D
LLVM will soon support adding per-function attributes about available C library functions. We should add support for that, to solve issues like a memcpy implementation being replaced by a memcpy call: https://forum.dlang.org/thread/clptjumxigcozfcyhzzx@forum.dlang.org
Probably ldc.attributes.llvmAttr
will already work for this, but I think it'd be nice to have a more userfriendly attribute.
Som
init32.S
has some unclear error message that could be written better.- Add generation of the full screen error text, instead of hard coding it for each error.
- Maybe reference PowerD instead of PowerNex in the errors.
-
Updated
May 21, 2020 - D
Dart-lang
Language request for Dart.
-
Updated
Jun 2, 2020 - D
-
Updated
Jun 12, 2020 - D
seems that it's still possible to attempt running dub without a valid path. Not sure where as generally this has been checked before attempting to start the process.
App Name | IDEA |
---|---|
App Version | 2019.3.1 |
Java version | 11.0.5 |
Java vm vendor | JetBrains s.r.o |
OS Name | Linux |
com.intellij.execution.process.ProcessNotCreatedException: Cannot run program "/usr/bin/dub": error
D-Scanner seems to inconsistently report undocumented parameters of public functions. Sometimes it correctly reports that it's missing from Params:
, sometimes it says it's missing even when it's there, and sometimes it doesn't report the undocumented parameter if it really is missing.
For example, D-Scanner reports no issues and exits with code 1 when run on the following file:
void
-
Updated
Jun 12, 2020 - D
Ncurses frontend
Is your feature request related to a problem? Please describe.
Yes. GUI is for children and CLI doesn't give me the launching capabilities.
Describe the solution you'd like
A non-gui/non-cli frontend
Describe alternatives you've considered
Ncurses
Additional context
None
The examples don't run on Travis right now because they fail - the older version of libclang there, even when installing the most recent one from apt, doesn't work the same way as libclang 6.0. The CI script should manually download the right libclang version, just like dstep does.
-
Updated
May 31, 2020 - D
Would be nice to have an option which checks whether formatting is correct and errors when it is not. That would make it easy to add as a pre-commit git hook.
-
Updated
Mar 31, 2020 - D
Transferred from: https://issues.dlang.org/show_bug.cgi?id=18401
User @wilzbach reported (2018-02-08 21:05:07 CET):
These pages have a tendency to get outdated:
We should generate them like we do for dmd. They are even outdated atm - search for
--shebang
on the man page.
Better documentation
Browsing docs in ./doc
is awful - no navigation, no table of contents, etc. Maybe it's better to host docs on the GitHub wiki, https://readthedocs.org/ or somewhere else?
To prevent it accepting too many types.
It should only accept types that have a handle that decays to a JsHandle.
-
Updated
May 22, 2020 - D
-
Updated
Jun 9, 2020 - D
Marco, big thanks for your Json parser, but could you add move examples in readme of how it's can be used?
Is your feature request related to a problem? Please describe.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther