10 Dec 2024 |
| pookie_lovesyou. joined the room. | 03:13:02 |
| vexx5528_27175 joined the room. | 04:00:00 |
| v3zzzzy joined the room. | 04:04:38 |
| megabytesofrem changed their profile picture. | 08:05:08 |
arm_3_d | Hi, in nimble is there a way to replace transitive dependency with another one by preventing downloading former? | 08:57:25 |
arm_3_d | transitive is required by name from nimble directory, replacement is by github URL | 08:58:09 |
arm_3_d | I tried to add require <github url> to project nimble, but still getting conflicts | 08:58:48 |
| _.heartlove._ changed their profile picture. | 12:43:38 |
| @gtemrk_01:matrix.org joined the room. | 17:00:21 |
| nim-lang-mjolnir banned @gtemrk_01:matrix.org (spam). | 17:00:57 |
11 Dec 2024 |
| @sharonne:matrix.org joined the room. | 06:31:04 |
| nim-lang-mjolnir banned @sharonne:matrix.org (spam). | 06:31:11 |
| haruyuki_16278 joined the room. | 09:06:03 |
| whorf changed their profile picture. | 13:35:27 |
| ryan.heuvel joined the room. | 14:16:18 |
| Sabrinanichole 123 joined the room. | 18:10:36 |
| that_dude. changed their profile picture. | 23:37:41 |
12 Dec 2024 |
Elegantbeef | So trying the SAT in Nimble and it's saying that these are conflicting
Error Dependency resolution failed. Minimal set of conflicting dependencies:
...
... + nim >= 1.6.0
... + https://github.com/beef331/truss3D 0.2.43
... -nim >= 1.5.1
... + https://github.com/beef331/potato 0.1.10
... -nim >= 2.0.8
... + constructor any version
... -nim >= 1.2.0
Am I misunderstanding something cause >= 2.0.8 is the min required version no?
| 05:19:19 |
nasuray | Curious , is it expecting the minimum of the root package to match the resolved minimum? (I'm assuming that the first version specifier for nim is from the nimble file for the module you are compiling) | 06:00:48 |
| jamalsmith6271 joined the room. | 07:53:24 |
jmgomez | Hey beef, can you test with the latest nimble from sources? We have been fixing SAT issues and likely this is one of them | 07:56:03 |
Elegantbeef |
/home/jason/.nimble/pkgcache/githubcom_nimlangnimble_#head/src/nimble.nim(11, 11) Error: cannot open file: sat/sat
No
| 07:56:44 |
jmgomez | Run git submodule update --init | 07:58:41 |
Elegantbeef | I was trying to install it using nimble as it worked in previous versions | 07:58:56 |
Elegantbeef | Well with the newest it just sits here and has not done much of anything
/tmp/nimble/nimble build --verbose
Info: Package cache path /home/jason/.nimble/pkgcache
Info: Nimble data file "/home/jason/.nimble/nimbledata2.json" has been loaded.
| 08:04:16 |
jmgomez | Didnt nimble install nimble@#head that worked? | 08:04:40 |
Elegantbeef | It did not it had the SAT issue | 08:04:50 |
Elegantbeef | nimble.nim(11, 11) Error: cannot open file: sat/sat was from nimble install | 08:05:16 |
jmgomez | hmm thats building your project or nimble itself? It may take longer than usual in the first run | 08:06:22 |
Elegantbeef | Longer by how long, i'm on a 5600x and it's been here for a few minutes now | 08:06:44 |