Ad fontes
- Moscow, Russia
Block or Report
Block or report vtereshkov
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abuse243 contributions in the last year
Activity overview
Contributed to
vtereshkov/umka-lang,
marekmaskarinec/tophat,
vtereshkov/umplot
and 13 other
repositories
Contribution activity
May 2022
Created 28 commits in 1 repository
Reviewed 1 pull request in 1 repository
marekmaskarinec/tophat
1 pull request
Created an issue in vtereshkov/umka-lang that received 7 comments
Imported module folder ignored if module is imported twice from different modules
// utils.um
fn f*() {printf("1")} // lib.um
import "abracadabra/utils.um" // <--- No "abracadabra" folder exists, should print an error
// Some stu…
7
comments
Opened 11 other issues in 3 repositories
vtereshkov/umka-lang
5
closed
3
open
- Cannot return a list of just one expression
- No overflow checking or narrowing in type casts
- Imported module name uniqueness not enforced
- Stack escape logic is too aggressive
- Default values set incorrectly
- Playground: cannot import modules other than "std.um"
- Methods acting on non-pointers
- Name conflict with a non-imported module