Re: Descent 0.5.3 released

2009-01-03 Thread Jacob Carlborg
Ary Borenszweig Wrote: Jacob Carlborg escribió: Ary Borenszweig wrote: Jacob Carlborg Wrote: Ary Borenszweig wrote: Ary Borenszweig escribió: Ary Borenszweig escribió: The Descent plugin for Eclipse provides an IDE for writing, launching and debugging code in D. Thank you all

DWT Cocoa 3.5 M3

2009-01-18 Thread Jacob Carlborg
I thought that I would share my progress on the dwt cocoa port. I've ported all the SWT code, including the Browser package from dwt linux. The code is based on SWT just before milestone 3, to be exact 3.514.0. There are still problems with the port, runtime errors and things that don't

Re: DWT Cocoa 3.5 M3

2009-01-19 Thread Jacob Carlborg
John Reimer wrote: Hello Jacob, I thought that I would share my progress on the dwt cocoa port. I've ported all the SWT code, including the Browser package from dwt linux. The code is based on SWT just before milestone 3, to be exact 3.514.0. There are still problems with the port, runtime

Re: DMD-MAC!!

2009-01-29 Thread Jacob Carlborg
Michel Fortin wrote: On 2009-01-28 13:02:22 -0500, BCS n...@anon.com said: http://dobbscodetalk.com/index.php?option=com_contenttask=viewid=1015Itemid= Interesting. From the last comment from Walter at the bottom: But the Mach-O has no such special sections. I think I've found a way to

Re: Just one more thing...

2009-02-15 Thread Jacob Carlborg
Walter Bright wrote: Now includes Mac OSX version! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.040.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.025.zip Expect bugs. Thread local storage isn't working on OSX, neither

Re: Just one more thing...

2009-02-27 Thread Jacob Carlborg
Nick Sabalausky wrote: Walter Bright newshou...@digitalmars.com wrote in message news:go88pa$1gu...@digitalmars.com... Anders F Björklund wrote: Walter Bright wrote: Can you upgrade to 10.5 ? It's only a few months left to Snow Leopard, then we can play the same game all over again. Yeah,

Re: Just one more thing...

2009-02-28 Thread Jacob Carlborg
Brad Roberts wrote: Michel Fortin wrote: On 2009-02-27 16:37:13 -0500, Jacob Carlborg d...@me.com said: Nick Sabalausky wrote: Ordinarily, I detest the idea of pulling support for anything as recent as just a few years old. But Apple themselves has a habit of ignoring users of anything

Re: GUI Design (DWT) with XML

2009-03-09 Thread Jacob Carlborg
Bill Baxter wrote: On Fri, Mar 6, 2009 at 5:47 AM, TomD t_dem...@nospam.web.de wrote: Hi, I have uploaded xwt to http://demmer.kilu.de/Software/xwt_20090305.zip This is an extensible library that parses the XML description of a GUI. It is based on DWT, the SWT port to D, and Tango. In theory,

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Jacob Carlborg
Lars Ivar Igesund wrote: Dear D community A new version of Tango is now available for download. The release is named after Sean Kelly for his past work on the Tango runtime and now druntime. The release have several new features, and fairly major changes to tie the IO even closer together.

Re: dmd 1.043 alpha for FreeBSD 7.1

2009-04-14 Thread Jacob Carlborg
Walter Bright wrote: Tomas Lindquist Olsen wrote: And if not, why is there no Linux ? This is the obvious reason for GDC/LDC pick the lowercase identifiers in the first place ... Because gcc on linux predefines linux, not Linux. I wouldn't consider this consistent, some version identifiers

Re: dmd 1.043 alpha for FreeBSD 7.1

2009-04-14 Thread Jacob Carlborg
Walter Bright wrote: Lars Ivar Igesund wrote: Walter Bright wrote: Now works for FreeBSD 7.1! Nice! But is there a particularly good reason for disregarding version identifiers already established by gdc and ldc? freebsd vs FreeBSD, darwin vs OSX FreeBSD is how it is normally written

Re: dmd 1.043 alpha for FreeBSD 7.1

