digitalmars.D.learn - DUB error I can't make sense of
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (7/7) Mar 16 https://github.com/nordlow/phobos-next/releases/tag/v0.6.10
- Richard (Rikki) Andrew Cattermole (3/14) Mar 16 ``module nxt.algorithm.comparsion;``
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (3/6) Mar 16 I know. I'm crushed. Am I getting dislyctic? ;)
- Per =?UTF-8?B?Tm9yZGzDtnc=?= (3/4) Mar 16 Fixed it. There was some invisible character that confused the
https://github.com/nordlow/phobos-next/releases/tag/v0.6.10 fails to build as ``` ../../.dub/cache/phobos-next/0.6.10/code/phobos-next-test-library-unittest-nyN4MEoglVgAJ1A9GyL6uA/dub test_root.d(11,15): Error: module `nxt.algorithm.comparsion` from file src/nxt/algorithm/comparison.d must be imported with 'import nxt.algorithm.comparsion;' ``` and I have no clue how to fix it. Do you?
Mar 16
On 16/03/2024 8:23 PM, Per Nordlöw wrote:https://github.com/nordlow/phobos-next/releases/tag/v0.6.10 fails to build as ``` ../../.dub/cache/phobos-next/0.6.10/code/phobos-next-test-library-unittest-nyN4MEoglVgAJ1A9GyL6uA/dub test_root.d(11,15): Error: module `nxt.algorithm.comparsion` from file src/nxt/algorithm/comparison.d must be imported with 'import nxt.algorithm.comparsion;' ``` and I have no clue how to fix it. Do you?``module nxt.algorithm.comparsion;`` comparsion doesn't look much like comparison to me ;)
Mar 16
On Saturday, 16 March 2024 at 07:27:17 UTC, Richard (Rikki) Andrew Cattermole wrote:I know. I'm crushed. Am I getting dislyctic? ;)Do you?``module nxt.algorithm.comparsion;`` comparsion doesn't look much like comparison to me ;)
Mar 16
On Saturday, 16 March 2024 at 07:23:09 UTC, Per Nordlöw wrote:Do you?Fixed it. There was some invisible character that confused the compiler.
Mar 16