Manu Evans

Results 84 issues of Manu Evans

I need to start doing ARM/RISC-V/XTENSA builds... LDC can target these platforms with compiler flags, but I'm not sure how to support this in the VS configuration matrix. The wizard...

Oh man, this is annoying! https://github.com/premake/premake-core/commit/74e689f651e3f31c0f3d6694649dcb60df4a68ae I was using that! It would have been nice if someone asked me to update it rather than delete it all... this is quite...

meta

``` 1>C:\dev\D\dmd2\windows\bin\..\..\src\druntime\import\core\internal\hash.d(298): warning : cannot inline function `core.internal.hash.hashOf!(const(void)*).hashOf` 1>C:\dev\D\dmd2\windows\bin\..\..\src\druntime\import\core\internal\convert.d(787): warning : cannot inline function `core.internal.convert.toUbyte!(Variant).toUbyte` 1>C:\dev\D\dmd2\windows\bin\..\..\src\druntime\import\core\internal\convert.d(787): warning : cannot inline function `core.internal.convert.toUbyte!(Value).toUbyte` 1>C:\dev\D\dmd2\windows\bin\..\..\src\druntime\import\core\internal\convert.d(748): warning : cannot inline function `core.internal.convert.toUbyte!(Flags).toUbyte` 1>C:\dev\D\dmd2\windows\bin\..\..\src\druntime\import\core\internal\hash.d(298):...

It is alleged that this is a frontend issue that breaks LDC: https://github.com/ldc-developers/ldc/issues/4882

Feature:alias

```c #if __has_attribute(deprecated) \ || PCAP_IS_AT_LEAST_GNUC_VERSION(4,5) \ || PCAP_IS_AT_LEAST_SUNC_VERSION(5,13) /* * Compiler that supports __has_attribute and __attribute__((deprecated)), * or GCC 4.5 and later, or Sun/Oracle C 12.4 (Sun C 5.13)...

Severity:Enhancement
Feature:ImportC

I feel like I've seen this error several times before, although I haven't yet isolated the code in this case (because there's no reference to the source code, so I...

This is kinda bad: The semantic server is using an astonishing amount of memory. Way more than my browsers with hundreds of tabs open :/ I noticed because random apps...

VisualD is really just not working well for me still. Goto definition almost never works, even in situations where there are no templates in sight. It's also still extremely slow....

So I added a .c file to my project ```C #pragma attribute(push, nothrow, nogc) #if defined(_WIN32) # include "pcap.h" #endif ``` By default, Visual Studio treats it as a C/C++...