2009-04-15 Thread Jacob Carlborg
Denis Koroskin wrote: On Wed, 15 Apr 2009 01:48:00 +0400, Jacob Carlborg d...@me.com wrote: Walter Bright wrote: Lars Ivar Igesund wrote: Walter Bright wrote: Now works for FreeBSD 7.1! Nice! But is there a particularly good reason for disregarding version identifiers already

Re: dmd 1.043 alpha for FreeBSD 7.1

2009-04-15 Thread Jacob Carlborg
Walter Bright wrote: Jacob Carlborg wrote: If you follow what's normally written in the official literature and documentation shouldn't it be MacOSX then? Perhaps. One could argue it either way. I checked the predefined identifiers in gcc for guidance, and found just the unfortunately

Re: dmd 1.043 alpha for FreeBSD 7.1

2009-04-16 Thread Jacob Carlborg
Walter Bright wrote: Jacob Carlborg wrote: They call it Mac OS, then they add a version like this: Mac OS 9. Then when the tenth versions came it happened to be built on a nix base/core (known as darwin) and they also added the X (probably to reflect the new nix base, X is also ten using

Re: DCat - a compact web application server in D.

2009-04-20 Thread Jacob Carlborg
Steve Teale wrote: Michel Fortin Wrote: On 2009-04-19 15:19:24 -0400, Steve Teale steve.te...@britseyeview.com said: This is incomplete at this point, but there's a working example. I have to break off now and do some building work. You can find documentation and a zip file (currently it is

Re: DCat - a compact web application server in D.

2009-04-21 Thread Jacob Carlborg
Steve Teale wrote: Jacob Carlborg Wrote: Steve Teale wrote: Michel Fortin Wrote: On 2009-04-19 15:19:24 -0400, Steve Teale steve.te...@britseyeview.com said: This is incomplete at this point, but there's a working example. I have to break off now and do some building work. You can find

Re: Linux installer now on dsource and bugzilla

2009-07-01 Thread Jacob Carlborg
On 6/28/09 1:00 AM, Walter Bright wrote: Originally written by Cristi Vlasceanu, it's on dsource as http://www.dsource.org/projects/phobos/browser/trunk/rpmsrc Bugzilla bug reports and patches to it can also be filed under the rpm installer component. I hope to get similar projects going for

Re: Descent generated documentation

2009-07-09 Thread Jacob Carlborg
On 7/9/09 6:44 AM, Ary Borenszweig wrote: Hi all! So... I've been playing around with generating ddocs from Descent. I wanted several things: 1. Each reference to a symbol has a link to it. This applied to field types, functions and methods return types and parameters. 2. Get to know the

Re: dmd 1.047 and 2.032 releases

2009-09-04 Thread Jacob Carlborg
came back to full source, that test worked too, as did form (But that was only because I had publicly imported it from application.d application from menu.d) I have similar problems with one of my projects. Seems like many import statements stop working. /Jacob Carlborg

Re: dmd 1.048 and 2.033 releases

2009-10-05 Thread Jacob Carlborg
On 10/5/09 15:46, Steven Schveighoffer wrote: On Mon, 05 Oct 2009 09:12:32 -0400, Denis Koroskin 2kor...@gmail.com wrote: On Mon, 05 Oct 2009 16:55:49 +0400, Jacob Carlborg d...@me.com wrote: On 10/5/09 13:49, Steven Schveighoffer wrote: On Mon, 05 Oct 2009 03:54:22 -0400, Walter Bright

Re: Metaprogramming in D : Some Real-world Examples

2009-11-10 Thread Jacob Carlborg
On 11/10/09 01:27, Bill Baxter wrote: On Mon, Nov 9, 2009 at 4:09 PM, Walter Bright newshou...@digitalmars.com wrote: Looks like Bill Baxter is giving a presentation on D Nov. 18! http://www.nwcpp.org/ Yep, that's right, and I'd be quite grateful to you smart folks here if you could share

Re: Metaprogramming in D : Some Real-world Examples

2009-11-12 Thread Jacob Carlborg
On 11/11/09 17:58, grauzone wrote: Andrei Alexandrescu wrote: grauzone wrote: Don wrote: Christopher Wright wrote: grauzone wrote: You're not testing for types, you're testing if it compiles. Inside the tested block of code, all sorts of things could go wrong. You can't know if

Re: dmd 1.052 for Mac OSX 10.6

2009-11-13 Thread Jacob Carlborg
On 11/13/09 11:20, Walter Bright wrote: Denis Koroskin wrote: On Fri, 13 Nov 2009 07:07:21 +0300, Walter Bright newshou...@digitalmars.com wrote: An update just to support Mac OSX 10.6. That also means the end of the line for official support of 10.5 and earlier.

Re: dmd 1.052 for Mac OSX 10.6

2009-11-13 Thread Jacob Carlborg
On 11/13/09 15:30, Jacob Carlborg wrote: On 11/13/09 11:20, Walter Bright wrote: Denis Koroskin wrote: On Fri, 13 Nov 2009 07:07:21 +0300, Walter Bright newshou...@digitalmars.com wrote: An update just to support Mac OSX 10.6. That also means the end of the line for official support of 10.5

Fix for dropped Mac OS X 10.5 support [Was dmd 1.052 for Mac OSX 10.6]

2009-11-13 Thread Jacob Carlborg
On 11/13/09 11:20, Walter Bright wrote: Denis Koroskin wrote: On Fri, 13 Nov 2009 07:07:21 +0300, Walter Bright newshou...@digitalmars.com wrote: An update just to support Mac OSX 10.6. That also means the end of the line for official support of 10.5 and earlier.

Re: Code Poet with DWT ?

2009-12-01 Thread Jacob Carlborg
On 12/1/09 00:24, Jeremie Pelletier wrote: John wrote: Hi Jeremie, just curious, have you measured the effort to use DWT instead of wxWidgets for Code Poet ? More or less, I wasn't aware of any DWT for D2 at the time and I'd rather use C++ with boost than D1, just a matter of personal

Re: Getting there update of Code Poet

2009-12-11 Thread Jacob Carlborg
On 12/11/09 06:49, Jeremie Pelletier wrote: I just posted a progress update on the Code Poet web page along with screen shots of the revamped GUI. Let me know what you think! http://codepoet.sourceforge.net/ Jeremie Looks nice, but I like the tabs in the first image better:

Re: dmd 1.056 and 2.040 release

2010-01-30 Thread Jacob Carlborg
On 1/30/10 08:13, Walter Bright wrote: http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.056.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.040.zip Thanks to the many people who contributed to this update! Very nice. What

Re: dmd 1.056 and 2.040 release

2010-01-30 Thread Jacob Carlborg
On 1/30/10 14:24, grauzone wrote: Jacob Carlborg wrote: On 1/30/10 08:13, Walter Bright wrote: http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.056.zip http://www.digitalmars.com/d/2.0/changelog.html http://ftp.digitalmars.com/dmd.2.040.zip Thanks

Tango built as a dynamic library

2010-03-16 Thread Jacob Carlborg
for specific segments and sections in the binaries that at least DMD puts there. The next step is to clean up the code, create a patch, add support for 64bit binaries and perhaps universal binaries (if that is needed). Then I'll do the same for Phobos 1 and 2. /Jacob Carlborg

Re: D for Xcode 1.2

2010-03-22 Thread Jacob Carlborg
On 2010-03-22 14.30, Michel Fortin wrote: It's been a while since DMD has been available on Mac OS X, but I haven't made an official release of D for Xcode to support DMD. Today I'm fixing that. So D for Xcode 2.1 now supports DMD. It comes with an installer package that does the following: *

Re: D for Xcode 1.2

2010-04-01 Thread Jacob Carlborg
with the plugin, I specially like that D files are correctly recognized now. /Jacob Carlborg

Re: D for Xcode 1.2

2010-04-02 Thread Jacob Carlborg
On 4/2/10 03:35, Michel Fortin wrote: On 2010-04-01 15:24:59 -0400, Jacob Carlborg d...@me.com said: I've download the new version of your plugin and have tested it and have few comments. The first thing I noticed when I compiled a project was that it tries to pass the '-noboundscheck' flag

Re: D for Xcode 1.2

2010-04-02 Thread Jacob Carlborg
Replying from the newsgroup, I have know idea how it will work, Thunderbird refuses to show this message for some reason. Michel Fortin Wrote: On 2010-04-02 04:40:11 -0400, Jacob Carlborg d...@me.com said: I had no idea that DMD2 supported the -noboundscheck flag. It's quite new

Re: dmd 1.059 and 2.044 release

2010-05-03 Thread Jacob Carlborg
On 5/2/10 23:28, Walter Bright wrote: Highlights are the improved gdb support, better error messages, better json support, unittest changes, and a number of nuisance compiler bugs fixed. http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.059.zip

Re: dmd 1.059 and 2.044 release

2010-05-03 Thread Jacob Carlborg
On 5/3/10 12:53, Arth Lloyd Flores wrote: Please check the download page again. I think they're fixing something in the current release. On Mon, May 3, 2010 at 5:30 PM, Jacob Carlborg d...@me.com mailto:d...@me.com wrote: On 5/2/10 23:28, Walter Bright wrote: Highlights

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Jacob Carlborg
On 5/15/10 05:46, Walter Bright wrote: Leandro Lucarella wrote: I saw the patches, and having all hardcoded in the compiler doesn't seems like a good idea =/ I know the hardcoding is probably not the best, but I wanted to try it out to see if it was a good feature before committing a lot of

Re: dmd 1.061 and 2.046 release

2010-05-15 Thread Jacob Carlborg
On 5/15/10 19:27, Walter Bright wrote: Jacob Carlborg wrote: On 5/15/10 11:00, Walter Bright wrote: Apple's web site isn't much better, it's got to be the most hard to read site I've ever encountered. The text is a faint grey on white, of all things, and the font is so poorly rendered my eyes

Re: dmd 1.061 and 2.046 release

2010-05-16 Thread Jacob Carlborg
On 5/16/10 22:02, Charles Hixson wrote: On 05/15/2010 06:13 PM, BCS wrote: Hello Adam, On 5/15/10, Bernard Helyer b.hel...@gmail.com wrote: Set executable bit, modify PATH Meh, you don't have to do that. On my box, I have a wrapper script in /usr/bin so the dmd command works from

Re: struct vs. class containers (was: Re: dcollections 1.0 and 2.0a beta released)

2010-05-24 Thread Jacob Carlborg
-- /Jacob Carlborg

Re: struct vs. class containers

2010-05-24 Thread Jacob Carlborg
be at best reference types, with a meta-constructor Value!(C) that takes a container C and makes it into a value type. Does Value!() use static introspection and placement new to instantiate the given class on the stack? :-) Bye and thank you, bearophile -- /Jacob Carlborg

