Re: D2 port of Tango

2011-10-18 Thread Jacob Carlborg
. mtachrono presides over this aspect, so you can talk to him about the motivations behind it. This is the 'master' branch in my repository. Do you have any examples of this, what's changed? That's all. Cheers. -SiegeLord -- /Jacob Carlborg

Re: D:YAML 0.2 released

2011-10-16 Thread Jacob Carlborg
, but it will be updated when std.stream is rewritten. GitHub: https://github.com/kiith-sa/D-YAML Docs : dyaml.alwaysdata.net/docs You can get D:YAML 0.2 here: https://github.com/kiith-sa/D-YAML/downloads I can see that D:YAML is Boost licensed, how does that work out when PyYAML is MIT licensed? -- /Jacob

Re: D:YAML 0.2 released

2011-10-16 Thread Jacob Carlborg
On 2011-10-16 11:45, Kiith-Sa wrote: Jacob Carlborg wrote: On 2011-10-15 19:06, Kiith-Sa wrote: I've just released D:YAML 0.2 . This release brings emitting functionality, finishing the main part of D:YAML feature set. From now on, the focus will be on polishing D:YAML, making code more

Re: [Phoronix] Merging In The GNU D Language Compiler To GCC

2011-10-05 Thread Jacob Carlborg
On 2011-10-05 05:50, Iain Buclaw wrote: My worst kept secret is out. http://www.phoronix.com/scan.php?page=news_itempx=OTk2NA This is great news. -- /Jacob Carlborg

Re: dmd 1.070 and 2.055 release

2011-09-08 Thread Jacob Carlborg
with a lot of bugs fixed, thanks. -- /Jacob Carlborg

Re: dmd 1.070 and 2.055 release

2011-09-08 Thread Jacob Carlborg
On 2011-09-08 10:37, Andrei Alexandrescu wrote: On 9/8/11 3:17 AM, Jacob Carlborg wrote: On 2011-09-08 07:21, Walter Bright wrote: By far, the most number of bug fixes ever! http://www.digitalmars.com/d/1.0/changelog.html http://ftp.digitalmars.com/dmd.1.070.zip http://www.digitalmars.com/d

Re: Orange 1.0.0 beta - serialization library

2011-08-29 Thread Jacob Carlborg
, with most of the actual functional bits in Phobos. I've been think the same several times before and think it would be really useful for debugging. -- /Jacob Carlborg

Re: Orange 1.0.0 beta - serialization library

2011-08-24 Thread Jacob Carlborg
On 2011-08-24 02:53, Michel Fortin wrote: On 2011-08-23 06:51:57 +, Jacob Carlborg d...@me.com said: On 2011-08-22 21:50, Vladimir Panteleev wrote: On Sat, 20 Aug 2011 18:13:32 +0300, Jacob Carlborg d...@me.com wrote: I've almost finished the rewrite of my serialization library Orange

Re: Orange 1.0.0 beta - serialization library

2011-08-22 Thread Jacob Carlborg
On 2011-08-21 23:16, Masahiro Nakagawa wrote: On Sun, 21 Aug 2011 05:28:33 +0900, Jacob Carlborg d...@me.com wrote: On 2011-08-20 19:45, dsimcha wrote: On 8/20/2011 12:50 PM, Andrej Mitrovic wrote: Masahiro Nakagawa seems to be working on msgpack: https://bitbucket.org/repeatedly/msgpack4d

Re: Orange 1.0.0 beta - serialization library

2011-08-21 Thread Jacob Carlborg
On 2011-08-20 23:29, dsimcha wrote: On 8/20/2011 4:24 PM, Jacob Carlborg wrote: 2. What are the prospects for submitting this for inclusion in Phobos? Serialization is something basic and universally needed enough that it should not require a third-party library. From my part: * Remove all

Orange 1.0.0 beta - serialization library

2011-08-20 Thread Jacob Carlborg
I've almost finished the rewrite of my serialization library Orange. I'm hoping that someone wants to give it a try and see what issues/bugs are found. Project page: http://dsource.org/projects/orange Source code: https://github.com/jacob-carlborg/orange There are two usage examples

Re: Orange 1.0.0 beta - serialization library

