Skip to content

Issues: crystal-lang/crystal

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Comments are incorrectly indented in the case control expression. kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#15657 opened Apr 12, 2025 by tamdaz
Unless assignment is not indented, unlike if kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#15487 opened Feb 18, 2025 by BigBoyBarney
Formatter does not indent case and if when the result is explicitly typed kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#15421 opened Feb 6, 2025 by BigBoyBarney
[formatter] Index out of bounds (IndexError) When run formatter kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#15262 opened Dec 10, 2024 by zw963
Bug: Formatter removes newline inside parentheses for generic type arguments kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#15261 opened Dec 10, 2024 by zw963
format the split to multi-line string error when starts with a #{...} kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#15242 opened Dec 3, 2024 by zw963
Formatting a call on an instance variable directly within short block syntax kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#15112 opened Oct 21, 2024 by Blacksmoke16
Formatter inserts unexpected whitespace in if with comments after macro kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#14767 opened Jun 29, 2024 by homonoidian
formatter cause syntax error. kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#14609 opened May 22, 2024 by zw963
crystal tool format doesn't work within nested macros kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#14586 opened May 12, 2024 by yanecc
Incorrect formatting of multi-line macro expression with comment as first line kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#14450 opened Apr 7, 2024 by Blacksmoke16
Format tool raises exception kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#13945 opened Nov 3, 2023 by Joe6481
Fix formatting assignment with parenthesized argument kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#13917 opened Oct 30, 2023 by straight-shoota Loading…
Format range literals correctly during assignment kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#13901 opened Oct 23, 2023 by hovsater Draft
crystal tool format on 'Range' good first issue This is an issue suited for newcomers to become aquianted with working on the codebase. help wanted This issue is generally accepted and needs someone to pick it up kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:tools:formatter
#13202 opened Mar 19, 2023 by willy610
2
3
Formatter incorrectly combines multiple unary prefix operators kind:bug A bug in the code. Does not apply to documentation, specs, etc. topic:compiler:parser topic:tools:formatter
#12913 opened Jan 7, 2023 by HertzDevil
ProTip! Exclude everything labeled bug with -label:bug.