Re: D:YAML 0.5 (also, D:YAML 0.4.5, TinyEndian 0.1)

2014-08-08 Thread Kiith-Sa via Digitalmars-d-announce

Should be fixed now with 0.4.6:

http://code.dlang.org/packages/dyaml/0.4.6


simple taglib bindings

2014-08-08 Thread ketmar via Digitalmars-d-announce
subj. C API wrapped in a nice struct (WARNING! ugly mixins 
inside!). there is no extensive documentation (oh, c'mon, do you 
really need it?), but repo contains sample tag viewer/editor.


requires taglib_c (C wrapper from the original taglib package).

repo: http://repo.or.cz/w/taglib.d.git


Re: LDC 0.14.0 alpha1 released! Please help test!

2014-08-08 Thread Trass3r via Digitalmars-d-announce
Thanks for the help with the Win64 version and for providing 
the binary!


:) fwiw
A bunch of tests still crash.


Re: LDC 0.14.0 alpha1 released! Please help test!

2014-08-08 Thread Kai Nacke via Digitalmars-d-announce

On Tuesday, 5 August 2014 at 19:04:57 UTC, Trass3r wrote:

I also have an experimental Win64 MSVC version.
https://github.com/Trass3r/ldc/releases


Thanks for the help with the Win64 version and for providing the 
binary!


Regards,
Kai


DMD v2.066.0-rc2

2014-08-08 Thread Andrew Edwards via Digitalmars-d-announce

DMD v2.066.0-rc2 binaries are available for testing:

http://wiki.dlang.org/Beta_Testing


Re: DMD v2.066.0-rc1

2014-08-08 Thread Joakim via Digitalmars-d-announce

On Thursday, 7 August 2014 at 19:15:00 UTC, Jacob Carlborg wrote:

On 2014-08-07 19:15, Dicebot wrote:

And here I also mean that all other Windows builds of 
compilers /
interpreters I have used / tried passed that simple sanity 
test. Some
may require complicated setup to do complicated things but 
"hello world"

is always just that simple.

Microsoft seems to be the only company who can afford doing 
things like

that with users and expect them to suck it >_<


On OS X both work well. You can either just press "the button" 
or use the command line, assuming you have installed the 
command line tools.


This is kind of why I picked up a Powerbook a decade ago, to be 
able to use the command-line and Unix and still have multimedia 
work well (linux/BSD audio/video have made major strides since 
then).  Then, among other reasons, I found out that Apple is 
using that money for stuff like this, and that's the first and 
last Apple product I ever bought:


http://www.cnet.com/news/us-patent-office-rejects-apple-autocomplete-patent-used-against-samsung/


Re: Miscelaneous D tool updates

2014-08-08 Thread Brian Schott via Digitalmars-d-announce

On Friday, 8 August 2014 at 06:07:17 UTC, Thomas Mader wrote:

On Thursday, 7 August 2014 at 23:36:59 UTC, Brian Schott wrote:

* Several updates to editor integration scripts (Mostly EMACS)


I know that there is an integration script for vim but I wonder 
if it would be better to work on integrating it with 'You 
Complete Me'. [1]

What do you think?

[1] 
https://github.com/Valloric/YouCompleteMe/issues/521#issuecomment-48727396


I rely on other people's pull requests for everything except the 
integration with Textadept. Check the history of the Emacs and 
Vim scripts:
* 
https://github.com/Hackerpilot/DCD/commits/master/editors/emacs/ac-dcd.el
* 
https://github.com/Hackerpilot/DCD/commits/master/editors/vim/ftplugin/d.vim


If you want to integrate it with YCM or YCMD[1], go ahead. I can 
either merge your work into the the DCD repository, or I can link 
to your plugin like I do with the Kate and Sublime plugins.


[1] https://github.com/Valloric/ycmd
http://val.markovic.io/articles/youcompleteme-as-a-server


Re: D:YAML 0.5 (also, D:YAML 0.4.5, TinyEndian 0.1)

2014-08-08 Thread Jacob Carlborg via Digitalmars-d-announce

On 2014-08-08 05:36, Jeremy DeHaan wrote:


As far as I know, the DUB registry doesn't look at tags. It looks at
branches that are in the repository. I think it only detects branches
that are either numbered explicitly or are master.


It does look at tags.

--
/Jacob Carlborg