Re: Logical const

2010-11-20 Thread Jordi
On 11/21/2010 02:43 AM, Michel Fortin wrote: On 2010-11-20 09:21:04 -0500, Peter Alexander said: D does not support logical const due to the weak guarantees that it provides. So, without logical const, how are D users supposed to provide lazy evaluation and memoization in their interfaces, gi

Re: Logical const

2010-12-01 Thread Jordi
"useful for the programmer, enforced by the compiler, uselss for the compiler". Please let me know if i wrote something that doesn't make sense. Jordi

Re: ldc2: Current State?

2010-12-08 Thread Jordi
On 12/08/2010 06:13 AM, Iain Buclaw wrote: == Quote from Robert Clipsham (rob...@octarineparrot.com)'s article On 06/12/10 18:27, dsimcha wrote: Apparently LDC2 is being actively worked on (http://bitbucket.org/prokhin_alexey/ldc2/) and is up to date with the latest D2 reference compiler. I ha

Re: ldc2: Current State?

2010-12-12 Thread Jordi
On 12/08/2010 09:18 PM, Jordi wrote: On 12/08/2010 06:13 AM, Iain Buclaw wrote: == Quote from Robert Clipsham (rob...@octarineparrot.com)'s article On 06/12/10 18:27, dsimcha wrote: Apparently LDC2 is being actively worked on (http://bitbucket.org/prokhin_alexey/ldc2/) and is up to date

Re: Who here actually uses D?

2011-01-02 Thread Jordi
On 01/01/2011 11:22 PM, Robert Clipsham wrote: Having seen a post by Peter Alexander (in Re: D for game development), mentioning some of the issues he's hit I thought I'd post this. I've been in his shoes (every other time I use D it seems), and feel I should ask - who here uses D, and to what ex

Re: Why all the D hate?

2010-10-09 Thread Jordi
Hey, there is a lot of D love too. After a year of following this community I personally think all this confrontation if very well handled and is resulting in generally good improvements. It is definetly much better than no confrontation at all. And there is a lot of people who likes D very m

Re: Why all the D hate?

2010-10-09 Thread Jordi
On 10/10/2010 12:44 PM, Jordi wrote: I am happy with D2, my project already surpasses de 200K non-blank lines of code, and i am even considering going commercial with it. Sorry, shameful mistake with my shell script skills. It is 50K lines :| j.

From the silent community

2010-02-19 Thread Jordi
e contrary i wanted to write a supportive and encouraging message to the D, DMD, GDC and LDC developers. Good work! Jordi

Re: From the silent community

2010-02-19 Thread Jordi
Steven Schveighoffer wrote: I have to address this, please go to http://lists.puremagic.com to view all the "secret" concurrency stuff ;) And phobos discussion. If you want to join the list, simply subscribe! There is no secret here. I totally missed this one! One more place to look for D

Re: Memory Corruption with AAs

2010-04-02 Thread Jordi
dsimcha wrote: == Quote from Walter Bright (newshou...@digitalmars.com)'s article dsimcha wrote: == Quote from Walter Bright (newshou...@digitalmars.com)'s article dsimcha wrote: Has anyone else still been noticing difficult to reproduce memory corruption issues in the presence of associative

Re: The D programming language newsgroup should lift its game

2010-04-02 Thread Jordi
ely closed approach and against free access and anonymity. I must have changed a lot during the last years... j. ...i mean... Jordi Rovira i Bonet Lead Graphics Programmer Blueside Inc www.kingdomunderfire.com

Re: Memory Corruption with AAs

2010-04-02 Thread Jordi
Walter Bright wrote: Jordi wrote: I am having exactly the same situation. Any chance you can reduce it to a small test case? Actually i am trying to add an "autotest" mode to my project to be able to test and benchmark different compiler versions, compilation options a

Re: Memory Corruption with AAs

