Skip to content
#

dlang

d logo

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...

devjgm
devjgm commented Jan 20, 2020

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

Jemi
Jemi commented Feb 18, 2020

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

JohanEngelen
JohanEngelen commented Dec 24, 2019

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.llvmAttrwill already work for this, but I think it'd be nice to have a more userfriendly attribute.
Som

SingingBush
SingingBush commented Jan 18, 2020

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
andrejp88
andrejp88 commented Mar 7, 2020

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 
Drill
v0idpwn
v0idpwn commented Oct 3, 2019

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

Created by Walter Bright

Released December 2001

Organization
dlang
Website
dlang.org
Wikipedia
Wikipedia

Related Topics

dmd dub gdc language ldc phobos
You can’t perform that action at this time.