▾ modified flake.lock +5 -5 Viewed
@@ -110,16 +110,16 @@ 110 110 "jolt-native": { 111 111 "flake": false, 112 112 "locked": { 113 - "lastModified": 1788237272, 114 - "narHash": "sha256-JdiPynqnCGSlQ7IBB9eMyLwk5WHiLSCDBLcMu7I156o=", 113 + "lastModified": 1788324929, 114 + "narHash": "sha256-EqvQn/ZUxrWJPXVlMvJkCUeHWemElG8wzPveGyRmaX8=", 115 115 "ref": "refs/heads/main", 116 - "rev": "fd0e21a6c5d745ff9d134f92f909665454a7a1c9", 117 - "revCount": 25, 116 + "rev": "a9f3673367a8f0d3dd7d6ab1d380484d1df795c1", 117 + "revCount": 30, 118 118 "type": "git", 119 119 "url": "https://gitlab.com/nandithebull/jolt-native" 120 120 }, 121 121 "original": { 122 - "rev": "fd0e21a6c5d745ff9d134f92f909665454a7a1c9", 122 + "rev": "a9f3673367a8f0d3dd7d6ab1d380484d1df795c1", 123 123 "type": "git", 124 124 "url": "https://gitlab.com/nandithebull/jolt-native" 125 125 }
@@ -110,16 +110,16 @@ 110 "jolt-native": { 110 "jolt-native": { 111 "flake": false, 111 "flake": false, 112 "locked": { 112 "locked": { 113 - "lastModified": 1788237272, 113 + "lastModified": 1788324929, 114 - "narHash": "sha256-JdiPynqnCGSlQ7IBB9eMyLwk5WHiLSCDBLcMu7I156o=", 114 + "narHash": "sha256-EqvQn/ZUxrWJPXVlMvJkCUeHWemElG8wzPveGyRmaX8=", 115 "ref": "refs/heads/main", 115 "ref": "refs/heads/main", 116 - "rev": "fd0e21a6c5d745ff9d134f92f909665454a7a1c9", 116 + "rev": "a9f3673367a8f0d3dd7d6ab1d380484d1df795c1", 117 - "revCount": 25, 117 + "revCount": 30, 118 "type": "git", 118 "type": "git", 119 "url": "https://gitlab.com/nandithebull/jolt-native" 119 "url": "https://gitlab.com/nandithebull/jolt-native" 120 }, 120 }, 121 "original": { 121 "original": { 122 - "rev": "fd0e21a6c5d745ff9d134f92f909665454a7a1c9", 122 + "rev": "a9f3673367a8f0d3dd7d6ab1d380484d1df795c1", 123 "type": "git", 123 "type": "git", 124 "url": "https://gitlab.com/nandithebull/jolt-native" 124 "url": "https://gitlab.com/nandithebull/jolt-native" 125 } 125 }
▾ modified flake.nix +7 -3 Viewed
@@ -29,15 +29,19 @@ 29 29 flake = false; 30 30 }; 31 31 32 - # v0.1.3, which is the rev deps.edn and the scripts/*.dotslash pins both 33 - # name. Pinned, and pinned to that: this input carries both halves of 32 + # Ahead of v0.1.3, which is what deps.edn and the scripts/*.dotslash pins 33 + # name — and deliberately: the pins are the last release, and this is what 34 + # `just run` builds, so a change to jolt-native can be run before there is 35 + # a release to fetch. The two meet again at `just bump`. 36 + # 37 + # Pinned all the same, and pinned to a rev: this input carries both halves of 34 38 # glimmer-vidya — libvidya, and the Jolt side that binds it — so an 35 39 # unpinned `main` is a build whose native half is free to sit at a 36 40 # different commit from the tree that talks to it. It did, and what the 37 41 # drift cost was silence: the Jolt half sent a reaction pill's hover card 38 42 # to a libvidya with no handler for one, and the pill said nothing. 39 43 jolt-native = { 40 - url = "git+https://gitlab.com/nandithebull/jolt-native?rev=fd0e21a6c5d745ff9d134f92f909665454a7a1c9"; 44 + url = "git+https://gitlab.com/nandithebull/jolt-native?rev=a9f3673367a8f0d3dd7d6ab1d380484d1df795c1"; 41 45 flake = false; 42 46 }; 43 47
@@ -29,15 +29,19 @@ 29 flake = false; 29 flake = false; 30 }; 30 }; 31 31 32 - # v0.1.3, which is the rev deps.edn and the scripts/*.dotslash pins both 32 + # Ahead of v0.1.3, which is what deps.edn and the scripts/*.dotslash pins 33 - # name. Pinned, and pinned to that: this input carries both halves of 33 + # name — and deliberately: the pins are the last release, and this is what 34 + # `just run` builds, so a change to jolt-native can be run before there is 35 + # a release to fetch. The two meet again at `just bump`. 36 + # 37 + # Pinned all the same, and pinned to a rev: this input carries both halves of 34 # glimmer-vidya — libvidya, and the Jolt side that binds it — so an 38 # glimmer-vidya — libvidya, and the Jolt side that binds it — so an 35 # unpinned `main` is a build whose native half is free to sit at a 39 # unpinned `main` is a build whose native half is free to sit at a 36 # different commit from the tree that talks to it. It did, and what the 40 # different commit from the tree that talks to it. It did, and what the 37 # drift cost was silence: the Jolt half sent a reaction pill's hover card 41 # drift cost was silence: the Jolt half sent a reaction pill's hover card 38 # to a libvidya with no handler for one, and the pill said nothing. 42 # to a libvidya with no handler for one, and the pill said nothing. 39 jolt-native = { 43 jolt-native = { 40 - url = "git+https://gitlab.com/nandithebull/jolt-native?rev=fd0e21a6c5d745ff9d134f92f909665454a7a1c9"; 44 + url = "git+https://gitlab.com/nandithebull/jolt-native?rev=a9f3673367a8f0d3dd7d6ab1d380484d1df795c1"; 41 flake = false; 45 flake = false; 42 }; 46 }; 43 47