!dWFZuHvkEZxYDopEzK:matrix.org

tooling

5992 Members
Let's use this to discuss all Nim tooling. For example Nimble, Atlas, and various editor integrations. Relayed to #nimble on libera.chat and #tooling in our Discord20 Servers

Load older messages


SenderMessageTime
12 Dec 2024
@elegantbeef:matrix.orgElegantbeefIt has not progressed whatsoever visually08:07:14
@elegantbeef:matrix.orgElegantbeefWait a moment that was a debug nimble build I believe08:07:46
@_discord_726017160115126333:t2bot.iojmgomez Thats odd, I just tested it locally and it worked fine. There is a before install hook that is supposed to run the git submodule update --init cmd 08:09:42
@elegantbeef:matrix.orgElegantbeef Well using nimble 0.16.4 it did not 08:10:02
@elegantbeef:matrix.orgElegantbeef.3*08:10:10
@_discord_726017160115126333:t2bot.iojmgomez You can also download a binary directly https://github.com/nim-lang/nimble/releases/tag/latest 08:10:38
@elegantbeef:matrix.orgElegantbeefWell I just built it, it took like 10 seconds08:10:56
@_discord_726017160115126333:t2bot.iojmgomez what about the SAT issue? 08:15:12
@elegantbeef:matrix.orgElegantbeefWell right now I'm starring at it doing nothing afaict08:15:35
@elegantbeef:matrix.orgElegantbeefSo I cannot reproduce the SAT issue cause it seems to be stuck at trying to solve the deps08:15:52
@_discord_726017160115126333:t2bot.iojmgomez if the graph is too large likely is building the cache, it now enumerates multiple version of the dependencies 08:17:22
@elegantbeef:matrix.orgElegantbeefThere are probably only like 30 deps08:18:35
@elegantbeef:matrix.orgElegantbeef

Like this is nimble deps --solver: legacy

mindthegap3d
  nim >= 1.6.0
  truss3D 0.2.43(resolved 0.2.43)
    nim >= 1.5.1
    pixie >= 2.1.1(resolved 5.0.7)
      nim >= 1.4.8
      vmath >= 1.1.4(resolved 2.0.0)
        nim >= 1.4.0
      chroma >= 0.2.6(resolved 0.2.7)
        nim >= 1.0.0
      zippy >= 0.10.3(resolved 0.10.16)
        nim >= 1.0.10
      flatty >= 0.3.4(resolved 0.3.4)
        nim >= 1.0.0
      nimsimd >= 1.2.4(resolved 1.3.0)
        nim >= 1.0.0
      bumpy >= 1.1.1(resolved 1.1.2)
        nim >= 1.2.2
        vmath >= 1.1.4(resolved 2.0.0)
          nim >= 1.4.0
      crunchy >= 0.1.0(resolved 0.1.11)
        nim >= 1.4.8
        nimsimd >= 1.2.4(resolved 1.3.0)
          nim >= 1.0.0
    sdl2_nim >= 2.0.14.1(resolved 2.0.14.3)
      nim >= 0.12.0
      winim >= 3.6.0(resolved 3.9.4)
        nim >= 1.0.0
      x11 >= 1.1(resolved 1.2)
        nim > 0.9.2
    vmath >= 2.0.0(resolved 2.0.0)
      nim >= 1.4.0
    opengl >= 1.2.6(resolved 1.2.9)
      nim >= 0.11.0
      x11 >= 1.1(resolved 1.2)
        nim > 0.9.2
    assimp >= 0.1.3(resolved 0.1.6)
      nim >= 0.18.0
    miniaudio >= 0.1.1(resolved 0.1.2)
      nim >= 1.6.6
  potato 0.1.10(resolved 0.1.10)
    nim >= 2.0.8
    checksums >= 0.2.1(resolved 0.2.1)
      nim >= 2.0.0
  constructor@any(resolved 1.2.1)
    nim >= 1.2.0
    micros >= 0.1.6(resolved 0.1.16)
      nim >= 1.6.4
  frosty@any(resolved 3.0.0)
    balls > 2.0.0 & < 4.0.0(resolved 3.9.12)
      grok >= 0.5.0 & < 1.0.0(resolved 0.6.4)
      ups < 1.0.0(resolved 0.4.0)
        npeg >= 0.23.2 & < 2.0.0(resolved 1.3.0)
          nim >= 0.19.0

08:19:06
@elegantbeef:matrix.orgElegantbeefSeems it might be frosty08:23:00
@_discord_726017160115126333:t2bot.iojmgomez yeah, that may explain it. We need to make it faster but first it needs to work reliably. It would be great if you can submit an issue with your requirements 08:23:16
@elegantbeef:matrix.orgElegantbeefYea frosty seems to be the culrpit08:24:00
@elegantbeef:matrix.orgElegantbeefculprit even08:24:04
@elegantbeef:matrix.orgElegantbeefI guess not directly08:25:32
@elegantbeef:matrix.orgElegantbeef whoops wrong command 08:27:24
@elegantbeef:matrix.orgElegantbeefYep frosty throws a wrench into the SAT it seems08:27:59
@elegantbeef:matrix.orgElegantbeefMaking an issue08:28:03
@adajane:matrix.orgfaith is the greatest 🙏 changed their profile picture.08:43:44
@_discord_726017160115126333:t2bot.iojmgomez been, can you test nimble --maximumTaggedVersions:1 install -l ? 09:52:42
@_discord_726017160115126333:t2bot.iojmgomez * beef, can you test nimble --maximumTaggedVersions:1 install -l ? 09:52:48
@elegantbeef:matrix.orgElegantbeef
/tmp/nimble --maximumTaggedVersions:1 install -l --verbose
   Warning: Using project local deps mode
      Info: Package cache path /home/jason/.nimble/pkgcache
  Warning:  Nimble data file "/tmp/test/nimbledeps/nimbledata2.json" is not found.
    Reading official package list
Downloading Official package list
     Trying https://raw.githubusercontent.com/nim-lang/packages/master/packages.json
    Success Package list downloaded.
    Reading official package list
    Reading official package list

Nope

10:01:51
@_discord_726017160115126333:t2bot.iojmgomez Ok, found the issue. A fix is coming soon, thanks! 10:49:41
@_discord_1075049519827386440:t2bot.io__ferry__ joined the room.12:20:53
@_discord_337978877421027329:t2bot.io@@prestosilver changed their profile picture.20:15:32
13 Dec 2024
@coretx:matrix.orgcoretx set a profile picture.00:08:57
@_discord_1017844865133969558:t2bot.iopipster6731 joined the room.02:24:43

There are no newer messages yet.


Back to Room ListRoom Version: 6