Re: D 2.066 is out. Enjoy!

2014-08-19 Thread Jacob Carlborg via Digitalmars-d-announce
. -- /Jacob Carlborg

COFF support for Win32 merged

2014-08-17 Thread Jacob Carlborg via Digitalmars-d-announce
/3843 -- /Jacob Carlborg

Re: Recompiling D code

2014-08-14 Thread Jacob Carlborg via Digitalmars-d-announce
of way. Has anyone thought of trying to JIT using LDC. -- /Jacob Carlborg

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

2014-08-08 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-08-08 05:36, Jeremy DeHaan wrote: As far as I know, the DUB registry doesn't look at tags. It looks at branches that are in the repository. I think it only detects branches that are either numbered explicitly or are master. It does look at tags. -- /Jacob Carlborg

Re: DMD v2.066.0-rc1

2014-08-07 Thread Jacob Carlborg via Digitalmars-d-announce
to be the only company who can afford doing things like that with users and expect them to suck it _ On OS X both work well. You can either just press the button or use the command line, assuming you have installed the command line tools. -- /Jacob Carlborg

Re: Dconf 2014 Day 2 Talk 5: Tooling: Bringing Developers and Development Together by Brad Roberts

2014-07-13 Thread Jacob Carlborg via Digitalmars-d-announce
archive.org. From youtube, the same video clip takes around two minutes. -- /Jacob Carlborg

Re: Dconf 2014 Day 2 Talk 5: Tooling: Bringing Developers and Development Together by Brad Roberts

2014-07-12 Thread Jacob Carlborg via Digitalmars-d-announce
the ones you're uploading. On the other hand, I have never upload anything to youtube so I don't know the restrictions it has. -- /Jacob Carlborg

Re: DMD v2.066.0-b3

2014-07-12 Thread Jacob Carlborg via Digitalmars-d-announce
. If you add the three dashes you can see it's only 9 issues, the ones that are open. -- /Jacob Carlborg

Re: Dconf 2014 Day 2 Talk 5: Tooling: Bringing Developers and Development Together by Brad Roberts

2014-07-11 Thread Jacob Carlborg via Digitalmars-d-announce
/ Why don't you upload to youtube directly? -- /Jacob Carlborg

Re: D Hackday Round 2

2014-07-07 Thread Jacob Carlborg via Digitalmars-d-announce
On 07/07/14 05:12, safety0ff wrote: Is this primarily bug tracker culling or does it include PR reviewing, debugging, etc? I don't think anyone will try and stop you to do any of the above ;) -- /Jacob Carlborg

Re: EMSI has a Github page

2014-06-27 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-06-26 23:26, Brian Schott wrote: * Documentation generator that doesn't need the compiler Do you have any example of documentation generated with this tool? -- /Jacob Carlborg

Re: Tkd - Cross platform GUI toolkit based on Tcl/Tk

2014-06-23 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-06-22 08:25, ed wrote: But there's no 64 bit support for DWT, or am I mistaken? Yes, correct. Why do you need 64bit? All 64bit Windows computers can run 32bit applications. -- /Jacob Carlborg

Re: Tkd - Cross platform GUI toolkit based on Tcl/Tk

2014-06-23 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-06-23 12:21, ed wrote: Memory is the main reason. Fair enough. I have started working on a 64 bit DWT port. If anything comes of it I'll submit a PR for review. Awesome, looking forward to it. How is it going, does it require a lot of changes? -- /Jacob Carlborg

Re: DConf Day 1 Talk 6: Case Studies in Simplifying Code with Compile-Time Reflection by Atila Neves

2014-06-21 Thread Jacob Carlborg via Digitalmars-d-announce
far form 2.8 GB which the talk by Bjarne was. It's only 20 minutes longer. -- /Jacob Carlborg

Re: DConf Day 1 Talk 6: Case Studies in Simplifying Code with Compile-Time Reflection by Atila Neves

2014-06-21 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-06-21 00:04, Andrei Alexandrescu wrote: I use archive.org because it's the only I found that accepts full-resolution videos. -- Andrei Youtube supports 4k resolution, is that good enough :). All videos from RailsConf 2014 was uploaded to youtube in 1080p resolution. -- /Jacob

