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
c640235c5f54c7fb7592100e47ffeacebe04e45c
Eyüp Can Akman
Fix duplicate let declarations for a case in a pipeline
2mo ago
6bd8ea47
src
Fix test error reporting
3 years ago
test
Fix duplicate let declarations for a case in a pipeline When a case is used as a step in a pipeline, the JavaScript code generator could declare the same _pipe variable twice in one scope. A directly matching branch generates code into the enclosing scope, so the counters for the compiler's internal variables are now kept after it, not only the $ case subject counter. Fixes #5743
2 months ago
.gitignore
Fix duplicate let declarations for a case in a pipeline When a case is used as a step in a pipeline, the JavaScript code generator could declare the same _pipe variable twice in one scope. A directly matching branch generates code into the enclosing scope, so the counters for the compiler's internal variables are now kept after it, not only the $ case subject counter. Fixes #5743
2 months ago
Makefile
fix makefile phony
2 years ago
gleam.toml
Clean up language test code
5 months ago
manifest.toml
Use gleeunit in language tests
6 months ago