alpha
Login
or
Join now
nandi.uk
/
gleam
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Fork of daniellemaywood.uk/gleam — Wasm codegen work
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix-6020
author
Giacomo Cavalieri
committer
Louis Pilfold
date
5 days ago
(Jul 22, 2026, 8:34 AM +0100)
commit
92811457
92811457318d2d232669f19aab6a9b148d798115
parent
2231dfb7
2231dfb7af88bb8c133bc6502b9fd0a81447db73
change-id
nynxxzor
nynxxzorspqxvqknnmxznnqtnmzolsrp
+2
1 changed file
Expand all
Collapse all
Unified
Split
erlang-generation
src
lib.rs
+2
erlang-generation/src/lib.rs
View file
Reviewed
···
2236
2236
}
2237
2237
2238
2238
fn bit_array_segment_default_size(&mut self) {
2239
2239
+
self.pop_leftover_items();
2240
2240
+
2239
2241
if let Some(ErlangSourceBuilderPosition::BitArraySegment {
2240
2242
expected: expected @ BitArraySegmentExpectedItem::Size,
2241
2243
segment_value_needs_wrapping,