Re: Tkd - Cross platform GUI toolkit based on Tcl/Tk

2014-06-20 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-06-19 20:47, SomeRiz wrote: Thanks Gary. Very simple :) But i have a question. All DLL file = How can i embed main.d file? Use DWT [1], no additional requirements besides the system libraries ;) [1] https://github.com/d-widget-toolkit/dwt -- /Jacob Carlborg

Re: DConf Day 1 Talk 6: Case Studies in Simplifying Code with Compile-Time Reflection by Atila Neves

2014-06-20 Thread Jacob Carlborg via Digitalmars-d-announce
used. I wouldn't call any hour-long video encoded into 350 MB HD quality though, as it's likely so compressed as to look muddy. If I recall correctly, this talk, uploaded to youtube by Dicebot, was around 350 MB, HD quality. -- /Jacob Carlborg

Re: DConf Day 1 Talk 6: Case Studies in Simplifying Code with Compile-Time Reflection by Atila Neves

2014-06-19 Thread Jacob Carlborg via Digitalmars-d-announce
. But it depends on how large the files are. Most of the files from DConf are under around 350MB in HD quality. On the other hand, Andrei's talk from LangNext 2014 is 1.3 GB and 48 minutes long while the talk by Bjarne is 2.8 GB and 68 minutes long. -- /Jacob Carlborg

Re: Lang.NEXT panel (dfix)

2014-06-18 Thread Jacob Carlborg via Digitalmars-d-announce
actually using string mixins ;) -- /Jacob Carlborg

Re: DConf Day 1 Talk 6: Case Studies in Simplifying Code with Compile-Time Reflection by Atila Neves

2014-06-18 Thread Jacob Carlborg via Digitalmars-d-announce
. I don't see why it's not uploaded to youtube directly. -- /Jacob Carlborg

Re: Interview at Lang.NEXT

2014-06-17 Thread Jacob Carlborg via Digitalmars-d-announce
time unit tests in D, that is not the type system. I.e. unit tests for CTFE functions that runs at compile time. Pretty cool actually :) -- /Jacob Carlborg

Re: D port of docopt

2014-06-17 Thread Jacob Carlborg via Digitalmars-d-announce
parsing. Most examples now just do writeln(arguments);. -- /Jacob Carlborg

Re: Lang.NEXT panel (dfix)

2014-06-17 Thread Jacob Carlborg via Digitalmars-d-announce
or mixins the tool won't properly work -- /Jacob Carlborg

Re: D port of docopt

2014-06-17 Thread Jacob Carlborg via Digitalmars-d-announce
-carlborg/mambo/tree/master/mambo/arguments -- /Jacob Carlborg

Re: Lang.NEXT panel (dfix)

2014-06-17 Thread Jacob Carlborg via Digitalmars-d-announce
by concatenating strings. -- /Jacob Carlborg

Re: D port of docopt

2014-06-16 Thread Jacob Carlborg via Digitalmars-d-announce
/master/examples/git/gitD.d -- /Jacob Carlborg

Re: DConf 2014 Day 1 Talk 5: Experience Report: Using D at Facebook and Beyond by Adam Simpkins

2014-06-15 Thread Jacob Carlborg via Digitalmars-d-announce
/comments/27za5z/dconf_2014_day_1_talk_5_experience_report_using_d/ A comment about DStep and C++. The long term goal is to implement support for C++. Although, it's not something that is being worked on currently. Contributions are welcome. -- /Jacob Carlborg

Re: Embarrassment of riches: another talk came online today

2014-06-13 Thread Jacob Carlborg via Digitalmars-d-announce
to implement UFCS. -- /Jacob Carlborg

Re: Lang.NEXT panel

2014-06-13 Thread Jacob Carlborg via Digitalmars-d-announce
use of development resources. I think the complete opposite. I migrated a Rails 2.3 app to Rails 3.x and from Ruby 1.8 to 1.9, it was an enormous task. Took probably six months. Also, it doesn't help to not have any tests and Ruby code in the database. -- /Jacob Carlborg

Re: dmd front end now switched to Boost license

2014-06-13 Thread Jacob Carlborg via Digitalmars-d-announce
On 13/06/14 02:31, Walter Bright wrote: https://github.com/D-Programming-Language/dmd/pull/3655 Awesome. Thanks for opening up to a less restrictive license. -- /Jacob Carlborg