2011-08-20 Thread Jacob Carlborg
be shared but as you say, the necessary introspection already work. On 8/20/2011 11:13 AM, Jacob Carlborg wrote: I've almost finished the rewrite of my serialization library Orange. I'm hoping that someone wants to give it a try and see what issues/bugs are found. Project page: http://dsource.org

Re: Orange 1.0.0 beta - serialization library

2011-08-20 Thread Jacob Carlborg
supports maps every type Orange can serialize should be possible serialize with messagepack, although probably not as efficient as regular messagepack. -- /Jacob Carlborg

Re: D:YAML 0.1

2011-08-17 Thread Jacob Carlborg
On 2011-08-16 21:12, Kiith-Sa wrote: Jacob Carlborg wrote: On 2011-08-16 20:13, Kiith-Sa wrote: D:YAML is a YAML parser library for D. It is mostly compliant with the YAML 1.1 spec, although there are some unsupported features (e.g. recursive data structures). Currently there is only

Re: D:YAML 0.1

2011-08-17 Thread Jacob Carlborg
On 2011-08-17 13:08, Kiith-Sa wrote: Jacob Carlborg wrote: Does the parser/lexer take advantage of D's slices to make it faster? In some places, yes, in some places, no. I didn't concentrate on preventing new strings from being allocated, but a lot of string data should pass through the code

Re: D:YAML 0.1

2011-08-16 Thread Jacob Carlborg
is written in D2. There is no D1 or Tango support, and none is planned. Link: https://github.com/kiith-sa/D-YAML Interesting, I've been looking for a D YAML library for a while. How is the performance, have you made any benchmarks? -- /Jacob Carlborg

DVM - D Version Manager 0.3.1

2011-08-10 Thread Jacob Carlborg
For instructions how to install and downloads see: https://bitbucket.org/doob/dvm -- /Jacob Carlborg

Re: DVM - D Version Manager 0.3.0 (including support for Windows)

2011-07-18 Thread Jacob Carlborg
On 2011-07-18 06:51, Mike Parker wrote: On 7/18/2011 5:10 AM, Jacob Carlborg wrote: I just released a new version of DVM, 0.3.0. Now with support for Windows :), thanks to Nick Sabalausky. For installation instructions see: https://bitbucket.org/doob/dvm The project page still says Currently

Re: DVM - D Version Manager 0.3.0 (including support for Windows)

2011-07-18 Thread Jacob Carlborg
On 2011-07-18 11:31, Lars T. Kyllingstad wrote: On Sun, 17 Jul 2011 22:10:39 +0200, Jacob Carlborg wrote: I just released a new version of DVM, 0.3.0. Now with support for Windows :), thanks to Nick Sabalausky. For installation instructions see: https://bitbucket.org/doob/dvm Cool

Re: Programming Windows D Examples are now Online!

2011-07-10 Thread Jacob Carlborg
around somewhere out there? DWT should at least have partial bindings for these libraries. -- /Jacob Carlborg

Re: Programming Windows D Examples are now Online!

2011-07-10 Thread Jacob Carlborg
that in. EPL, Eclipse Public License, I've updated the wiki. -- /Jacob Carlborg

Re: D programming language specification ebook

2011-07-09 Thread Jacob Carlborg
screens. Just generate the documentation in several formats, no harm done. -- /Jacob Carlborg

Re: DVM Windows Beta #2 - Up To Date With v0.2.0

2011-07-04 Thread Jacob Carlborg
a file named dmd.conf (on posix) or sc.ini (on windows) in the bin folder. -- /Jacob Carlborg

Re: Programming Windows D Examples are now Online!

2011-06-23 Thread Jacob Carlborg
a regexp like this: TEXT \((.+?)\) And replace with: $1 You don't need a script for this, just put it in an editor with search replace with support for regexp. -- /Jacob Carlborg

Re: TDPL is an Amazon Kindle bestseller

2011-06-21 Thread Jacob Carlborg
on the Nook aren't usable on the Kindle and vice versa. Yup. DRM sucks. I have a Kindle, the one with the lager screen, and haven't bought a single book from their store. I only read DRM free PDF books and files. I'm satisfied with my Kindle. -- /Jacob Carlborg

Re: TDPL is an Amazon Kindle bestseller