2010-04-03 Thread Jordi
Steve Teale wrote: On Sat, 03 Apr 2010 06:24:20 +, Steve Teale wrote: On Fri, 02 Apr 2010 23:01:48 -0700, Walter Bright wrote: Since it is single-threaded, it should crash in the same place in the same way every time. This means you can put an assert on the crashing data (even without g

Re: data corruption

2010-04-09 Thread Jordi
Steven Schveighoffer wrote: I expect a new dmd will be released in the near future to fix this issue. My apologies to those who have wasted time trying to debug this... -Steve I confirm that with the patch in dmd 2.0.43 my crash problem is gone. Thanks for the fix and the test case! j.

Re: ARM?

2012-08-28 Thread Jordi Sayol
table. http://packages.debian.org/squeeze/gdc http://packages.debian.org/squeeze/ldc -- Jordi Sayol

Re: 2.060 deb package on Linux Mint 13

2012-09-23 Thread Jordi Sayol
install local deb packages, including its dependencies: gdebi $ sudo apt-get install gdebi to install dmd2 on LinuxMint: $ sudo gdebi dmd_2.060-0_amd64.deb If you get some problem with the installed (but still not configured) dmd deb package, remove it first: $ sudo dpkg -P dmd Best regards, -- Jordi Sayol

Re: 2.060 deb package on Linux Mint 13

2012-09-23 Thread Jordi Sayol
Al 23/09/12 19:57, En/na Jason Spencer ha escrit: > On Sunday, 23 September 2012 at 14:16:45 UTC, Jordi Sayol wrote: [...] > 0 upgraded, 0 newly installed, 0 to remove and 61 not upgraded. > first of all, upgrade your system $ sudo apt-get update $ sudo apt-get dist-upgrade &

Re: make install; where do .di files go?

2012-10-16 Thread Jordi Sayol
fig" file (.pc) on the apt repository https://code.google.com/p/d-apt/ > > Can DMD just be fixed to include [local/]/include/d in it's default search > paths? I presume GDC and LDC already look there? Linux dmd will not include /usr/include/d path by default to avoid conflic

Re: make install; where do .di files go?

2012-10-17 Thread Jordi Sayol
t gcc needs to properly compile gtk projects. >> Linux dmd will not include /usr/include/d path by default to avoid >> conflicts with ldc1 (tango) "object.di" incompatibility, and I >> recommend you to not use this path for that reason. >> > > Then we can use '/usr/include/d2'. Problem solved ;) > Is a possibility, but it must be agreed. -- Jordi Sayol

Re: make install; where do .di files go?

2012-10-17 Thread Jordi Sayol
breaks d2, so you will not be able to compile anything with the "-I/usr/include/d" argument, and so, you cannot compile against your "foo" library. The problem here is that the "libtango-headers" maintainer decided to place "object.di" directly into "/usr/include/d", overriding to use this directory for any other D compiler/version. -- Jordi Sayol

Re: make install; where do .di files go?

2012-10-17 Thread Jordi Sayol
t;> > > Is there any chance of getting the package changed? > Don't know, this is the link to the debian source page: http://packages.debian.org/source/sid/libtango -- Jordi Sayol

Re: make install; where do .di files go?

2012-10-18 Thread Jordi Sayol
mpiler, as long as they > are not ABI compatible (which is still a long way out). Thus, while I don't > think a standard import path wouldn't be nice to have, the issue doesn't > stand out as a single big problem as it might seem at first. > > David > +1 -- Jordi Sayol

Re: Using std.net.curl on Ubuntu 12.04 32bit - linker errors

