HOMODELUNA

Results 4 issues of HOMODELUNA

Hello, I'm just a freshman crystal programmer. On seeing your banner searching for maintainers, I would like to recommend myself for the position. Though I'm not much skilled, I have...

help wanted

## type mismatch at main.cr in `src/crystal/main.cr` ```crystal def self.main(&block) GC.init status = begin yield 0 rescue ex 1 end exit(status, ex) end ``` here in `exit(status, ex)` , ex...

topic:compiler
status:discussion

## Compile error in cross-referenced recursive function Here is a toy parser. Its first and only parsing function is `Grammar::recursive_descent`, which used a auxillary function named `rd_do_one_rule`: ```crystal class Grammar...

kind:bug

# error requiring "prelude" on windows It goes out every time in a crystal file, blocking sequencial analysis ``` can't find file 'prelude' If you're trying to require a shard:...

bug