Login
Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

62 check-ins using file src/remilib/bitreader.cr version eca2c04585

2026-03-02
08:01
Fix return value Leaf check-in: bbd4304bf3 user: alexa tags: trunk
07:58
Allow dependency node names to be writeable check-in: 6bdbb5c9af user: alexa tags: trunk
2026-01-03
00:55
Do the -O3 for spec in a separate target check-in: d097c0c747 user: alexa tags: trunk
00:55
More tests check-in: d79bb0d4e1 user: alexa tags: trunk
00:26
Add a few tests for RSConf.

Still a lot more to test, but it's a start. check-in: d48d70ba2d user: alexa tags: trunk

00:25
Add #size methods for RSObject and RSArray check-in: 5b4eac0cd4 user: alexa tags: trunk
00:24
Build the specs with -O3 so they're a bit less painful check-in: c8e87e7780 user: alexa tags: trunk
2026-01-02
23:47
Update for RSConf v1.2 check-in: 7ea4d09d2c user: alexa tags: trunk
2025-12-31
11:10
Slightly better errors when deserializing RSConf data.

This is a bandage until a proper pull parser is implemented. check-in: f3087154cb user: alexa tags: trunk

05:52
Slightly better RSConf parsing error messages.

Somewhat of a bandage until a proper pull-parser is implemented check-in: f374ba1acf user: alexa tags: trunk

05:48
Fix call to isBool? for non-scalars check-in: 858e78feb5 user: alexa tags: trunk
2025-12-30
04:32
Allow any Int for dlog/vlog check-in: 1af3b89b69 user: alexa tags: trunk
2025-12-29
22:45
Fix presence field option for RSConf check-in: 7eb5986719 user: alexa tags: trunk
2025-12-28
23:44
Add a CommandParser#add variant that takes a block check-in: ba3c771158 user: alexa tags: trunk
23:44
Some fixes to RSConf parsing and serialization check-in: f67a03f2fa user: alexa tags: trunk
23:43
Improve the setOnce! macros check-in: 78adfc6f38 user: alexa tags: trunk
2025-12-04
11:20
Update README check-in: c9bb03266d user: alexa tags: trunk
11:17
Bump version, tag as v0.93.0 check-in: 55119653cc user: alexa tags: trunk, v0.93.0
11:16
Add z85 example program check-in: 8695a13b9c user: alexa tags: trunk
11:14
Remove some commented-out code. check-in: 02a742efb2 user: alexa tags: trunk
11:14
Expand Z85 encoding/decoding methods to include more options check-in: 119166c3a6 user: alexa tags: trunk
10:30
Implement writing z85 to an IO check-in: 4b5242160f user: alexa tags: trunk
10:29
Change how Slice#toArray is implemented check-in: d8be0bfebf user: alexa tags: trunk
10:21
Add an implementation of z85 encoding check-in: 4bd56d29c6 user: alexa tags: trunk
09:20
Remove a deprecated method check-in: bf2113ebfe user: alexa tags: trunk
09:18
Remove a TODO by having MMappedFile now inherit from IO. check-in: aca5a7e702 user: alexa tags: trunk
09:17
Remove some lint check-in: 156e2fcc84 user: alexa tags: trunk
08:33
Merge and integrate the add-rsconf branch. check-in: 3abf3d0d3a user: alexa tags: trunk
08:33
Add a bunch of documentation Closed-Leaf check-in: 646ae3ce31 user: alexa tags: add-rsconf
08:32
Fix rebuild-docs.sh so that it uses the Rakefile, and also properly
removes the generated documents.
check-in: 2614bccb2d user: alexa tags: add-rsconf
08:32
Update .ameba.yml check-in: 9892758448 user: alexa tags: add-rsconf
08:32
Fix ignore-glob check-in: 3e23314f98 user: alexa tags: add-rsconf
07:30
Remove accidental file check-in: e7736fd786 user: alexa tags: add-rsconf
07:29
Add RemiLib::RSConf::Builder. Implement toRsconf method for things. Add writing examples. check-in: 0f6fc54d86 user: alexa tags: add-rsconf
2025-12-03
23:50
Update .ameba.yml file check-in: 8839965917 user: alexa tags: add-rsconf
23:47
Fix more lint using a newer Ameba. check-in: e291e71f30 user: alexa tags: add-rsconf
22:44
Clean up some lint check-in: 16ddc688da user: alexa tags: add-rsconf
2025-12-01
23:26
Add a bunch of documentation check-in: 90ed58e219 user: alexa tags: add-rsconf
23:26
Update ignore-glob check-in: bb191ee43c user: alexa tags: add-rsconf
22:23
Cherrypick: Update README check-in: f81bd3342d user: alexa tags: trunk
22:23
Update README check-in: cabab65e77 user: alexa tags: add-rsconf
22:21
Add rsconfdumper example check-in: 196626bec2 user: alexa tags: add-rsconf
10:54
Add RSConf writer check-in: 4b1526c901 user: alexa tags: add-rsconf
10:23
Add initial support for RSConf check-in: 01fe66ab6a user: alexa tags: add-rsconf
2025-02-20
20:44
Fix some documentation errors. check-in: 95eee0d370 user: alexa tags: trunk
2025-02-17
00:20
Change max recommended Crystal version to <2.0.0. Bump revision, tag as v0.92.6 check-in: 00c3c3e00f user: alexa tags: trunk, v0.92.6
00:18
Add BZip2 specs check-in: bf768b161d user: alexa tags: trunk
00:09
PartitionResult can be a structure check-in: e9e6660f2f user: alexa tags: trunk
00:08
Add some lines check-in: 6e232861bd user: alexa tags: trunk
00:07
Change some structs to classes. Stop managing the stack using a class
variable and macros, and instead make it an instance variable and
functions.
check-in: fd219d0522 user: alexa tags: trunk
2025-02-16
21:55
Fix a typo check-in: 7a538b27ae user: alexa tags: trunk
2024-11-04
09:11
Remove ConcurrentLogger#drain! and #start!. The normal #drain and
channel size. Bump revision, tag as v0.92.5
check-in: 473d2c52d8 user: alexa tags: trunk, v0.92.5
2024-11-03
12:35
Bump revision, tag as v0.92.4 check-in: 71a4861635 user: alexa tags: trunk, v0.92.4
12:34
Use #start! in #drain! to ensure the logger starts back up before returning. check-in: 20ecfe0d85 user: alexa tags: trunk
2024-10-18
05:37
Fix syntax error, bump revision, tag as v0.92.3 check-in: 4b01ff90cf user: alexa tags: trunk, v0.92.3
05:34
Bump revision, tag as v0.92.2 check-in: b86fa9b80f user: alexa tags: trunk, v0.92.2
05:30
Take a substring only once. Also use try. check-in: e40425a08a user: alexa tags: trunk
05:30
Add ConcurrentLogger#start! method. check-in: 8c19fa3d75 user: alexa tags: trunk
03:02
Bump revision, tag as v0.92.1 check-in: ab33a66e90 user: alexa tags: trunk, v0.92.1
02:57
Add ArrayPool#clear check-in: eac154c752 user: alexa tags: trunk
2024-10-15
09:47
Bump version, tag as v0.92.0 check-in: 62d9ac292e user: alexa tags: trunk, v0.92.0
09:47
Add BitReader#reinitialize check-in: 899d512287 user: alexa tags: trunk