2012-10-20 Thread Jordi Sayol
l.d:(.text._D3std3net4curl4Curl19_sharedStaticCtor28FZv+0x6): > undefined reference to `curl_global_init'" > > So yeah, is there something done regarding this long known error, > should I post a bugreport somewhere or anything? > > regards. > $ dmd -L-lphobos2 -L-lcurl main.d BTW, How to tell dmd to pass a linker flag at the end? Regards, -- Jordi Sayol

Re: best practices tutorial needed (for function signature, class vs struct, etc)

2012-11-04 Thread Jordi Sayol
Congratulations for these new seven chapters translated into English! http://ddili.org/ders/d.en/index.html Many thanks for the well done work! -- Jordi Sayol

Re: Binary compatibility on Linux

2012-11-10 Thread Jordi Sayol
; system is too old > > Is there some compiler/linker flags I can use when building to make the > executable compatibility with older versions of Linux? > > Or is there a better way to solve this? > Ubuntu 10.04.4 LTS is old enough? You can install/run dmd out of the box on it just installing the appropriate deb package. -- Jordi Sayol

Re: Binary compatibility on Linux

2012-11-10 Thread Jordi Sayol
years. > > If I pick Ubuntu 12.04, which is the latest LTS, they still support 10.04 > until 2013. > >From Ubuntu 12.04 (April 2012), LTS has 5 years of support for Desktop and >server versions. Before this, LTS for Desktop has 3 years support, so the last >Ubuntu Desktop still supported is 10.04 (April 2010) and will finish in April >2013. -- Jordi Sayol

Re: Binary compatibility on Linux

2012-11-10 Thread Jordi Sayol
>From Ubuntu 12.04 (April 2012), LTS has 5 years of support for Desktop and >server versions. Before this, LTS for Desktop has 3 years support, so the last >Ubuntu Desktop still supported is 10.04 (April 2010) and will finish in April >2013. > s/last/oldest/ -- Jordi Sayol

Re: Bulding latest DMD and associated projects from github master

2012-11-22 Thread Jordi Sayol
/local/share/man/man1 dmd.conf.5 files at /usr/share/man/man5 or /usr/local/share/man/man5 -- Jordi Sayol

Re: Bulding latest DMD and associated projects from github master

2012-11-22 Thread Jordi Sayol
Al 22/11/12 15:47, En/na Joseph Rushton Wakeling ha escrit: > On 11/22/2012 03:26 PM, Jordi Sayol wrote: >> Al 22/11/12 14:51, En/na Joseph Rushton Wakeling ha escrit: >>> Also, am I right that there are also man-files for dmd included in the >>> source? Might be worth

Re: compiler for ubuntu x86-64

2012-11-23 Thread Jordi Sayol
Al 23/11/12 19:02, En/na Adam D. Ruppe ha escrit: > > I think the source is in the .deb too but I'm not sure (I haven't actually > used it) > deb packages contains druntime and phobos sources just as headers. -- Jordi Sayol

Re: GTK and D

2012-04-23 Thread Jordi Sayol
On Sunday, 22 April 2012 at 02:51:29 UTC, Russel Winder wrote: Being a Debian user I was interested in https://code.google.com/p/d-apt/ but it seems the instructions for using this break since http://d-apt.googlecode.com/files results in a 404. This is a correct behaviour. If you want to lis

Re: GTK and D

2012-04-23 Thread Jordi Sayol
On Sunday, 22 April 2012 at 18:32:09 UTC, Russel Winder wrote: Mike, On Sun, 2012-04-22 at 20:07 +0200, Mike Wey wrote: [...] Odd trying to download http://d-apt.googlecode.com/files/./Packages with a browser or wget completes without any errors. http://d-apt.googlecode.com/files/./Packages

Re: GTK and D

2012-04-23 Thread Jordi Sayol
BTW, More info for d-apt server at: https://code.google.com/p/d-apt/wiki/APT_Repository#APT_Repository_for_D

Re: WTF did happen with struct constructor and ref in 2.061 ?

2013-01-04 Thread Jordi Sayol
t;>>> times before and as recently as Nov last year. >>> >>> I don't understand what the "issue" is. >> >> There's a link on the top of that page, "Mobi ebook", which links to >> this page >> >> http://www.digitalmars.com/d/2.0/dlangspec.mobi >> >> That page results in a 404 page. > > Got it, thanks. Will fwd to Walter. > > Andrei > dlangspec.mobi is back! :-) -- Jordi Sayol

Re: WTF did happen with struct constructor and ref in 2.061 ?

2013-01-04 Thread Jordi Sayol
Al 05/01/13 00:03, En/na Andrei Alexandrescu ha escrit: > On 1/4/13 5:44 PM, Jordi Sayol wrote: >> dlangspec.mobi is back! :-) > > Did my best to fix it. All, please take a look. > > Andrei > I found these things: Data Type Compatibility http://img.ly/rwtF Named

Re: WTF did happen with struct constructor and ref in 2.061 ?

2013-01-04 Thread Jordi Sayol
Al 05/01/13 03:05, En/na Andrei Alexandrescu ha escrit: > On 1/4/13 6:59 PM, Jordi Sayol wrote: >> Al 05/01/13 00:03, En/na Andrei Alexandrescu ha escrit: >>> On 1/4/13 5:44 PM, Jordi Sayol wrote: >>>> dlangspec.mobi is back! :-) >>> >>>

Re: dlangspec.pdf?

2013-01-04 Thread Jordi Sayol
Thanks, > > Andrei > +1000 -- Jordi Sayol

Re: WTF did happen with struct constructor and ref in 2.061 ?

2013-01-04 Thread Jordi Sayol
Al 05/01/13 03:42, En/na Jordi Sayol ha escrit: > Al 05/01/13 03:05, En/na Andrei Alexandrescu ha escrit: >> On 1/4/13 6:59 PM, Jordi Sayol wrote: >>> Al 05/01/13 00:03, En/na Andrei Alexandrescu ha escrit: >>>> On 1/4/13 5:44 PM, Jordi Sayol wrote: >>>>&

Re: WTF did happen with struct constructor and ref in 2.061 ?

2013-01-05 Thread Jordi Sayol
Al 05/01/13 10:10, En/na Philippe Sigaud ha escrit: > > Calibre does not open it here (Linux, KDE) not does it accept to convert it. > No problem open the last http://dlang.org/dlangspec.mobi (built by andralex) with Calibre v0.8.38 (Linux 64-bit, Mate) -- Jordi Sayol

Re: dlangspec.pdf?

2013-01-07 Thread Jordi Sayol
here the > path is relatively easy. > > Andrei > "htmldoc" converts html files into pdf, generating a toc. In this sample I've removed original toc and "htmldoc" generated a toc with 2 levels. http://d-packages.googlecode.com/files/dlangspec.pdf Unfortunately "htmldoc" do not support css. -- Jordi Sayol

Re: dlangspec.pdf?

2013-01-07 Thread Jordi Sayol
here the > path is relatively easy. > > Andrei > wkhtmltopdf v0.11.0 (static) https://code.google.com/p/wkhtmltopdf/ Converts html files into pdf, generating a toc index, and accepts css! An example built in Linux 64-bit: http://d-packages.googlecode.com/files/dlangspec-2.pdf -- Jordi Sayol

Re: dlangspec.pdf?

2013-01-08 Thread Jordi Sayol
of the D programming language" \ --language en \ --level1-toc "//h:h1" \ --level2-toc "//*[name()='h2' or name()='h3']" \ --level3-toc "//h:h4" \ --page-breaks-before / \ --cover dlangspec.png EPUB example built on Linux 64-bit with calibre v0.3.38: http://d-packages.googlecode.com/files/dlangspec.epub -- Jordi Sayol

Re: DMD, GDC, LDC [was Re: Ready for review: new std.uni]

2013-01-14 Thread Jordi Sayol
Ubuntu and Mint. It would be good to get it packaged for > Fedora. LDC is already available on Fedora 17. -- Jordi Sayol

Re: PDF spec

2013-01-29 Thread Jordi Sayol
out. http://d-packages.googlecode.com/files/dlangspec.chm -- Jordi Sayol

Re: PDF spec

2013-01-31 Thread Jordi Sayol
m files that you downloaded to be >> secure. >> >> Check the file properties. > > Thanks for the tip, it works now. > > Im not a big fan of the light green background, but the chm is awesome > otherwise! :) > What do you mean with "light green background"? <http://twitpic.com/bzu2je/full> -- Jordi Sayol

Re: PDF spec

2013-01-31 Thread Jordi Sayol
Al 31/01/13 22:39, En/na kiskami ha escrit: > On Thursday, 31 January 2013 at 19:47:37 UTC, Jordi Sayol wrote: >> What do you mean with "light green background"? >> >> <http://twitpic.com/bzu2je/full> > > The background of the pages isn't white, but

Re: PDF spec

2013-02-02 Thread Jordi Sayol
Al 01/02/13 01:27, En/na kiskami ha escrit: > On Thursday, 31 January 2013 at 22:54:58 UTC, Jordi Sayol wrote: >> New chm with the typography of the "Language Reference" on the home page. >> http://d-packages.googlecode.com/files/dlangspec-2.chm > > \o/ > Rippin

Re: PDF spec

2013-02-02 Thread Jordi Sayol
Al 02/02/13 23:49, En/na SomeDude ha escrit: > On Saturday, 2 February 2013 at 19:44:20 UTC, Jordi Sayol wrote: >> Al 01/02/13 01:27, En/na kiskami ha escrit: >>> On Thursday, 31 January 2013 at 22:54:58 UTC, Jordi Sayol wrote: >>>> New chm with the typography of t

O.T. Re: D dropped in favour of C# for PSP emulator

2012-05-16 Thread Jordi Sayol
from the Star Wars series. -- Jordi Sayol

Re: Easiest way to get GUI

2012-05-31 Thread Jordi Sayol
Al 31/05/12 14:13, En/na Gor Gyolchanyan ha escrit: > Can anyone please tell me what's the easiest way to get a GUI library? In Linux (Debian, Ubuntu, Linux Mint, etc.): https://code.google.com/p/d-apt/wiki/APT_Repository#APT_Repository_for_D -- Jordi Sayol

Re: Ubuntu 12.04 and DMD 2.060

2012-08-07 Thread Jordi Sayol
4.deb package on Ubuntu 12.04 64-bit, and compiled without problems to both, 32-bit and 64-bit. Can you give more information please? Regards, -- Jordi Sayol

Re: DFL

2012-08-14 Thread Jordi Sayol
u get it working on Linux too? Can you pull these modifications? -- Jordi Sayol

Re: Ubuntu 12.04 and DMD 2.060

2012-08-16 Thread Jordi Sayol
gcc and cc, and "-gc" flag for dmd. Other binaries and 32-bit phobos library was removed. http://d-packages.googlecode.com/files/dmd_2.060-0debug_amd64.deb Best regards, -- Jordi Sayol

Re: Need help to finish DMD zip/7z release generator (alpha release)

2013-09-04 Thread Jordi Sayol
ilib on there since other stuff works 32-bit >> (like rdmd). It's just libcurl that I can't seem to get 32-bit or >> multilib. > > I would be very surprised if libcurl isn't included in ia32-libs. > Yes, "ia32-libs" depends on "ia32-libs-i386:i386" which depends on "libcurl3:i386" -- Jordi Sayol

Re: Need help to finish DMD zip/7z release generator (alpha release)

2013-09-05 Thread Jordi Sayol
The easiest way to do it is just create a symlink to the already installed shared curl library. With "libcurl3:i386" installed, you can try this: $ sudo ln -s libcurl.so.4 /usr/lib/i386-linux-gnu/libcurl.so -- Jordi Sayol

Re: [OT] Which IDE / Editor do you use?

2013-09-13 Thread Jordi Sayol
Geany http://www.geany.org/

Re: [OT] Which IDE / Editor do you use?

2013-09-15 Thread Jordi Sayol
any other desktop manager > comfortably. It is truly revolutionary, main problem is that people almost > never want revolutions and mostly stick to their habits. Ones that suffer > badly with Gnome Shell :) > My case. I use Mate desktop. http://mate-desktop.org/about/ -- Jordi Sayol

last beta shared libphobos still with versioned flags

2013-10-13 Thread Jordi Sayol
000 F *UND* curl_easy_pause@@CURL_GNUTLS_3 F *UND* curl_global_init@@CURL_GNUTLS_3 Can someone fix this before next dmd release please? Regards, -- Jordi Sayol

Re: etc vs. package mangers

2013-10-13 Thread Jordi Sayol
be a place to get > bindings to C libraries. We may want to make some adjustments to how Deimos > is > handled, but it's our solution to C bindings, not Phobos: > > https://github.com/D-Programming-Deimos > > druntime should have C bindings for the OSes that we support, but that's the > only C bindings that should be in D's standard libraries. Whether we'll > remove > any that we have is still up for debate, but we're not adding any more. > > - Jonathan M Davis > +1 for removing std.net.curl too -- Jordi Sayol

shared libphobos still with curl versioned symbols in last beta

2013-10-13 Thread Jordi Sayol
000 F *UND* curl_easy_pause@@CURL_GNUTLS_3 F *UND* curl_global_init@@CURL_GNUTLS_3 Can someone fix this before next dmd release please? Regards, -- Jordi Sayol

Re: Undefined reference to _d_throw

2013-11-03 Thread Jordi Sayol
libraries in the right order. That links, but also fails with the > missing Phobos shared library error. > Yes, this is a .deb error for 2.063.2, which will be fixed on next release. There are fixed deb packages for the current version at http://d-apt.sourceforge.net/ -- Jordi Sayol

Re: Vibe.d & DUB

2013-11-14 Thread Jordi Sayol
rsion "0.7.18-beta.1". >>> >>> I'd recommend to upgrade to 0.9.19 - everything is working there AFAICS. >> >> Thanks for the answer. I tried to update dub, but it says that "dub is >> already the newest version.", which is hard for me to believe. > > Ubuntu 12.04 LTS > What says last line of $ dub help -- Jordi Sayol

Re: Vibe.d & DUB

2013-11-15 Thread Jordi Sayol
El 15/11/13 12:49, Chris ha escrit: > On Thursday, 14 November 2013 at 17:32:14 UTC, Jordi Sayol wrote: >> El 14/11/13 17:48, Chris ha escrit: >>> On Thursday, 14 November 2013 at 16:42:05 UTC, Chris wrote: >>>> On Thursday, 14 November 2013 at 16:32:59 UTC, Sönke Lud

Re: More Linux love?

2013-06-16 Thread Jordi Sayol
md release includes "libphobos2.so" Linux shared library. Will see when "phobos.dll" will be available for Windows. Regards, -- Jordi Sayol

Re: More Linux love?

2013-06-18 Thread Jordi Sayol
On 18/06/13 23:01, Walter Bright wrote: > On 6/18/2013 1:55 PM, 1100110 wrote: >> I don't know who does the packaging, but based on the amount of >> incompatibilities that other projects have, I think the packagers deserve a >> round of applause. > > Jordi Sayol

Re: More Linux love?

2013-06-19 Thread Jordi Sayol
On 19/06/13 09:07, eles wrote: > On Wednesday, 19 June 2013 at 05:30:32 UTC, Jordi Sayol wrote: >> On 18/06/13 23:01, Walter Bright wrote: >>> On 6/18/2013 1:55 PM, 1100110 wrote: >>>> I don't know who does the packaging, but based on the amount of >>>

[phobos] New Linux phobos shared library

2013-07-08 Thread Jordi Sayol
http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html -- Jordi Sayol

Re: [phobos] New Linux phobos shared library

2013-07-09 Thread Jordi Sayol
On 09/07/13 13:37, Dicebot wrote: > On Tuesday, 9 July 2013 at 04:53:01 UTC, Jordi Sayol wrote: >> I propose to name the shared phobos library as "libphobos2.so.0.nn.0", where >> "nn" is the current dmd version. The last zero is just for bug/regression &g

Re: [phobos] New Linux phobos shared library

2013-07-09 Thread Jordi Sayol
On 09/07/13 15:49, H. S. Teoh wrote: > On Tue, Jul 09, 2013 at 06:52:44AM +0200, Jordi Sayol wrote: >> From dmd v2.063, release zip file includes Linux phobos shared >> libraries. As shared libraries are needed at runtime too, we should >> allow to install multiple vers

Re: dmd2.063.2 packaged libphobos2.so and linux disto libcurl.so dependency issue

2013-07-15 Thread Jordi Sayol
. Current phobos shared library has "libcurl versioned symbols" (@CURL_OPENSSL_3) and they are only usable on systems like Debian, Ubuntu, Linux Mint, etc. This problem is not related to the libcurl version. Regards, -- Jordi Sayol

Re: Permanent links to stable dmd .deb, .exe etc

2013-07-20 Thread Jordi Sayol
hive, linux .deb, .rpm package, windows installer, etc. > > Who can help with this issue? > For .deb packages there is http://d-apt.sourceforge.net/ -- Jordi Sayol

Re: A proper language comparison...

2013-07-26 Thread Jordi Sayol
t to do it. I was also told not to do it when I took > two different courses in track driving - the Bob Bondurant and Skip Barber > ones. > > >> I use engine braking most of the time (I always drive manual so that's easy). >> Saves gas and I've never had a mechanic tell me "you better go easy with that >> engine brake, look at them cylinder walls!" My brake pads reach a state of >> immortality. > > The object isn't to save brake pads, it's to reduce the wear and tear on your > engine. > > -- Jordi Sayol

Re: Pulling Xorg dependencies on headless machine

2013-07-27 Thread Jordi Sayol
stall the Recommends: packages, the behavior will not change at all, but in a system that is not set to install Recommends: packages, dman should not work. Regards, -- Jordi Sayol

Re: [OT] Engine braking

2013-07-30 Thread Jordi Sayol
ackdriving. > > That's my understanding as well. With fuel injection, essentially backdriving > is rolling on zero gas consumption while preserving some mechanical energy - > aweee-sooome. > > > Andrei > -- Jordi Sayol

Re: qtD

2013-08-01 Thread Jordi Sayol
ood and up-to-date Qt > bindings is likely to be very important for D. > +1 -- Jordi Sayol

Should "std.net.curl" be moved from Phobos to Deimos?

2013-11-24 Thread Jordi Sayol
rom Phobos to Deimos. Deimos can be rethink, i.e. new build master can add a make building script on Deimos in order to compile all projects included on it, generating "libdeimos.a" and "libdeimos.so", documentation, etc. -- Jordi Sayol

Re: Should "std.net.curl" be moved from Phobos to Deimos?

2013-11-25 Thread Jordi Sayol
> would be maintained by us, by Jonas (since he created it), or someone else, I > don't know, but ideally, it wouldn't be in Phobos any longer. At minimum, I > think that we should avoid putting any more 3rd party dependencies in Phobos > in the future. > > - Jonathan M Davis > +1 -- Jordi Sayol

Re: Should "std.net.curl" be moved from Phobos to Deimos?

2013-11-25 Thread Jordi Sayol
El 26/11/13 03:11, Andrei Alexandrescu ha escrit: > On 11/25/13 5:51 PM, Martin Krejcirik wrote: >> On 25.11.2013 8:38, Jordi Sayol wrote: >>> As Jonathan M Davis said: --- Several of the main devs (including >>> Walter) have stated that having std.net.curl on Phobos was

Re: Should "std.net.curl" be moved from Phobos to Deimos?

2013-11-28 Thread Jordi Sayol
works fine but attempting to use std.net.curl will fail. > > Is this correct? If not, please explain exactly why. If yes, this setup seems > entirely appropriate to me. Point 2. is correct only with phobos static library but not with shared one. A simple "Hello World" program cannot be linked against shared phobos library if libcurl is not available on system, at least on Linux. It cannot run either. -- Jordi Sayol

Re: Should "std.net.curl" be moved from Phobos to Deimos?

2013-11-28 Thread Jordi Sayol
then generate dmd packages for every distro release because they can fail between releases too. The only thing that breaks the current dmd zip system is libcurl dependency. All other thinks properly works on all Linux distros/releases. Should we change all this well working system due to a single problem with an external library dependency? -- Jordi Sayol

Re: Should "std.net.curl" be moved from Phobos to Deimos?

2013-11-28 Thread Jordi Sayol
El 28/11/13 17:12, Dicebot ha escrit: > On Thursday, 28 November 2013 at 15:59:12 UTC, Jordi Sayol wrote: >> We should then generate dmd packages for every distro release because they >> can fail between releases too. > > Or just let specific distro package maintainers do

Re: Should "std.net.curl" be moved from Phobos to Deimos?

2013-11-28 Thread Jordi Sayol
El 28/11/13 18:17, Adam D. Ruppe ha escrit: > On Thursday, 28 November 2013 at 17:12:25 UTC, Jordi Sayol wrote: >> Please can you show something on dmd/phobos that fails on any actively >> maintained Linux distro that properly works on another one? > > The dmd zip doe

Re: D benchmark code review

2013-12-15 Thread Jordi Sayol
ot;Plain text mode". This option will be set until you change it, not just for the current e-mail. -- Jordi Sayol

Re: DMD via MacPorts has a problem

2014-01-21 Thread Jordi Sayol
OSX is not yet available. You should use "libphobos2.a". BTW This thread is provably for: digitalmars-d-le...@puremagic.com -- Jordi Sayol

Re: Plot library wanted

2014-01-27 Thread Jordi Sayol
If in Debian, there are plot2kill binary packages: http://d-apt.sourceforge.net/ $ sudo apt-get install libplot2kill-dev libplot2kill-doc There is an example: $ dmd `pkg-config --cflags --libs plot2kill-static` -run /usr/share/libplot2kill-doc/examples/demo.d -- Jordi Sayol

Re: It works!

2014-01-29 Thread Jordi Sayol
The URL ftp://ftp.digitalmars.com/ do not show any file. -- Jordi Sayol

Re: It works!

2014-01-29 Thread Jordi Sayol
El 29/01/14 18:39, Andrew Edwards ha escrit: > On 1/29/14, 8:16 AM, Jordi Sayol wrote: >> The URL ftp://ftp.digitalmars.com/ do not show any file. >> > > This is true. It stopped working on Monday. But you can still access the > files by using http://ftp.digitalmars.c

Re: D as A Better C?

2014-02-12 Thread Jordi Sayol
El 11/02/14 20:43, Walter Bright ha escrit: > (First off, I hate the name "better C", any suggestions?) DonC -- Jordi Sayol

Re: Preflight of DUB 0.9.21 (RC 3)

2014-02-12 Thread Jordi Sayol
El 12/02/14 09:53, Sönke Ludwig ha escrit: > The binaries can be found on http://code.dlang.org/download ("Latest > preview"). On Debian 7.4 64-bit: $ dub dub: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by dub) No problem on Debian 7.4 32-bit. -- Jordi Sayol

Re: Preflight of DUB 0.9.21 (RC 3)

2014-02-12 Thread Jordi Sayol
El 13/02/14 00:18, Sönke Ludwig ha escrit: > Am 12.02.2014 19:12, schrieb Sönke Ludwig: >> Am 12.02.2014 16:40, schrieb Jordi Sayol: >>> El 12/02/14 09:53, Sönke Ludwig ha escrit: >>>> The binaries can be found on http://code.dlang.org/download ("Latest >>&

Re: Preflight of DUB 0.9.21 (RC 3)

2014-02-13 Thread Jordi Sayol
El 13/02/14 05:28, Etienne Cimon ha escrit: > On Wednesday, 12 February 2014 at 15:40:27 UTC, Jordi Sayol wrote: >> El 12/02/14 09:53, Sönke Ludwig ha escrit: >>> The binaries can be found on http://code.dlang.org/download ("Latest >>> preview"). >>

Re: Preflight of DUB 0.9.21 (RC 5)

2014-02-20 Thread Jordi Sayol
tested on Debian 6. New rpm package properly tested on Fedora 14, Fedora 18 and OpenSUSE 12.4 Will be a rpm 32-bit version? -- Jordi Sayol

Re: Official PPA for dmd

2014-08-03 Thread Jordi Sayol via Digitalmars-d
El 01/08/14 21:34, Andrew Pennebaker via Digitalmars-d ha escrit: > I'm happy to see an official .DEB for installing DMD! Could we please host > this in a PPA, to make it easier for Debian/Ubuntu users to install? dmd backend license is not compatible with PPA. -- Jordi Sayol

Re: Official PPA for dmd

2014-09-03 Thread Jordi Sayol via Digitalmars-d
ith dmd-bin? > PS Is it me, or dmd-bin is not yet upgraded to 2.066? Yes, that's correct. I juts wait for next dmd v2.067 to avoid all the 2.066 regressions. -- Jordi Sayol

Re: Where should D programs look for .so files on Linux (by default)?

2014-09-17 Thread Jordi Sayol via Digitalmars-d
links to the latest libraries version and to update the "/etc/ld.so.cache" cache file. This is not specific for D but for all Linux programs. Regards, -- Jordi Sayol

Re: Shared library packaging issues

2014-11-15 Thread Jordi Sayol via Digitalmars-d
ncludes? Make .di files? What about templates? Is there > a suggested directory structure? The default path for "d" and "di" sources should be "/usr/include/d/". DMD deb packages uses "/usr/include/dmd/" to avoid sources conflict with the ldc sources packaged for Debian. Regards, -- Jordi Sayol

Re: Shared library packaging issues

2014-11-15 Thread Jordi Sayol via Digitalmars-d
bphobos2.so.0.66.1" (for 32-bit) "/usr/lib/x86_64-linux-gnu/libphobos2.so.0.66.1" (for 64-bit) It has no sense to install ALL the dmd compiler tools into the final runtime computer. Regards, -- Jordi Sayol

Re: DMD 2.066.1 is missing in the Digitalmars FTP

2014-12-03 Thread Jordi Sayol via Digitalmars-d
El 03/12/14 a les 19:49, Martin Nowak via Digitalmars-d ha escrit: > On 12/03/2014 02:01 AM, Brad Anderson wrote: >> Why use the DigitalMars FTP? >> >> http://downloads.dlang.org/ is the official place for them. > > We should convince Brad to drop year subfolders (or add redirects), as it > makes

Re: DMD 2.066.1 is missing in the Digitalmars FTP

2014-12-03 Thread Jordi Sayol via Digitalmars-d
El 03/12/14 a les 19:49, Martin Nowak via Digitalmars-d ha escrit: > On 12/03/2014 02:01 AM, Brad Anderson wrote: >> Why use the DigitalMars FTP? >> >> http://downloads.dlang.org/ is the official place for them. > > We should convince Brad to drop year subfolders (or add redirects), as it > makes

Re: Happy new year!

2014-12-31 Thread Jordi Sayol via Digitalmars-d
El 31/12/14 a les 15:20, Manu via Digitalmars-d ha escrit: > Here's to an awesome 2015! > Feliç any nou!

  1   2   >