Thread overview
DUB error I can't make sense of
March 16

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?

March 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 ;)
March 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.

March 16

On Saturday, 16 March 2024 at 07:27:17 UTC, Richard (Rikki) Andrew Cattermole wrote:

> >

Do you?

module nxt.algorithm.comparsion;

comparsion doesn't look much like comparison to me ;)

I know. I'm crushed. Am I getting dislyctic? ;)