Skip to content

Commit 529519c

Browse files
committed
Upgrade deps and back to gleeunit
1 parent a7dac85 commit 529519c

26 files changed

+29
-35
lines changed

gleam.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ gleamy_structures = ">= 1.1.0 and < 2.0.0"
1414

1515
[dev-dependencies]
1616
qcheck = ">= 0.0.6 and < 1.0.0"
17-
glacier = ">= 1.1.0 and < 2.0.0"
17+
gleeunit = ">= 1.2.0 and < 2.0.0"

manifest.toml

+3-9
Original file line numberDiff line numberDiff line change
@@ -6,34 +6,28 @@ packages = [
66
{ name = "clip", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "clip", source = "hex", outer_checksum = "669BEA23D067F89B274A0E869533D2EC7C0DB1B5E650A03439C4558749945E94" },
77
{ name = "exception", version = "2.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "exception", source = "hex", outer_checksum = "F5580D584F16A20B7FCDCABF9E9BE9A2C1F6AC4F9176FA6DD0B63E3B20D450AA" },
88
{ name = "filepath", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "67A6D15FB39EEB69DD31F8C145BB5A421790581BD6AA14B33D64D5A55DBD6587" },
9-
{ name = "fs", version = "8.6.1", build_tools = ["rebar3"], requirements = [], otp_app = "fs", source = "hex", outer_checksum = "61EA2BDAEDAE4E2024D0D25C63E44DCCF65622D4402DB4A2DF12868D1546503F" },
10-
{ name = "glacier", version = "1.1.0", build_tools = ["gleam"], requirements = ["argv", "fs", "glacier_gleeunit", "gleam_community_ansi", "gleam_community_colour", "gleam_stdlib", "shellout", "simplifile"], otp_app = "glacier", source = "hex", outer_checksum = "FC194FE584147BA997BAA1D33305A64BFE3F01112DBC70D27A3AC491A4338CC7" },
11-
{ name = "glacier_gleeunit", version = "1.2.1001", build_tools = ["gleam"], requirements = ["argv", "gleam_stdlib"], otp_app = "glacier_gleeunit", source = "hex", outer_checksum = "F63ABBCE21DDBB0410B1365756BA4F897B504EA567A24462A1BC3291972FC981" },
129
{ name = "gleam_bitwise", version = "1.3.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_bitwise", source = "hex", outer_checksum = "B36E1D3188D7F594C7FD4F43D0D2CE17561DE896202017548578B16FE1FE9EFC" },
13-
{ name = "gleam_community_ansi", version = "1.4.1", build_tools = ["gleam"], requirements = ["gleam_community_colour", "gleam_stdlib"], otp_app = "gleam_community_ansi", source = "hex", outer_checksum = "4CD513FC62523053E62ED7BAC2F36136EC17D6A8942728250A9A00A15E340E4B" },
14-
{ name = "gleam_community_colour", version = "1.4.1", build_tools = ["gleam"], requirements = ["gleam_json", "gleam_stdlib"], otp_app = "gleam_community_colour", source = "hex", outer_checksum = "386CB9B01B33371538672EEA8A6375A0A0ADEF41F17C86DDCB81C92AD00DA610" },
1510
{ name = "gleam_deque", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_deque", source = "hex", outer_checksum = "64D77068931338CF0D0CB5D37522C3E3CCA7CB7D6C5BACB41648B519CC0133C7" },
16-
{ name = "gleam_json", version = "2.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_json", source = "hex", outer_checksum = "0A57FB5666E695FD2BEE74C0428A98B0FC11A395D2C7B4CDF5E22C5DD32C74C6" },
1711
{ name = "gleam_regexp", version = "1.0.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_regexp", source = "hex", outer_checksum = "A3655FDD288571E90EE9C4009B719FEF59FA16AFCDF3952A76A125AF23CF1592" },
18-
{ name = "gleam_stdlib", version = "0.47.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "3B22D46743C46498C8355365243327AC731ECD3959216344FA9CF9AD348620AC" },
12+
{ name = "gleam_stdlib", version = "0.49.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "A7DB09F15738198A87255425FBCE049B4B84C77CC522786DC923DABA73911F13" },
1913
{ name = "gleam_yielder", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleam_yielder", source = "hex", outer_checksum = "8E4E4ECFA7982859F430C57F549200C7749823C106759F4A19A78AEA6687717A" },
2014
{ name = "gleamy_structures", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleamy_structures", source = "hex", outer_checksum = "49C957ACF9857BC76FE13AB8D9C39FF3F5EF5DE9229DB0D15D228865C645DA66" },
15+
{ name = "gleeunit", version = "1.2.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7A7228925D3EE7D0813C922E062BFD6D7E9310F0BEE585D3A42F3307E3CFD13" },
2116
{ name = "party", version = "1.0.6", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "party", source = "hex", outer_checksum = "E3B712048B10F843484567BA5B9C94828D8A0B8B7782C9219E0106C694AFA1A1" },
2217
{ name = "prng", version = "4.0.0", build_tools = ["gleam"], requirements = ["gleam_bitwise", "gleam_stdlib", "gleam_yielder"], otp_app = "prng", source = "hex", outer_checksum = "E452F957D19CCDC1B4BD12AA6E1B33194B1EB9C2BC0B3449D96E3585602EE3AE" },
2318
{ name = "qcheck", version = "0.0.7", build_tools = ["gleam"], requirements = ["exception", "gleam_regexp", "gleam_stdlib", "gleam_yielder", "prng"], otp_app = "qcheck", source = "hex", outer_checksum = "2363A970BB2E82623023154ED09EE48E3005229A869DA423B18468EA066A4CA9" },
24-
{ name = "shellout", version = "1.6.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "shellout", source = "hex", outer_checksum = "E2FCD18957F0E9F67E1F497FC9FF57393392F8A9BAEAEA4779541DE7A68DD7E0" },
2519
{ name = "simplifile", version = "2.2.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "0DFABEF7DC7A9E2FF4BB27B108034E60C81BEBFCB7AB816B9E7E18ED4503ACD8" },
2620
]
2721

2822
[requirements]
2923
argv = { version = ">= 1.0.2 and < 2.0.0" }
3024
clip = { version = ">= 1.0.0 and < 2.0.0" }
31-
glacier = { version = ">= 1.1.0 and < 2.0.0" }
3225
gleam_deque = { version = ">= 1.0.0 and < 2.0.0" }
3326
gleam_regexp = { version = ">= 1.0.0 and < 2.0.0" }
3427
gleam_stdlib = { version = ">= 0.34.0 and < 2.0.0" }
3528
gleam_yielder = { version = ">= 1.0.0 and < 2.0.0" }
3629
gleamy_structures = { version = ">= 1.1.0 and < 2.0.0" }
30+
gleeunit = { version = ">= 1.2.0 and < 2.0.0" }
3731
party = { version = ">= 1.0.4 and < 2.0.0" }
3832
qcheck = { version = ">= 0.0.6 and < 1.0.0" }
3933
simplifile = { version = ">= 2.2.0 and < 3.0.0" }

test/aoc/year2023/day01_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2023/day01
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "1abc2
55
pqr3stu8vwx

test/aoc/year2023/day02_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2023/day02
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "Game 1: 3 blue, 4 red; 1 red, 2 green, 6 blue; 2 green
55
Game 2: 1 blue, 2 green; 3 green, 4 blue, 1 red; 1 green, 1 blue

test/aoc/year2023/day09_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2023/day09
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "0 3 6 9 12 15
55
1 3 6 10 15 21

test/aoc/year2023/day14_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2023/day14
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "O....#....
55
O.OO#....#

test/aoc/year2024/day01_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day01
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "3 4
55
4 3

test/aoc/year2024/day02_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day02
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "7 6 4 2 1
55
1 2 7 8 9

test/aoc/year2024/day03_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day03
2-
import glacier/should
2+
import gleeunit/should
33

44
const input1 = "xmul(2,4)%&mul[3,7]!@^do_not_mul(5,5)+mul(32,64]then(mul(11,8)mul(8,5))"
55

test/aoc/year2024/day04_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day04
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "MMMSXXMASM
55
MSAMXMSMSA

test/aoc/year2024/day05_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day05
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "47|53
55
97|13

test/aoc/year2024/day06_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day06
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "....#.....
55
.........#

test/aoc/year2024/day07_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day07
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "190: 10 19
55
3267: 81 40 27

test/aoc/year2024/day08_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day08
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "............
55
........0...

test/aoc/year2024/day09_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day09
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "2333133121414131402"
55

test/aoc/year2024/day10_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day10
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "89010123
55
78121874

test/aoc/year2024/day11_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day11
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "125 17"
55

test/aoc/year2024/day12_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day12
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "RRRRIICCFF
55
RRRRIICCCF

test/aoc/year2024/day13_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day13
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "Button A: X+94, Y+34
55
Button B: X+22, Y+67

test/aoc/year2024/day14_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day14
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "p=0,4 v=3,-3
55
p=6,3 v=-1,-3

test/aoc/year2024/day15_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day15
2-
import glacier/should
2+
import gleeunit/should
33

44
const input1 = "########
55
#..O.O.#

test/aoc/year2024/day16_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day16
2-
import glacier/should
2+
import gleeunit/should
33

44
const input1 = "###############
55
#.......#....E#

test/aoc/year2024/day17_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day17
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "Register A: 729
55
Register B: 0

test/aoc/year2024/day18_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day18
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "5,4
55
4,2

test/aoc/year2024/day19_test.gleam

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import aoc/year2024/day19
2-
import glacier/should
2+
import gleeunit/should
33

44
const input = "r, wr, b, g, bwu, rb, gb, br
55

test/aoc_test.gleam

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import glacier
1+
import gleeunit
22

33
pub fn main() {
4-
glacier.main()
4+
gleeunit.main()
55
}

0 commit comments

Comments
 (0)