Re: Bug fix week

2010-05-25 Thread Jacob Carlborg
TDPL comes into the picture there is yet another layer to all this. Now you can have the behavior when TDPL is correct but the compiler and the spec is incorrect or any other combination of the now three parties. -- /Jacob Carlborg

Re: dcollections 1.0 and 2.0a beta released

2010-05-28 Thread Jacob Carlborg
. Ranges work well as value types, but not well as reference types. Therefore, to use dcollections as interfaces, you must not require the range traits. -Steve -- /Jacob Carlborg

Re: dmd 1.062 and 2.047 release

2010-06-15 Thread Jacob Carlborg
types). I hope to add support for Phobos soon. -- /Jacob Carlborg

Re: dmd 1.062 and 2.047 release

2010-06-16 Thread Jacob Carlborg
== Quote from Eric Poggel (dnewsgr...@yage3d.net)'s article On 6/15/2010 5:58 AM, Jacob Carlborg wrote: On 2010-06-14 04:10, Eric Poggel wrote: On 6/13/2010 9:30 AM, Lutger wrote: Great, thank you! I noticed both std.concurrency and std.json are not (yet?) included

Re: This just in: authorless TDPL becomes collector's edition

2010-06-22 Thread Jacob Carlborg
collector's editions. Preorder now to be among the first 1000 readers who get the authorless TDPL edition. Andrei What happened to the nice looking PDF file we saw previews on, that one with syntax highlighting and a green background in the code example? -- /Jacob Carlborg