Re: Adam D. Ruppe's D Cookbook now available!

2014-06-11 Thread Jacob Carlborg via Digitalmars-d-announce
++ is not included. It starts to get more complicate if it needs to support multiple languages in the same file. It should be possible, but then I think every declaration will need to be prefixed with extern (C). -- /Jacob Carlborg

Re: Adam D. Ruppe's D Cookbook now available!

2014-06-09 Thread Jacob Carlborg via Digitalmars-d-announce
. -- /Jacob Carlborg

Re: Offtopic: AMA (Was: Interview at Lang.NEXT)

2014-06-07 Thread Jacob Carlborg via Digitalmars-d-announce
. Then, at least in the USA, abbreviations are common as well. CIA, NYPD and so on. Even the name of the country is an abbreviation :) -- /Jacob Carlborg

Re: Interview at Lang.NEXT

2014-06-05 Thread Jacob Carlborg via Digitalmars-d-announce
detecting the most trivial bugs are useful. We need every help we can get. -- /Jacob Carlborg

Re: Interview at Lang.NEXT

2014-06-05 Thread Jacob Carlborg via Digitalmars-d-announce
. I have no idea what I'm doing and fully rely on the compiler. No way in h*ll I would even think about doing that without static typing. -- /Jacob Carlborg

Re: Adam D. Ruppe's D Cookbook now available!

2014-06-05 Thread Jacob Carlborg via Digitalmars-d-announce
about D1 and Tango as well. Also some Chinese book, or that might have been a translation. -- /Jacob Carlborg

Re: Interview at Lang.NEXT

2014-06-05 Thread Jacob Carlborg via Digitalmars-d-announce
++ is a pain in the butt in comparison. In D you can use a wrapper and opDispatch to delegate and intercept method calls. -- /Jacob Carlborg

Re: Real time captioning of D presentations

2014-06-02 Thread Jacob Carlborg via Digitalmars-d-announce
hearing someone talk on video like these is because of poor audio quality, or background noise. -- /Jacob Carlborg

Re: Adam D. Ruppe's D Cookbook now available!

2014-05-29 Thread Jacob Carlborg via Digitalmars-d-announce
watching Adam's most excellent presentation at Dconf, I'm sure the book will be great! My copy gets here on Friday. I've already bought the ebook version. -- /Jacob Carlborg

Re: Scott Meyers' DConf 2014 keynote The Last Thing D Needs

2014-05-29 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-05-28 16:56, Jesse Phillips wrote: D doesn't have global scope. C++ does not do TLS but that isn't relevant to the no cost position that C++ is taking. Since C++11 there's thread_local. -- /Jacob Carlborg

Re: Dconf 2014 talks - when to be available

2014-05-28 Thread Jacob Carlborg via Digitalmars-d-announce
the language in the name of marketing is really annoying! Yeah, I completely agree. It's like when movies were first released in the movie theaters, then, a year later on DVD. Now days people expect them to be released almost at the same time for streaming/downloading. -- /Jacob Carlborg

Re: D's timeline

2014-05-21 Thread Jacob Carlborg via Digitalmars-d-announce
alphas and betas of individual releases. -- /Jacob Carlborg

Re: Dash: An Open Source Game Engine in D

