Re: DMD and GDC static libraries are incompatible on Linux?

2015-02-14 Thread Leandro Lucarella via D.gnu
CC to link. > > yes. sorry for misinformation, i was sure that it calls 'ld' directly. But GCC only behaves as a wrapper of ld to link. :) -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ --

Re: D as first class language in the gcc milestones ?

2014-09-28 Thread Leandro Lucarella via D.gnu
cycle will be > dependent of GCC release cycle. You got it all wrong. DMD is a compiler implementation and I didn't see anyone here suggesting to tie DMD releases to GCC releases in any way. What they are asking for is having GDC merged in GCC, that's all. >

Re: d bare bones

2013-09-06 Thread Leandro Lucarella
es, but that's extremely useful if you want to use the D subset that only generates assembly without calling to external functions. D runtime is mostly written in D, and for obvious reasons can't use those language constructions that uses the features you are implementing. So is possible (alt

Re: End of July Absences

2013-07-24 Thread Leandro Lucarella
7; have to > >finish shared library support. > > > > Congrats! This is the first build that's actually passed the auto-testers. :) > > http://d.puremagic.com/test-results/?projectid=2 Both very good news! Having GDC

Re: Counting down the regressions on pull 62

2013-05-10 Thread Leandro Lucarella
; > > > # of expected passes3006 > > # of unexpected failures32 > > > > :-) > > > > > End of day two hacking > >=== gdc Summary === > > # of expected passes3038 > > > !!! You are good. This

Re: What ibuclaw has been doing on his server

2012-07-10 Thread Leandro Lucarella
uggestion as an alternative "someone willing to retrieve it". I mean, just using gmail as storage for your own backups. -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ -- GPG

Re: What ibuclaw has been doing on his server

2012-07-10 Thread Leandro Lucarella
have they home pages in gcc.gnu.org/lang, it might be a good idea to have something like gcc.gnu.org/d. But maybe you want to have more control over the server and I guess you can't really request that until GCD is completely merged. Just thinking out loud. :) -- Leandro Lucarella (AKA luca)

Re: Problem with passing ref parameters to properties

2012-05-25 Thread Leandro Lucarella
e default architecture it's bounded to the architecture the compiler was compiled for. If DMD is compiled in 32bit, it will default to 32bit even on a x86_64 OS (at least in Linux). AFAIK it doesn't do any runtime checking at all for the arch. -- Leandro Lucarella (AKA luca)

Re: In/out contract inheritance in gdc

2012-04-13 Thread Leandro Lucarella
-O -inline -oftest sampled.d > > I get the following error: > >sampled.d:50: Error: function [classname].select cannot get frame pointer > to >__require Doesn't look exactly like the same problem, but just in case, you might want to take a look at this bug: http://

Re: Compiling with gdc vs. gdmd

2012-04-06 Thread Leandro Lucarella
e only catch is that thing about changing the API, so you'll have to download the exact version used by the upstream author (or one that still works for that script) Think as if someone just shipped a make binary with their software, the makefile is still a script independent with the

Re: Compiling with gdc vs. gdmd

2012-04-06 Thread Leandro Lucarella
Joseph Rushton Wakeling, el 5 de abril a las 17:42 me escribiste: > On 05/04/12 13:16, Leandro Lucarella wrote: > >Joseph Rushton Wakeling, el 4 de abril a las 15:43 me escribiste: > >>To see why it matters, imagine a corporate entity releasing a large, > >>complex

Re: Compiling with gdc vs. gdmd

2012-04-05 Thread Leandro Lucarella
ny. > It'd be a major block to practically enjoying the licence freedoms. This is new to GPLv3 right? Because several companies are already doing this, specially companies selling small devices with Linux, usually they -- Leandro Lucarella (AKA luca) http://llucax.com.ar

Re: Compiling with gdc vs. gdmd

2012-04-05 Thread Leandro Lucarella
Iain Buclaw, el 4 de abril a las 11:54 me escribiste: > On the note of integration into the FOSS ecosystem, I'm firing off > technical review of gdc for inclusion sometime later today. YEAH! :D -- Leandro Lucarella (AKA luca) http://ll

Re: Compiling with gdc vs. gdmd

2012-04-04 Thread Leandro Lucarella
s, Also for me using a declarative language instead of a imperative one is a better choice for this kind of applications. -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ -- GPG Key: 5F5A8D05 (F8CD

Re: Compiling with gdc vs. gdmd

2012-04-03 Thread Leandro Lucarella
Jacob Carlborg, el 3 de abril a las 16:45 me escribiste: > On 2012-04-03 12:56, Leandro Lucarella wrote: > >People that don't like Make is people don't understand Make :) > > I do have some understanding of Make. BTW, Rake is basically a Make > implementation that

Re: Compiling with gdc vs. gdmd

2012-04-03 Thread Leandro Lucarella
e build system I've ever People that don't like Make is people don't understand Make :) -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ -- GPG Key: 5F5A8D05 (F8CD F9A7 B

Re: Restructuring druntime

2012-02-26 Thread Leandro Lucarella
ve. People should be using std stuff, not core.stdc, most of the time, specially if they intend to write portable code. -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ -- GPG Key: 5F5A8D05 (F8CD F9A7

Re: Major Structure changes to the project

2012-02-24 Thread Leandro Lucarella
Kagamin, el 24 de febrero a las 09:04 me escribiste: > -x option and extension autodetect if .d doesn't conflict with > dependencies files What? But D1 and D2 files don't use different extensions, the same way C89 and C99 don't use different extensions. -- Leandr

Re: Major Structure changes to the project

2012-02-23 Thread Leandro Lucarella
for the great and hard work! :) -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ -- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) -

