SHOO

Results 26 issues of SHOO

In dmd 2.099.0-beta.1, I get four errors similar to the following. This pull request is a workaround. ``` source\botan\tls\channel.d(574,13): Error: `memutils.hashmap.HashMap!(ushort, ConnectionCipherState, ThreadMem).HashMap.opApply` called with argument types `(int delegate(ref const(ushort)...

Build fails in ldc x86 environment. `dub build -a=x86 --compiler=ldc2` (on Windows and Linux both) https://github.com/shoo/Cookbook/runs/1986323878?check_suite_focus=true#step:5:129 ``` ../../../.dub/packages/botan-15ff68b93eb60a9291c98e066fb1a94af66509d4/botan/source/botan/entropy/rdrand.d(72,23): Error: unknown opcode `rdrand` ``` I saw @etcimon discussing this in the...

This code should not warn `Variable a is never used.` ```d @safe unittest { int a; static assert(is(typeof(a))); } ``` Workaround: ```d @safe unittest { miixn(q{ int a; }); static...

bug

### System information - **dub version**: dub 1.29.0 - **OS Platform and distribution**: Windows 10, Linux Ubuntu 22.04 - **compiler version** ldc 1.30.0 ### Bug Description Crash when describing postBuildCommands....

Details of the issue report were commented on below: https://github.com/dlang/dub/issues/2443#issuecomment-1236344159

### System information - **dub version**: dub (master branch / commit: a8aa2341be8434b16630aba03958f70565ff3ad6) - **OS Platform and distribution**: Windows 11 - **compiler version** dmd-2.100.0 / ldc-1.30.0 ### Bug Description `test/git-dependency` is...

When a project contains a large number of modules, the dependencies become complicated and difficult to see. To improve this, we propose a grouping feature to summarize multiple modules into...

This request fixes errors caused by dmd disruptive changes.

とりあえず以下 - sqlite3 - MySQL

enhancement

Botanが再度使用可能になったため、過去に削除したコードを復活させます。