2014-05-20 Thread Jacob Carlborg via Digitalmars-d-announce
yet, we’d love to see pull requests for improvements. This looks awesome :), but no support for OS X :(. What system is used to render windows, custom or something like SDL? -- /Jacob Carlborg

Re: D's timeline

2014-05-20 Thread Jacob Carlborg via Digitalmars-d-announce
://www.digitalmars.com/d/1.0/changelog.html#new1_043 [5] http://www.digitalmars.com/d/1.0/changelog.html#new1_072 [6] http://dlang.org/changelog.html#new2_052 [7] http://www.digitalmars.com/d/1.0/changelog.html#new1_067 [8] http://dlang.org/changelog.html#new2_025 -- /Jacob Carlborg

Re: Dash: An Open Source Game Engine in D

2014-05-20 Thread Jacob Carlborg via Digitalmars-d-announce
On 20/05/14 15:14, Colden Cullen wrote: Right now we're using X11 on Linux and Win32 on Windows, but we are thinking about creating an adapter for SDL, which would provide OSX support. Theoretically the only thing holding us back is the windowing system. I see. -- /Jacob Carlborg

Re: Regal: An SQL relational algebra builder

2014-05-19 Thread Jacob Carlborg via Digitalmars-d-announce
methods in a template mixin, and mixin'ing that where appropriate. New version is at ~master on github and code.dlang.org Cool. -- /Jacob Carlborg

Re: Regal: An SQL relational algebra builder

2014-05-16 Thread Jacob Carlborg via Digitalmars-d-announce
a specific type, could it be a struct instead? The library can be found at: https://github.com/dymk/regal And the dub package: http://code.dlang.org/packages/regal This all looks pretty nice :). Does it work at compile time? -- /Jacob Carlborg

Re: Regal: An SQL relational algebra builder

2014-05-16 Thread Jacob Carlborg via Digitalmars-d-announce
the allocations over with at compile time :) -- /Jacob Carlborg

[OT] Travis CI gets multi-OS support

2014-05-13 Thread Jacob Carlborg via Digitalmars-d-announce
A bit off topic but I think it's important: http://blog.travis-ci.com/2014-05-13-multi-os-feature-available/ -- /Jacob Carlborg

Re: Livestreaming DConf?

2014-05-10 Thread Jacob Carlborg via Digitalmars-d-announce
so we're trying to assess the size of the online audience. Please follow up here and on twitter: https://twitter.com/D_Programming/status/464854296001933312 That would be awesome, although I don't know if I'll be able to watch due to time zone differences. -- /Jacob Carlborg

Re: Tkd - Cross platform GUI toolkit based on Tcl/Tk

2014-05-09 Thread Jacob Carlborg via Digitalmars-d-announce
. But that might be a problem with the actual application, that doesn't follow OS X conventions, and not Qt itself. -- /Jacob Carlborg

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-05-04 Thread Jacob Carlborg via Digitalmars-d-announce
On 2014-05-02 17:21, Atila Neves wrote: Finally got around to it and now it's @Given(foo) like it should've been. Bumped the version up to v0.2.0. Cool :) -- /Jacob Carlborg

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-26 Thread Jacob Carlborg via Digitalmars-d-announce
lacking. What do you mean, it's right there, at the bottom of the first example [1]: @Bar(3) int d; [1] http://dlang.org/attribute.html#UserDefinedAttribute -- /Jacob Carlborg

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-26 Thread Jacob Carlborg via Digitalmars-d-announce
be the function. -- /Jacob Carlborg

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-26 Thread Jacob Carlborg via Digitalmars-d-announce
much work. I see. A pure D implementation would be even better. -- /Jacob Carlborg

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-24 Thread Jacob Carlborg via Digitalmars-d-announce
The reason it should work is that Cucumber supports mixing step definitions in Ruby and over the wire. Which is awesome. Cool. Have you considered embedding Ruby in some executable and call the D functions from Ruby. To avoid the server and wire protocol. -- /Jacob Carlborg

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-24 Thread Jacob Carlborg via Digitalmars-d-announce
reports back D exception information back, so the only real thing I can see that's missing is the snippet suggestions when the steps aren't defined yet. If Ruby is embedded Cucumber could be embedded as well, perhaps. Then you could get an executable without dependencies. -- /Jacob Carlborg

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-24 Thread Jacob Carlborg via Digitalmars-d-announce
they need from the regexp captures, as well as the compile-time failures that come from that if done incorrectly. Now I just need to use in real life. BTW, why is the description passed as a template argument to the Cucumber keywords. @Given!(foo) instead of @Given(foo)? -- /Jacob Carlborg

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-24 Thread Jacob Carlborg via Digitalmars-d-announce
to test CLI applications, often used together with Cucumber. I think it's used by Cucumber itself. -- /Jacob Carlborg

Re: Unencumbered V0.1.2: Write Cucumber step definitions in D

2014-04-23 Thread Jacob Carlborg via Digitalmars-d-announce
to use this? How complicated is it with the server and wire protocol? -- /Jacob Carlborg

Re: Z80 Emulation Engine