2011-06-21 Thread Jacob Carlborg
On 2011-06-21 11:57, Walter Bright wrote: On 6/20/2011 11:37 PM, Jacob Carlborg wrote: I have a Kindle, the one with the lager screen, You mean one comes with free beer? Dang, I missed that in the feature chart! Exactly, they have one version that comes with ale instead :) -- /Jacob

Re: Unofficial DVM Windows Beta

2011-06-07 Thread Jacob Carlborg
, then dvm-default-dc is definitely useful on Windows. So I've added both dvm-default-dc and dvm-current-dc to my windows fork. Thanks. -- /Jacob Carlborg

Re: DVM Windows Beta #2 - Up To Date With v0.2.0

2011-06-07 Thread Jacob Carlborg
the tool from the beginning. -- /Jacob Carlborg

Re: DVM Windows Beta #2 - Up To Date With v0.2.0

2011-06-07 Thread Jacob Carlborg
on D's exceptions, which actually works quite well considering I don't have to do anything. -- /Jacob Carlborg

Re: DVM Windows Beta #2 - Up To Date With v0.2.0

2011-06-07 Thread Jacob Carlborg
to the latest hg version doesn't populate the newly-added list of already-installed compiler versions). I guess DVM can get a new release when I merged your fork and fixing most of the bugs mentioned here. I have a couple of ideas for new features but those can wait for later releases. -- /Jacob

Re: Unofficial DVM Windows Beta

2011-06-05 Thread Jacob Carlborg
. All the technical details you should need to know are up on the Wiki now: https://bitbucket.org/Abscissa256/dvm/wiki/Home Let me know if anything's missing or you're unclear on something (or have any other questions). Thanks, I'll have a look. -- /Jacob Carlborg

Re: Unofficial DVM Windows Beta

2011-06-05 Thread Jacob Carlborg
, etc...) Ah, Ok. -- /Jacob Carlborg

Re: Unofficial DVM Windows Beta

2011-06-05 Thread Jacob Carlborg
with DVM. -- /Jacob Carlborg

Re: Unofficial DVM Windows Beta

2011-06-04 Thread Jacob Carlborg
quickly skimmed through your code and noticed some references to the registry that I suspect has something to do with it. This was the biggest obstacle for me to implement a Windows version. -- /Jacob Carlborg

Re: Unofficial DVM Windows Beta

2011-06-04 Thread Jacob Carlborg
instead print out: install needs an argument like 'dvm install 2.053'. The same goes for other commands. Other than that, it seems to work my system. Nice work! -- /Jacob Carlborg

Re: DMD/Objective-C Alpha 1

2011-06-02 Thread Jacob Carlborg
nevertheless always good to make a first release of a project. It's also good to know you're not working alone. Jacob Carlborg has an automated binding generator in the works. Hopefully this will allow us to provide declarations for most of Cocoa soon. If you want to help in some way, let me know

Re: DMD/Objective-C Alpha 1

2011-06-02 Thread Jacob Carlborg
://github.com/michelf/d-for-xcode -- /Jacob Carlborg

Re: DMD/Objective-C Alpha 1

2011-06-02 Thread Jacob Carlborg
debug info to get it working... http://d.puremagic.com/issues/show_bug.cgi?id=4154 -- /Jacob Carlborg

Re: DVM - D Version Manager 0.2.0

2011-05-31 Thread Jacob Carlborg
On 2011-05-31 12:25, Lars T. Kyllingstad wrote: On Tue, 17 May 2011 23:15:42 +0200, Jacob Carlborg wrote: I just released a new version of DVM, 0.2.0. For installation instructions see: https://bitbucket.org/doob/dvm Changelog: Version 0.2.0 New/Change Features * 64bit version now

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

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

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: 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

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

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

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

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: 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-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: 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: 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: Jade template engine for D web developer

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

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: 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: 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: 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-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: 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: Descent plugin for Eclipse editor

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

Re: MinPSPW supports D

2010-10-29 Thread Jacob Carlborg
of dealing with the ancient C. -- /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: 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: 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-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-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

DWT2 updated to latest compiler and Tango

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

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

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: 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

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: 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

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: 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: 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: 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: 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: 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

<    9   10   11   12   13   14   15   >