Re: This just in: authorless TDPL becomes collector's edition

2010-06-22 Thread Jacob Carlborg
On 2010-06-22 14:51, Andrei Alexandrescu wrote: On 06/22/2010 07:45 AM, Jacob Carlborg wrote: On 2010-06-21 21:23, Mike James wrote: Got my collectors item delivered today from Amazon UK. Looks good. I like the bonus of being able to download a PDF version of TDPL. Thanks for all the hard

Re: Experimental IDE for D in design stage

2010-06-29 Thread Jacob Carlborg
-dev-ide.blogspot.com/ Where is the Mac version? I'm just asking where is it :) -- /Jacob Carlborg

Orange - a serialization library

2010-07-25 Thread Jacob Carlborg
that can be used with the existing serializer. http://dsource.org/projects/orange -- /Jacob Carlborg

Re: Orange - a serialization library

2010-07-27 Thread Jacob Carlborg
On 2010-07-27 15:13, BLS wrote: On 25/07/2010 16:08, Jacob Carlborg wrote: This if the first release of the Orange serialization library XML D2/Phobos problem solved ? Bjoern Yes, it's fixed. I'm including a modified version of the whole std.xml module, not pretty but it works

Re: Orange - a serialization library

2010-07-27 Thread Jacob Carlborg
On 2010-07-27 17:30, dsimcha wrote: == Quote from Jacob Carlborg (d...@me.com)'s article This if the first release of the Orange serialization library. Here is a short description of the library: Orange is a serialization library for D1 and D2, supporting both Tango and Phobos. It can serialize