2014-04-22 Thread Jacob Carlborg via Digitalmars-d-announce
that is not GPL, or incompatible with GPL. Or the opposite. If someone wants to use your code, but not want to use GPL, but still an open source license. BSD, for example, is much more flexible in these cases. -- /Jacob Carlborg

Re: Programming language made in D!

2014-04-11 Thread Jacob Carlborg
, I haven't bothered to look at this because I can't view the source code in a web browser. -- /Jacob Carlborg

Re: warp: a fast C and C++ preprocessor

2014-03-31 Thread Jacob Carlborg
to alias? No, use the new syntax. -- /Jacob Carlborg

Re: Delight Programming Language

2014-03-28 Thread Jacob Carlborg
. -- /Jacob Carlborg

Formal review of dtoh

2014-03-25 Thread Jacob Carlborg
See: http://forum.dlang.org/thread/lgspgg$2i8l$1...@digitalmars.com -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-13 Thread Jacob Carlborg
On Thursday, 13 March 2014 at 12:02:24 UTC, Daniel Murphy wrote: The changes to dmd's source are all done(!), it's now time to start putting the manually ported stuff into the main repo. That's great :). -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-13 Thread Jacob Carlborg
a LDC and GDC perspective. -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-13 Thread Jacob Carlborg
is for backend. -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-12 Thread Jacob Carlborg
On Tuesday, 11 March 2014 at 21:48:45 UTC, Asman01 wrote: It's really awesome. Congratulations! If this DIP is actually approved will dmd have native integration/support to Objective-C language just like we can do with C? I'm not a Obj-C programmer but I like the idea. Yes. -- /Jacob

Re: D/Objective-C 64bit

2014-03-12 Thread Jacob Carlborg
to the object files. -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-12 Thread Jacob Carlborg
On Wednesday, 12 March 2014 at 01:09:25 UTC, Walter Bright wrote: I'm glad to see this is building on the great groundwork you've already done. Yes, absolutely. Michel has done most of the work, forgot to mention that. I'm just polishing now. -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-12 Thread Jacob Carlborg
for druntime [1] as well. It seems I haven't pushed the changes for 64bit, I'll do that tonight. [1] https://github.com/jacob-carlborg/druntime/tree/d-objc -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-12 Thread Jacob Carlborg
enabled. -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-12 Thread Jacob Carlborg
include property declarations and attributes in the ABI. It is now :). I added support for properties. But as you say, I don't really know what they add. -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-12 Thread Jacob Carlborg
.objc_category_name_%s_%s GNU: __objc_class_name_%s __objc_category_name_%s_%s Most others look the same? Maybe you'll be able to find out more with this information. One basically need to look at each single feature and see what differs. -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-12 Thread Jacob Carlborg
just need to create pull requests (and get them merged) for all changes his tool requires. -- /Jacob Carlborg

Re: D/Objective-C 64bit

2014-03-12 Thread Jacob Carlborg
support the same as implemented by GNU ObjC. I'd have to look up if there are incompatibilities between GCC 4.3 and Clang on the ObjC side... Sounds reasonable. -- /Jacob Carlborg

D/Objective-C 64bit

2014-03-11 Thread Jacob Carlborg
as well. This would make D compatible with both C++ and Objective-C exceptions on 64bit. A DIP is available here [1] and the latest implementation is available here [2]. [1] http://wiki.dlang.org/DIP43 [2] https://github.com/jacob-carlborg/dmd/tree/d-objc -- /Jacob Carlborg

Re: ApplyYourDLang - A YouTube channel for D introduction videos

2014-03-01 Thread Jacob Carlborg
On 2014-02-28 20:58, Jacob Carlborg wrote: On 2014-02-27 21:28, Dicebot wrote: 360p is default for embedded widget. You can chose better quality manually in player. Also after going full screen it will also adjust quality to screen resolution in a few seconds. Hmm, in Firefox I can only

Re: ApplyYourDLang - A YouTube channel for D introduction videos

2014-02-28 Thread Jacob Carlborg
1080p. In Safari the quality is much, much better, including the sound. -- /Jacob Carlborg

Re: ApplyYourDLang - A YouTube channel for D introduction videos

2014-02-28 Thread Jacob Carlborg
the videos too rather than using pause :) You really should :) -- /Jacob Carlborg

Re: ApplyYourDLang - A YouTube channel for D introduction videos

2014-02-27 Thread Jacob Carlborg
a real, external, microphone. -- /Jacob Carlborg

Re: dmd 2.065.0

2014-02-26 Thread Jacob Carlborg
]. Unfortunately I wasn't able to find a reduced test case. [1] https://d.puremagic.com/issues/show_bug.cgi?id=12267 -- /Jacob Carlborg

Re: ApplyYourDLang - A YouTube channel for D introduction videos

2014-02-26 Thread Jacob Carlborg
the video and audio is quite poor. Anything you can do about that? -- /Jacob Carlborg

Re: dmd 2.065.0

2014-02-25 Thread Jacob Carlborg
two ints? -- /Jacob Carlborg

Re: dmd 2.065.0

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

Re: dmd 2.065.0

2014-02-25 Thread Jacob Carlborg
, index; } Neither opEquals or opCmp is overloaded. A simple test case will also show that the compiler doesn't not complain about a missing opCmp. I have not been able to create a reduced test case for this. -- /Jacob Carlborg

Re: std.serialization

2014-02-17 Thread Jacob Carlborg
. Have a look at these two methods: https://github.com/jacob-carlborg/orange/blob/master/orange/serialization/Serializer.d#L241-L262 -- /Jacob Carlborg

Re: Bounty for -minimal compiler flag

2014-02-17 Thread Jacob Carlborg
by the GC or by delete/scope. With Object.dispose in D1 Tango it is possible. -- /Jacob Carlborg

Re: Bounty for -minimal compiler flag

2014-02-16 Thread Jacob Carlborg
? In D1 Tango added a new method, dispose, to Object. This method is called when an object is destroyed either when calling delete or when going out of scope for scope declared objects. -- /Jacob Carlborg

Re: Bounty for -minimal compiler flag

2014-02-16 Thread Jacob Carlborg
On Sunday, 16 February 2014 at 11:43:22 UTC, Jacob Carlborg wrote: In D1 Tango added a new method, dispose, to Object. This method is called when an object is destroyed either when calling delete or when going out of scope for scope declared objects. Forgot to say, other GC objects

Re: std.serialization

2014-02-16 Thread Jacob Carlborg
than opt-in. Can it serialize through base class references? -- /Jacob Carlborg

Re: std.serialization

2014-02-16 Thread Jacob Carlborg
/jacob-carlborg/orange [2] https://github.com/jacob-carlborg/orange/wiki/Base-Class -- /Jacob Carlborg

Re: std.serialization

2014-02-16 Thread Jacob Carlborg
of the selected serialization format. I don't see why that is required. -- /Jacob Carlborg

Re: std.serialization

2014-02-16 Thread Jacob Carlborg
std.serialization am working on, will have some small differences to the current API of Orange. Although I'm hoping it will be much more flexible then current API. -- /Jacob Carlborg

Re: std.serialization

2014-02-16 Thread Jacob Carlborg
it? Unfortunately the only why to get a value of field by reflection requires the static type to be known. When serializing through a base class reference the static type is lost. Therefore it's required to register the subclass, one way or another. -- /Jacob Carlborg

Re: std.serialization

2014-02-16 Thread Jacob Carlborg
). Unfortunately no. I have worked on adapting a range interface and also making the current requirements for implementing an archiver (format) more flexible. -- /Jacob Carlborg

Re: Bounty for -minimal compiler flag

2014-02-15 Thread Jacob Carlborg
On 2014-02-15 05:55, 1100110 wrote: 6) unittests (silent failure) These should be kept since they can be accessed with __traits(getUnitTests) -- /Jacob Carlborg

Re: std.serialization

2014-02-14 Thread Jacob Carlborg
for the XMLArchive. The entire JSON (de)serialization, which *includes* both the lexer and parser is only 900 lines. The reason for that might be: 1. XML is untyped unlike JSON 2. It supports quite a lot of features that most other serialization libraries don't support -- /Jacob Carlborg

Re: Bounty for -minimal compiler flag

2014-02-14 Thread Jacob Carlborg
it should be possible to just disabled the ModuleInfo part and then use __traits(getUnitTests) instead. -- /Jacob Carlborg

<    2   3   4   5   6   7   8   9   10   11   >