On Monday, 14 October 2019 at 18:49:04 UTC, Jacob Carlborg wrote:
On 2019-10-14 07:36, Joel wrote:
I use Home Brew (brew upgrade dmd, and brew upgrade dub)
Brew is only up to 2.087.1 at the moment - John Colvin seems
to be the man that mantains dmd with brew.
You can use DVM [1] to install t
On Monday, 14 October 2019 at 19:27:04 UTC, Andre Pany wrote:
[snip]
I found this tool https://github.com/gtkd-developers/gir-to-d
from Mike Wey which translates GObject GIR files to D headers.
It might be interesting for some of this functionality to get
included in dpp.
On Monday, 14 October 2019 at 17:00:56 UTC, John Colvin wrote:
Different ability to access a property depending if I'm inside
something else when I look?
[snip]
You're attempting to call one of S's member functions without an
instance of S to call it on. Reduced version:
struct S
{
int
On Monday, 14 October 2019 at 09:39:11 UTC, Andre Pany wrote:
Hi,
did someone has some info or even an example of reading Parquet
files from D?
Parquet is part of Arrow (https://github.com/apache/arrow/). It
has C and C++
headers. The C headers using GObject Introspection. Maybe that
is the
On 2019-10-14 09:29, Robert M. Münch wrote:
=> nm /usr/lib/system/libdyld.dylib | grep _dyld_enumerate_tlv_storage
00017eca T _dyld_enumerate_tlv_storage
Strange, the output shows that the symbol is present.
--
/Jacob Carlborg
On 2019-10-14 07:36, Joel wrote:
I use Home Brew (brew upgrade dmd, and brew upgrade dub)
Brew is only up to 2.087.1 at the moment - John Colvin seems to be the
man that mantains dmd with brew.
You can use DVM [1] to install the latest version of DMD.
[1] https://github.com/jacob-carlborg/dv
Different ability to access a property depending if I'm inside
something else when I look?
struct S
{
int a;
static int b;
int c() { return a; }
static int d() { return 3; }
int e() @property { return a; }
static int f() @property { return 3; }
}
void foo(S s)
{
prag
On Monday, 14 October 2019 at 16:05:34 UTC, Stefan Koch wrote:
On Monday, 14 October 2019 at 16:02:28 UTC, Marcel wrote:
It appears that the ABI specification only describes the
register convention for x86. Where can I find which registers
get preserved across function calls for 64-bit targets?
On Monday, 14 October 2019 at 16:02:28 UTC, Marcel wrote:
It appears that the ABI specification only describes the
register convention for x86. Where can I find which registers
get preserved across function calls for 64-bit targets?
It's the same as c++.
https://en.wikipedia.org/wiki/X86_call
It appears that the ABI specification only describes the register
convention for x86. Where can I find which registers get
preserved across function calls for 64-bit targets?
On Monday, 14 October 2019 at 11:14:50 UTC, Ron Tarrant wrote:
Hi all,
I've been thinking about how to take GtkDcoding to the next
level and one idea is to use (favourable) comments made here on
the forum to help promote the blog.
So, since I'm not clear on copyright law and how it affects
Hi all,
I've been thinking about how to take GtkDcoding to the next level
and one idea is to use (favourable) comments made here on the
forum to help promote the blog.
So, since I'm not clear on copyright law and how it affects forum
posts, I decided to ask...
1) Does anyone know how copyr
Hi,
did someone has some info or even an example of reading Parquet
files from D?
Parquet is part of Arrow (https://github.com/apache/arrow/). It
has C and C++
headers. The C headers using GObject Introspection. Maybe that is
the reason
why they look little bit different than usual C header
On Monday, 14 October 2019 at 05:36:44 UTC, Joel wrote:
On Friday, 11 October 2019 at 11:38:27 UTC, Jacob Carlborg
wrote:
[...]
I get this since Catalina:
Joel-Computer:VacSpace joelchristensen$ dub
Failed to invoke the compiler dmd to determine the build
platform: dyld: lazy symbol binding
On 2019-10-11 18:09:01 +, Jacob Carlborg said:
No, I don't think that's the problem. I have the same setup and I don't
have this problem.
Interesting... but the update seems to have solved the problem. Maybe
some old DMD compiler stuff lying around got in the way.
What result do you ge
15 matches
Mail list logo