Re: Roadmap

2012-02-13 Thread Leandro Lucarella
is a little more tedious to use than having just a plain monolithic repo, but it's not that bad. -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ -- GPG Key: 5F5A8D

Re: Dropping support for gcc 4.2.x to 4.4.x

2012-01-06 Thread Leandro Lucarella
Iain Buclaw, el 5 de enero a las 23:21 me escribiste: > On 5 January 2012 09:47, Leandro Lucarella wrote: > > Iain Buclaw, el  4 de enero a las 15:01 me escribiste: > >> Also, bare in mind I will be moving GDC fully across to trunk over the > >> next two months, this i

Re: Dropping support for gcc 4.2.x to 4.4.x

2012-01-05 Thread Leandro Lucarella
of adding in and utilising new GCC tree codes that may help > improve code generation. Does this have anything to do with merging GDC into GCC? How is that going BTW? -- Leandro Lucarella (AKA luca) http:

Re: [Issue 1296] ICE when object.d is missing things

2010-08-07 Thread Leandro Lucarella
c some love lately! Keep up the good work! :) -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ -- GPG Key: 5F5A8D05 (F8CD F9A7 BF00 5431 4145 104C 949E BFB6 5F5A 8D05) --

Re: D compiler as part of GCC

2010-01-18 Thread Leandro Lucarella
t's a good idea, maybe it would be nice to have both front-end options), taking over the name is OK, otherwise a new name would be necessary. > In general is there interest in this project, especially contributing to > it? I'm *very* interested, not so sure I could contribute a lo

Re: 1.041 is now working

2009-11-23 Thread Leandro Lucarella
lists: http://gcc.gnu.org/lists.html I guess "gcc" is the right list for you. -- Leandro Lucarella (AKA luca) http://llucax.com.ar/ -- GPG Key: 5F5A

Re: Testing suite for gdc for D1 and D2

2009-10-08 Thread Leandro Lucarella
t; D2? If not, what tests are executed on dmd and phobos before each > release? I think you can ask LDC people too, they have some "mini tests". I guess D1 only though. -- Leandro Lucarella (AKA luca) http://llucax.com.ar/

Re: merging latest dmd frontend to gdc

2009-09-10 Thread Leandro Lucarella
ort. > This can be a start. I'm very glad to see some work on GDC too, thanks for your work! =) -- Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/blog/ GPG Key: 5F5A8D

Re: apartamentos imoveis casas de 3 quartos em Jardim Camburi

2009-06-02 Thread Leandro Lucarella
downs, el 2 de junio a las 19:30 me escribiste: > How depressing that this is our first post in months. You are wrong, we have a spam post each month =) -- Leandro Lucarella (luca) | Blog colectivo: http://www.mazziblog.com.ar/b