Skip to content

Add type restrictions to process#16065

Merged
straight-shoota merged 2 commits intocrystal-lang:masterfrom
Vici37:add-type-restrictions-to-process
Dec 12, 2025
Merged

Add type restrictions to process#16065
straight-shoota merged 2 commits intocrystal-lang:masterfrom
Vici37:add-type-restrictions-to-process

Conversation

@Vici37
Copy link
Contributor

@Vici37 Vici37 commented Aug 6, 2025

This is the output of compiling cr-source-typer and running it with the below incantation:

CRYSTAL_PATH="./src" ./typer spec/std_spec.cr \
  --error-trace --exclude src/crystal/ \
  --stats --progress \
  --union-size-threshold 2 \
  --ignore-private-defs \
  src/process

This is related to #15682 .

This is the output of compiling [cr-source-typer](https://github.com/Vici37/cr-source-typer) and running it with the below incantation:

```
CRYSTAL_PATH="./src" ./typer spec/std_spec.cr \
  --error-trace --exclude src/crystal/ \
  --stats --progress \
  --union-size-threshold 2 \
  --ignore-private-defs \
  src/process
```

This is related to crystal-lang#15682 .
@straight-shoota straight-shoota added this to the 1.19.0 milestone Dec 10, 2025
@straight-shoota straight-shoota merged commit 80621ec into crystal-lang:master Dec 12, 2025
40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants