DCD 0 symbols cached?

2019-04-10 Thread Tom via Digitalmars-d-learn



Total newbie to D, trying to get it to play nice with Neovim 
using ncm2-d and DCD.


Issue: DCD never caches any symbols even when I point it directly 
to DMD's include files. Hate to ask for tech support on this 
forum but it's all I've got, Googling has brought no luck.


Using dcd version v0.11.0




Output from dcd-server -I /usr/include/dmd/phobos -I 
/usr/include/dmd/druntime/import :


2019-04-10T11:34:43.386 [info] main.d:130:runServer Starting up...
2019-04-10T11:34:43.386 [info] main.d:157:runServer Cleaning up 
old socket file at /run/user/1000/dcd.socket
2019-04-10T11:34:43.387 [info] main.d:164:runServer Listening at 
/run/user/1000/dcd.socket
2019-04-10T11:34:43.387 [info] main.d:181:runServer Import 
directories:

/usr/include/dmd/phobos
/usr/include/dmd/druntime/import
2019-04-10T11:34:43.387 [info] main.d:187:runServer 0 symbols 
cached.
2019-04-10T11:34:43.387 [info] main.d:188:runServer Startup 
completed in 0 milliseconds.


Any tips or guidance would be greatly appreciated. Thank you.


Re: Reading bzipped files

2015-05-02 Thread tom via Digitalmars-d-learn

On Saturday, 2 May 2015 at 13:50:10 UTC, Per Nordlöw wrote:
Have anybody cooked up any range adaptors for on the fly 
decoding of bzipped files? Preferable compatible with phobos 
standard interfaces for file io.


Should probably be built on top of

http://code.dlang.org/packages/bzip2


i use Stephan Schiffels code from

http://forum.dlang.org/thread/djhteyhpcnaskpabx...@forum.dlang.org?page=2



Re: Startup files for STM32F4xx

2015-04-25 Thread tom via Digitalmars-d-learn

On Saturday, 25 April 2015 at 04:01:47 UTC, Jens Bauer wrote:
(still no automatic mirroring, though I've installed 
https://github.com/miracle2k/gitolite-simple-mirror)

it should be fairly simple, check the logs.
most probably something failing with authentication.
(btw, for those who don't know it: https://github.com/gogits/gogs 
more or less a simplified github clone that runs as a single 
binary, pretty neat)


another approach would be that you just add the github as a 
second remote repository and push to both (e.g. via a simple 
shell alias in your shells rc file)



i'm mostly on os x / archlinux. both contain packages for openocd.
i just did a ```brew install openocd --HEAD``` and it installed 
smoothly.


Re: Startup files for STM32F4xx

2015-04-24 Thread tom via Digitalmars-d-learn

On Friday, 24 April 2015 at 13:12:56 UTC, Jens Bauer wrote:

On Friday, 24 April 2015 at 07:34:55 UTC, tom wrote:

would something like a STM32 NUCLEO-F401RE work?


I forgot to give you a proper answer on this one: I think it 
should work, as it's a STM32F401 microcontroller.




ill order a discover, i have to try this out.
http://www.digikey.com/product-detail/en/STM32F4DISCOVERY/497-11455-ND/2711743
this one right?



Re: Startup files for STM32F4xx

2015-04-24 Thread tom via Digitalmars-d-learn

On Thursday, 23 April 2015 at 15:30:18 UTC, Jens Bauer wrote:
The most important thing, though, is that D-programmers now 
have a starting point for the STM32F4xx. It should be easy to 
adapt the same sources to other MCUs. I'm planning on adding 
support for some of the LPC microcontrollers myself.


this looks pretty cool.
i would love to try this out (could't figure out how to clone it 
though)

which board do you use?

what devices work?
would something like a STM32 NUCLEO-F401RE work?