Re: Orange - a serialization library

2010-07-28 Thread Jacob Carlborg
On 2010-07-28 05:36, g g wrote: Masahiro Nakagawa Wrote: On Wed, 28 Jul 2010 06:10:21 +0900, Jacob Carlborgd...@me.com wrote: On 2010-07-27 15:13, BLS wrote: On 25/07/2010 16:08, Jacob Carlborg wrote: This if the first release of the Orange serialization library XML D2/Phobos problem

Re: Orange - a serialization library

2010-07-28 Thread Jacob Carlborg
== Quote from strtr (st...@sp.am)'s article == Quote from Jacob Carlborg (d...@me.com)'s article Exactly, there a several features in D2 that is lexical illegal in D1. I thought that it was the easiest solution, instead of creating a build system that excluded the file for D1, then people

Re: dmd 1.063 and 2.048 release

2010-08-11 Thread Jacob Carlborg
.2.048.zip Very nice. One small thing, on the D1 change log this is mentioned: Bugzilla 4303: __traits(compiles) returns wrong result when used recursively This is a D2 only bug. -- /Jacob Carlborg

DWT2 updated to latest compiler and Tango

2010-09-16 Thread Jacob Carlborg
Mercurial repository: http://hg.dsource.org/projects/dwt2 -- /Jacob Carlborg

Re: D/Objective-C: hit a dead end, start anew

2010-09-17 Thread Jacob Carlborg
On 2010-09-17 16:06, Jacob Carlborg wrote: On 2010-09-17 13:25, Michel Fortin wrote: On 2010-09-17 05:06:24 -0400, Jacob Carlborg d...@me.com said: On 2010-09-17 01:46, Michel Fortin wrote: http://michelf.com/weblog/2010/dobjc-dead-end-start-anew/ The D/Objective-C bridge is a project

Re: D/Objective-C: hit a dead end, start anew

2010-09-17 Thread Jacob Carlborg
On 2010-09-17 16:56, Michel Fortin wrote: On 2010-09-17 10:06:27 -0400, Jacob Carlborg d...@me.com said: Have you thought about what needs to be modified/added yet? Is it basically better support for runtime reflection? Basically I'm adding the necessary pieces so that DMD can generate

Re: D/Objective-C: hit a dead end, start anew

2010-09-17 Thread Jacob Carlborg
On 2010-09-17 19:45, Michel Fortin wrote: On 2010-09-17 11:50:51 -0400, Jacob Carlborg d...@me.com said: Sounds good, I also once thought about adding extern (Objective-C) to the language. About the selector syntax, wouldn't it be better to have the same syntax as in Objective-C, @selector

