Devonte

Results 65 issues of Devonte

Currently the only way to "test" a semantic version string is to rescue from `SemanticVersion.parse`. Such helper methods would be really convenient given that there's no regex or alternative method...

kind:feature

I recently read an issue involving Ameba; a contributor stated they didn't believe it should be installed and compiled as a development dependency, but rather distributed and installed like any...

breaking change
infrastructure

Crystaldoc says [straight-shoota/crinja](https://github.com/straight-shoota/crinja) is already imported, but it doesn't show up in the search and isn't available by manually constructing the doc URL.

Attempting to use an escaped heredoc identifier in the REPL causes it to evaluate the expression as an empty string: ```cr icr:1> p ```

kind:bug
topic:compiler:parser
topic:compiler:interpreter:repl

Typically, all identifiers must start with an ASCII letter or underscore and proceeding alphanumeric character, however, numeric and underscore-only identifiers are accepted for heredocs: ```cr p

kind:bug
topic:compiler:parser