If you never seen Meson before then pick up a camera and take a
picture:
π€ π https://mesonbuild.com/
Hello, everyone.
I started adding continues integration as part of my development
cycle and I was wondering how would I write a '.travis.yml' file
for a D language project using Meson build sy
If you never seen Meson before then set down and take a look:
π€ π https://mesonbuild.com/
Quick question.
I started integrating ci/cd best practices to my Meson projects
and I was wondering how would I know if AppVayer is parsing my
yaml file? I know I got a failed build because it was set to
On Tuesday, 16 July 2019 at 22:24:32 UTC, Mike Brockus wrote:
If you never seen Meson before then set down and take a look:
π€ π https://mesonbuild.com/
Quick question.
I started integrating ci/cd best practices to my Meson projects
and I was wondering how would I know if AppVayer is parsing my
If you never seen Meson before then pick up a camera and take a
picture:
π€ π https://mesonbuild.com/
Quick question.
I started integrating ci/cd best practices to my Meson projects
and I was wondering how would I know if AppVayer is parsing my
yaml file? I know I got a failed build because it
On Wednesday, 17 July 2019 at 18:42:20 UTC, Paul Backus wrote:
On Wednesday, 17 July 2019 at 17:03:16 UTC, Mike Brockus wrote:
If you never seen Meson before then pick up a camera and take
a picture:
π€ π https://mesonbuild.com/
Quick question.
I started integrating ci/cd best practices to my M
Hello everyone I am a Meson build system user and I am new to the
D language, just wondering if there are compiler flags that I
should add, unit testing frameworks, any good practices I can
follow and or anything like that also some resources would be
helpful thanks. (:
On Wednesday, 8 May 2019 at 10:28:26 UTC, Andre Pany wrote:
On Monday, 6 May 2019 at 19:52:23 UTC, Mike Brockus wrote:
Hello everyone I am a Meson build system user and I am new to
the D language, just wondering if there are compiler flags
that I should add, unit testing frameworks, any good pr
Hello there this is your hometown Meson build system user here
just happen to have a
question related to unit testing in D.
So is there a way to run the unit-test in the test main as a
costume test runner in
"test/test.d", and run the executable program in "src/main.d",
with this resulting in
On Sunday, 19 May 2019 at 07:46:11 UTC, Johannes Loher wrote:
Am 18.05.19 um 08:20 schrieb Mike Brockus:
Hello there this is your hometown Meson build system user here
just
happen to have a
question related to unit testing in D.
So is there a way to run the unit-test in the test main as a
cos
On Tuesday, 21 May 2019 at 03:07:20 UTC, Johannes Loher wrote:
On Sunday, 19 May 2019 at 16:47:39 UTC, Mike Brockus wrote:
On Sunday, 19 May 2019 at 07:46:11 UTC, Johannes Loher wrote:
Am 18.05.19 um 08:20 schrieb Mike Brockus:
[...]
Hey there,
I already tried to answer your questions on re
On Tuesday, 21 May 2019 at 10:59:40 UTC, Russel Winder wrote:
On Tue, 2019-05-21 at 05:21 +, Mike Brockus via
Digitalmars-d-learn wrote:
[β¦]
The solution from Reddit solves the problem for 'dub' but as
part of my project C to D I wanted to use Meson and run test
with w
On Thursday, 23 May 2019 at 06:14:11 UTC, Russel Winder wrote:
On Thu, 2019-05-23 at 04:21 +, Mike Brockus via
Digitalmars-d-learn wrote:
[β¦]
That is cool that Atila was kind enough to accept the
meson.build file. But how do I use the written meson.build
that is apparently in the
How can I structure a Meson build project in D to use dub as a
method for dependencies like urld, d2sqlite or unit-threaded?
If that is not what Meson users of D do then what is the pure
Meson of things way?
C https://github.com/squidfarts/c-example
D https://github.com/squidfarts/d-example
On Tuesday, 28 May 2019 at 18:13:17 UTC, GoaLitiuM wrote:
On Tuesday, 28 May 2019 at 18:11:09 UTC, Mike Brockus wrote:
How can I structure a Meson build project in D to use dub as a
method for dependencies like urld, d2sqlite or unit-threaded?
If that is not what Meson users of D do then what
If you never herd about Meson before:
π€. https://mesonbuild.com/
I was surprised to find out about Visual D. And now Iβm getting
concerned about whether my current D projects will work on
windows beings that I am about to move my operations on a Windows
computer.
Where can I find a referenc
If you never herd about Meson before:
π€. https://mesonbuild.com/
Hay there I was just wondering, what is the D equivalent to C++
Boost and or Poco libraries?
Just wondering because I would like to start playing with other
developers libraries and use them in a collection of examples for
the
On Wednesday, 5 June 2019 at 10:48:37 UTC, 9il wrote:
On Wednesday, 5 June 2019 at 01:20:46 UTC, Mike Brockus wrote:
If you never herd about Meson before:
π€. https://mesonbuild.com/
Hay there I was just wondering, what is the D equivalent to
C++ Boost and or Poco libraries?
Just wondering be
On Wednesday, 5 June 2019 at 09:45:53 UTC, Jacob Carlborg wrote:
On 2019-06-05 03:19, Mike Brockus wrote:
Where can I find a reference for compiler flags?
Here's the reference [1]. You can also run "dmd --help" to
print out the available flags. [1] might not be up to date.
[1] https://dlan
If you never herd about Meson before:
π€. https://mesonbuild.com/
I am wondering as to what options are available for a Meson build
user when unit testing?
What I am trying todo is simply rewrite my C17 project reference
templates to D versions so I may show other developers the basic
structu
On Friday, 21 June 2019 at 17:52:43 UTC, Mike Wey wrote:
On 21-06-2019 06:08, Mike Brockus wrote:
[...]
If you are using the D unittests in your source you can
recompile the same source with `d_unittest: true`, the
appstream-generator project does this:
https://github.com/ximion/appstream-g
On Saturday, 22 June 2019 at 13:51:10 UTC, Paul Backus wrote:
On Friday, 21 June 2019 at 22:35:55 UTC, Mike Brockus wrote:
On Friday, 21 June 2019 at 17:52:43 UTC, Mike Wey wrote:
On 21-06-2019 06:08, Mike Brockus wrote:
[...]
If you are using the D unittests in your source you can
recompil
On Monday, 27 May 2019 at 16:49:45 UTC, Russel Winder wrote:
On Mon, 2019-05-27 at 16:13 +, Mike Brockus via
Digitalmars-d-learn wrote:
[β¦]
I tried that custom command voodoo then I tried to use 'dub'
as a method for hunting down dependencies. Basically got
something
If you never seen Meson before then pick up a camera and take a
picture:
π€ π https://mesonbuild.com/
Hometown Meson user here simply just wondering how can I tell Dub
to use dmd to compile my dependence in Meson? Itβs one of the
last things blocking me from having healthy D Meson projects tha
23 matches
Mail list logo