alpha
Login
or
Join now
nandi.uk
/
gleam
Star
2
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
2
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
gleam
/
test
/
language
2 folders
4 files
at
f291b48eb84a59141ce34288f8e30eb6c2cf3b3c
Eyüp Can Akman
Fix duplicate let when rebinding after a directly matching case
7w ago
d702b77f
src
SPDX licence information comments
1 month ago
test
Fix duplicate let when rebinding after a directly matching case When a variable is shadowed inside a directly matching case branch and then rebound after the case, the JavaScript code generator could declare the same let variable twice in one scope. A directly matching branch generates code into the enclosing scope, so the generator now keeps the highest counter value used for a name and does not go below it. Fixes #5748
1 month ago
.gitignore
Fix duplicate let when rebinding after a directly matching case When a variable is shadowed inside a directly matching case branch and then rebound after the case, the JavaScript code generator could declare the same let variable twice in one scope. A directly matching branch generates code into the enclosing scope, so the generator now keeps the highest counter value used for a name and does not go below it. Fixes #5748
1 month ago
Makefile
fix makefile phony
2 years ago
gleam.toml
SPDX licence information comments
1 month ago
manifest.toml
SPDX licence information comments
1 month ago