www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - DUB error I can't make sense of

reply Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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
next sibling parent reply "Richard (Rikki) Andrew Cattermole" <richard cattermole.co.nz> writes:
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
parent Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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? ;)
Mar 16
prev sibling parent Per =?UTF-8?B?Tm9yZGzDtnc=?= <per.nordlow gmail.com> writes:
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