Re: D/Objective-C: hit a dead end, start anew

2010-09-18 Thread Jacob Carlborg
On 2010-09-18 02:18, Michel Fortin wrote: On 2010-09-17 14:48:54 -0400, Jacob Carlborg d...@me.com said: On 2010-09-17 19:45, Michel Fortin wrote: Also note that member functions of an extern (Objective-C) class or interface always have implicitly a selector (made from the function's name

Re: D/Objective-C: hit a dead end, start anew

2010-09-18 Thread Jacob Carlborg
On 2010-09-18 16:36, Michel Fortin wrote: On 2010-09-18 06:10:53 -0400, Jacob Carlborg d...@me.com said: Ok, now I'm not sure I understand. If you don't specify a selector for a declared method, how will the selector look like? In your example above, if you don't specify the selector how

Re: D/Objective-C: hit a dead end, start anew

2010-09-20 Thread Jacob Carlborg
On 2010-09-18 16:36, Michel Fortin wrote: On 2010-09-18 06:10:53 -0400, Jacob Carlborg d...@me.com said: Ok, now I'm not sure I understand. If you don't specify a selector for a declared method, how will the selector look like? In your example above, if you don't specify the selector how

Re: D/Objective-C: hit a dead end, start anew

2010-09-22 Thread Jacob Carlborg
, the method name is used to find the method declaration; and the declaration contains the selector to use. Calling undeclared methods is unsupported (unlike in Objective-C). Makes sense. -- /Jacob Carlborg

Re: New home page

2010-10-04 Thread Jacob Carlborg
that is to be expected from a site called mint. -- /Jacob Carlborg

Re: MinPSPW supports D

2010-10-29 Thread Jacob Carlborg
of dealing with the ancient C. -- /Jacob Carlborg

Re: Descent plugin for Eclipse editor

2010-12-24 Thread Jacob Carlborg
/Installing -- /Jacob Carlborg

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Jacob Carlborg
On 2011-01-24 10:35, Jonathan M Davis wrote: On Monday 24 January 2011 01:29:33 Jacob Carlborg wrote: On 2011-01-24 05:26, Walter Bright wrote: https://github.com/organizations/D-Programming-Language We're all learning how to use github, but by most accounts it seems to be the best available

Re: D Programming Language source (dmd, phobos, etc.) has moved to github

2011-01-24 Thread Jacob Carlborg
repository. Is is ok now to just fork the repository? -- /Jacob Carlborg

DVM - D Version Manager

2011-01-24 Thread Jacob Carlborg
and usage instructions: https://bitbucket.org/doob/dvm/wiki/Home Platforms: currently only Posix -- /Jacob Carlborg

Re: DVM - D Version Manager

2011-01-25 Thread Jacob Carlborg
if it will retain any environment variables set by called the script. There exists a key (or what it's called) in the Windows register where you can add a path to a script that will be executed when the user logs in, opens cmd or something like that. -- /Jacob Carlborg

Re: DVM - D Version Manager

2011-01-25 Thread Jacob Carlborg
On 2011-01-25 12:58, Vladimir Panteleev wrote: On Tue, 25 Jan 2011 10:46:45 +0200, Jacob Carlborg d...@me.com wrote: But the problem is the bash scripts, I'm not sure if a Windows version is possible. For what it's worth, I'm a FAR Manager user, and I've written myself a FAR plugin to solve

Re: DVM - D Version Manager

2011-01-25 Thread Jacob Carlborg
://www.digitalmars.com/d/2.0/dmd-linux.html#dmd_conf -Steve Oh, /etc/ will be last, nice. -- /Jacob Carlborg

Re: DVM - D Version Manager

2011-01-25 Thread Jacob Carlborg
On 2011-01-25 17:12, Andrej Mitrovic wrote: It's good old Pascal, much hated by C wizards. :D Well, that explains, a lot :) -- /Jacob Carlborg

Re: DVM - D Version Manager

2011-01-25 Thread Jacob Carlborg
On 2011-01-25 20:33, Jérôme M. Berger wrote: Jacob Carlborg wrote: Platforms: currently only Posix Nitpick: it is more restricted than that. Platform is currently only posix *with bash shell*. A lot of people use other shells, including non-Bourne shells (most frequent are zsh, ksh

Re: DVM - D Version Manager

2011-01-26 Thread Jacob Carlborg
On 2011-01-25 23:30, Jérôme M. Berger wrote: Jacob Carlborg wrote: On 2011-01-25 20:33, Jérôme M. Berger wrote: Jacob Carlborg wrote: Platforms: currently only Posix Nitpick: it is more restricted than that. Platform is currently only posix *with bash shell*. A lot of people use other

Re: DVM - D Version Manager

2011-01-26 Thread Jacob Carlborg
On 2011-01-25 23:59, Jesse Phillips wrote: Jacob Carlborg Wrote: Yeah, I guess you're right, didn't think there were a lot people who used other shells. Since I almost know nothing about shell scripting and even less about non-bourne shells, will it be possible to port to other shells? How

Re: DVM - D Version Manager

2011-01-26 Thread Jacob Carlborg
application performs all it needs to and writes a shell script to a file 3. The bash function calls source with this file as a parameter -- /Jacob Carlborg

Re: DVM - D Version Manager

2011-01-27 Thread Jacob Carlborg
On 2011-01-26 23:46, Michel Fortin wrote: On 2011-01-26 15:24:56 -0500, Jacob Carlborg d...@me.com said: /bin/sh is not a symlink on Mac OS X. I guess I just can try to use sh instead of bash. But should it output this? $ /bin/sh --version GNU bash, version 3.2.48(1)-release (x86_64-apple

Re: A few improvements to SortedRange

2011-01-28 Thread Jacob Carlborg
in Firefox 4 I get this error in a dialog window: The language of this website could not be determined automatically. Please indicate the main language: (ISO 639-1) In Internet Explorer I get: Hyphenator.js says: An Error occurred: 'window.prompt(...)' is null or not an object -- /Jacob Carlborg

Re: DVM - D Version Manager

2011-01-28 Thread Jacob Carlborg
On 2011-01-27 23:34, Jérôme M. Berger wrote: Jacob Carlborg wrote: On 2011-01-26 21:04, Jérôme M. Berger wrote: You cannot. You need to modify the environment for the current shell, which is the shell that the user is currently using (no matter what else may or may not be installed

Re: dmd 1.067 and 2.052 release

2011-02-18 Thread Jacob Carlborg
.2.052.zip It's amazing how each new release fixes more and more bugs. Keep up the good work. -- /Jacob Carlborg

Re: Jade template engine for D web developer

2011-02-25 Thread Jacob Carlborg
. -- /Jacob Carlborg

Re: Alternative linker win32/64

2011-02-27 Thread Jacob Carlborg
in a 16Kb executable, the same size as for a Hello World written in C. -- /Jacob Carlborg

Re: TDPL Amazon rank at 4-months high

2011-02-28 Thread Jacob Carlborg
On 2011-03-01 00:12, Bekenn wrote: Awesome! I actually just received my copy (ordered through an Amazon reseller) a couple of days ago. I somehow ended up with one of the limited edition copies... The non-limited seems to be the rare one. -- /Jacob Carlborg

Re: building of D for...

2011-03-03 Thread Jacob Carlborg
it in http://en.altlinux.org/Sisyphus ... thank you, with hope :) You might want to have a look at: https://bitbucket.org/doob/dvm DVM - installs and manages D compilers. -- /Jacob Carlborg

Re: building of D for...

2011-03-04 Thread Jacob Carlborg
On 2011-03-04 09:04, Jordi Sayol wrote: Al 04/03/11 08:40, En/na Jacob Carlborg ha escrit: You might want to have a look at: https://bitbucket.org/doob/dvm DVM - installs and manages D compilers. Is it ready to properly manage 1.67/2.52 and newer? (32/64 bit compiling) Regards, Only 32bit

Re: building of D for...

2011-03-05 Thread Jacob Carlborg
On 2011-03-05 04:42, gleb wrote: Jacob Carlborg wrote: You might want to have a look at: https://bitbucket.org/doob/dvm Is it ready to properly manage 1.67/2.52 and newer? (32/64 bit compiling) Only 32bit. well, i'm on x86_64, for example :( Currently the 64bit version is only

Re: Digital Mars has been accepted for Google Summer of Code 2011

2011-03-19 Thread Jacob Carlborg
, Andrei That's really great. -- /Jacob Carlborg

DWT Windows supports D2

2011-04-05 Thread Jacob Carlborg
base swt. To build the SWT snippets run: rake swtsnippets DWT project site: http://www.dsource.org/projects/dwt DWT repository: http://hg.dsource.org/projects/dwt2 -- /Jacob Carlborg

Re: DWT Windows supports D2

2011-04-05 Thread Jacob Carlborg
On 2011-04-05 19:14, Bill Baxter wrote: That's great! So that means kntroh wrote a Phobos-only implementation of all the support classes? --bb On Tue, Apr 5, 2011 at 2:28 AM, Jacob Carlborg d...@me.com mailto:d...@me.com wrote: I was planning to wait with this announcement but here

DWT Linux supports D2

2011-04-06 Thread Jacob Carlborg
Library dependencies: http://dsource.org/projects/dwt/wiki/ImportLibraries http://dsource.org/projects/dwt http://hg.dsource.org/projects/dwt2 -- /Jacob Carlborg

Re: DWT Linux supports D2

2011-04-07 Thread Jacob Carlborg
On 2011-04-07 05:43, Andrei Alexandrescu wrote: On 4/6/11 7:58 PM, Andrei Alexandrescu wrote: On 4/6/11 3:08 PM, Jacob Carlborg wrote: I finished (or mostly) porting DWT linux to D2. The browser package is exclude from the build. Most of the snippets build and (I think) most of them run

Re: DWT Linux supports D2

2011-04-07 Thread Jacob Carlborg
On 2011-04-07 00:49, dsimcha wrote: On 4/6/2011 4:08 PM, Jacob Carlborg wrote: I finished (or mostly) porting DWT linux to D2. The browser package is exclude from the build. Most of the snippets build and (I think) most of them run. Please create a ticket for any compile time or run time errors

Re: DWT Linux supports D2

2011-04-07 Thread Jacob Carlborg
think most of the changes were to the base library and the snippets which was already made when porting the Windows version. I just added some __gshared to a bunch of declarations and ported a couple of changes from the Windows version. -- /Jacob Carlborg

DVM - D Version Manager 0.2.0

2011-05-17 Thread Jacob Carlborg
. Sorry, still no version for Windows. I've seen another application that does the same but for Ruby, on Windows, so now I know it should be possible at least. -- /Jacob Carlborg

Re: DVM - D Version Manager 0.2.0

2011-05-18 Thread Jacob Carlborg
it to work on as many platforms as possible? The runtime dependencies are just the same as a regular C application and zlib. Added build instructions at the bottom of: https://bitbucket.org/doob/dvm -- /Jacob Carlborg

Re: DVM - D Version Manager 0.2.0

2011-05-18 Thread Jacob Carlborg
machine is a windows box), so I had a lot of setting up to do, but I think I've almost got it now. When I do, I'll post the final binary in case it helps anyone else (I can only make a 32-bit binary though). -- /Jacob Carlborg

Re: DVM - D Version Manager 0.2.0

2011-05-18 Thread Jacob Carlborg
a chance. -- /Jacob Carlborg

Re: DVM - D Version Manager 0.2.0

2011-05-18 Thread Jacob Carlborg
. -- /Jacob Carlborg

Re: DVM - D Version Manager 0.2.0

2011-05-19 Thread Jacob Carlborg
On 2011-05-18 13:27, Jacob Carlborg wrote: On 2011-05-18 10:21, Nick Sabalausky wrote: Nick Sabalauskya@a.a wrote in message news:iqvru7$cnu$1...@digitalmars.com... Jacob Carlborgd...@me.com wrote in message news:iqvpon$6p0$1...@digitalmars.com... On 2011-05-18 06:35, Nick Sabalausky wrote

Re: DVM - D Version Manager 0.2.0

2011-05-19 Thread Jacob Carlborg
. -- /Jacob Carlborg

  1   2   3   4   5   6   7   8   9   10   >