cltk icon indicating copy to clipboard operation
cltk copied to clipboard

A crystal port of the Ruby Language Toolkit

Results 6 cltk issues
Sort by recently updated
recently updated
newest added

``` ➜ cltk git:(master) ✗ crystal spec Showing last frame. Use --error-trace for full trace. In spec/cltk/parser_spec.cr:272:5 272 | @ops : Array( ^--- Error: instance variable '@ops' of RotatingCalc::Environment must...

I've just migrated the library to use `//` operators instead of `/`. Would be great also to setup the cron job on your travisCI build to know if the build...

It would be really handy if you could provide default values for `values` listed in an AST node. Something like: ```crystal class Def < CLTK::ASTNode values({ name: String, visibility: Bool...

f:\programming\source\repos\git\crystal_repos\cltk>crystal spec Showing last frame. Use --error-trace for full trace. In lib\crystal-dfa\src\core_ext\range.cr:51:8 51 | struct Tuple(T) ^ Error: type var must be *T, not T f:\programming\source\repos\git\crystal_repos\cltk

Hi @ziprandom This commit modifies the specs based on https://github.com/ziprandom/cltk/pull/7 as well as updates usage of type expressions to be compatible with newer Crystal If/after crystal-dfa is brought up to...