Search results

Jump to: navigation, search
  • ...#9888;</span> This is an archive of DIPs created before 2016-07-01. Please check the [https://github.com/dlang/DIPs new repository] for an up-to-date list a | Add more implicit conversion options for user-defined types.
    9 KB (1,188 words) - 22:34, 13 July 2016
  • For an automatically updated GUI library list in [[DUB]] please check the [https://code.dlang.org/?category=library.gui&limit=100 GUI category]. ...out = GTK+ is a highly usable, feature rich toolkit for creating graphical user interfaces which boasts cross platform compatibility and an easy to use API
    6 KB (769 words) - 02:29, 14 September 2023
  • You can also check [https://github.com/dlang/dlang.org/blob/master/CONTRIBUTING.md the dlang.o ...ser to write the prologue and epilogue with each document, DDoc allows the user to define them in a single place (the <tt>DDOC</tt> macro definition) and t
    27 KB (4,396 words) - 12:53, 18 June 2019
  • ...butions already provide recent LLVM dev packages, sometimes in the form of user-curated package repositories (PPA, …). If a recent LLVM package is availa Check out the [http://llvm.org/docs/CMake.html#llvm-specific-variables LLVM CMake
    10 KB (1,573 words) - 22:08, 6 April 2022
  • ...s a similar LLVM/LDC-specific variant based on <tt>ldc.llvmasm.__asm</tt>. Check out [[LDC inline assembly expressions]] for more information. ...ht of as a "default implementation" of that symbol, that is overridable by user code.
    21 KB (3,125 words) - 13:03, 31 July 2021
  • ...ther compiler. It comes with two different »drivers«, i.e. executables a user invokes to compile D code: ...appends those flags to the underlying ldc2 cmdline (use <tt>-vdmd</tt> to check the ldc2 cmdline).<br>ldmd2 forwards unknown command-line options to ldc2,
    4 KB (599 words) - 10:27, 7 August 2023
  • ...our data to, say, a backup file in one format, but output your data to the user in another format. How would you do this? ...fier that is implied if no format string is passed to writeln (& friends). Check for fmt.spec to equal whatever custom specifier letter you wish, say 'z'.
    8 KB (1,108 words) - 10:12, 14 November 2014
  • ...are taken. For example if the @override property is found in a function, a check is made to see if it indeed overrides a base function. If @deprecated is fo ...error). Also at this first stage, a user cannot define new annotations. A user cannot inspect annotations. The first stage will just help introducing anno
    4 KB (619 words) - 05:20, 17 January 2013
  • ** A locale part, std.i18n.locale which should detect a user's default lanaguage, select a global application lanaguage, and provide typ ...-xml-dev/files/head:/std/xmlp/ here]. Another bit of code you may want to check out for ideas is Adam D. Ruppe's [https://github.com/adamdruppe/arsd dom.d]
    14 KB (2,288 words) - 04:08, 31 December 2016
  • ...erarchy of standard exception classes, to be used in druntime, Phobos, and user code. ...ary for users to define their own exception classes, and when they do, the user-defined exceptions should naturally fit into one of the standard categories
    19 KB (2,557 words) - 19:26, 1 April 2013
  • This has the benefit of enabling a macro to check variables that are "passed" to it as well as modify it. A declaration macro is a macro that acts like a user defined attribute. It can be
    14 KB (2,079 words) - 19:52, 1 September 2015
  • Dconf13 introduced safe references enabled by a runtime check (see email thread from Walter: ([http://forum.dlang.org/post/km3k8v$80p$1@d * scheme A: the user annotates the ref return functions on his own (just a choice between inref
    7 KB (1,160 words) - 16:48, 26 May 2013
  • ...DIP38: can use same inref/outref internal compiler annotation (or explicit user annotation) for input references that can be returned by ref by a function. ...With the one introduced in Dconf13, it would be guaranteed with a runtime check.
    9 KB (1,487 words) - 01:18, 13 May 2013
  • <code>@selector</code> is a compiler recognized UDA (User Defined Attribute) declared in The compiler will not emit any runtime check when casting to a base type.
    22 KB (3,155 words) - 14:44, 28 December 2014
  • make check-d make check-d RUNTESTFLAGS="--xml"
    7 KB (1,001 words) - 22:38, 27 November 2018
  • | '''-fno-bounds-check'''||Don't generate runtime code for checking array bounds before indexing. ...Don't recognize built-in functions. It only goes as far as not recognizing user declared functions as being built-in. The compiler may still generate buil
    10 KB (1,432 words) - 16:07, 9 June 2022
  • Can't we have something like callscope->x which check for the closest x in ancestor stack frames? Could that be a reason, to turn B from a stupid service into an user (or even instructor) for A?
    14 KB (2,212 words) - 14:27, 15 June 2016
  • ...is difficult to automate.) A benchmarking framework could just require the user to define benchmark functions (e.g. starting with 'benchmark_') and would t *** Check and update the Posix bindings in Druntime.
    18 KB (2,945 words) - 20:23, 1 September 2015
  • ...pause erratically, while not fatal to the program, can be annoying to the user. ...ld be where the program has just displayed a prompt for user input and the user has not responded yet. This reduces the odds that a collection cycle will b
    21 KB (3,112 words) - 03:45, 16 May 2019
  • ...ncurs a considerable performance impact and harms forward compatibility in user code, unless explicitly disabled everywhere as appropriate using the <tt>fi Note that <tt>@nogc</tt> can be used to statically check no GC allocations are made: https://dlang.org/spec/function.html#nogc-funct
    10 KB (1,622 words) - 12:20, 22 September 2022
  • ...he fastest possible non-atomic arithmetic. Cycles should be handled by the user, see an example at the end. Language interface is not considered, assess if ...rom the section. TODO: <code>__gshared</code> probably has race condition, user should try to minimize indirections.
    20 KB (2,909 words) - 01:54, 14 February 2018
  • This DIP proposes solution for user-defined types with semantics similar to those of built-in template argument # check for presence of those when matching operation is attempted on template symb
    5 KB (786 words) - 16:31, 13 July 2014
  • ** User-generated foldings via ...p''</i> menu (Windows) or the ''Xamarin Studio'' menu (OSX) and select <i>'Check for updates'</i>.
    11 KB (1,661 words) - 11:21, 28 August 2023
  • ** A locale part, std.i18n.locale which should detect a user's default lanaguage, select a global application lanaguage, and provide typ ...-xml-dev/files/head:/std/xmlp/ here]. Another bit of code you may want to check out for ideas is Adam D. Ruppe's [https://github.com/adamdruppe/arsd dom.d]
    16 KB (2,611 words) - 23:08, 26 December 2016
  • ...tack. If visitedTypes contains <code>typeof(obj)</code>, compiler will not check <code>obj</code>'s subtypes. However, this change will break a lot of user code (simple alias this is present in the language for a long time) and res
    11 KB (1,657 words) - 09:59, 27 February 2023
  • (Replace <tt>USERNAME</tt> with your actual github user name.) Every user must be manually approved before the autotester will start testing their pu
    19 KB (3,064 words) - 18:28, 11 December 2019
  • * explicitate all user-defined operators, e.g. <tt>a + b</tt> becomes <tt>a.opBinary!"+"(b)</tt> ...in Phobos should have its own benchmark suite which is run for every PR to check for performance improvements or regressions.
    18 KB (2,845 words) - 18:07, 5 December 2017
  • ...for the aarch64 -> ldc2(version)-android-aarch64/lib-x86_64 For reference, check ndk abi guide from official android site: [https://developer.android.com/nd ...arsc</tt>, and <tt>libs/$APK_DIR/libnative-activity.so</tt>, which you can check with the following <tt>aapt</tt> command.
    18 KB (2,884 words) - 20:14, 11 May 2024
  • * Do your tests cover all cases? (you can check code coverage in the resulting <code>module.lst</code> of <code>rdmd -cov - * Check the output of CyberShadows's DAutoTest of the documentation (or run [https:
    11 KB (1,786 words) - 09:38, 12 March 2024
  • ...or in <tt>stdin</tt>. The directive <tt>// CHECK: LDC is awesome</tt> will check that "LDC is awesome" appears in <tt>stdin</tt>. FileCheck will succeed whe // CHECK: fmul fast
    12 KB (1,973 words) - 15:17, 16 May 2021
  • For example, to prepare for link-time optimization between your user code and the static runtime libraries, you can recompile the runtime librar ...piler): Add '''CMAKE_C_COMPILER_WORKS=1''' and it will skip the C compiler check. </li>
    6 KB (740 words) - 20:29, 3 February 2023
  • ...in Phobos should have its own benchmark suite which is run for every PR to check for performance improvements or regressions. * A locale part, std.i18n.locale which should detect a user's default lanaguage, select a global application lanaguage, and provide typ
    34 KB (5,227 words) - 09:35, 2 October 2019
  • ...fined D API (e.g. `rt.assert.onAssertFailure(...)`). The compiler can then check if it finds `rt.assert.onFailure`. If not, the compiler can the simply disa ...in Phobos should have its own benchmark suite which is run for every PR to check for performance improvements or regressions.
    26 KB (4,057 words) - 09:39, 2 October 2019