Oscar Spencer

Results 142 comments of Oscar Spencer

Yup, that's going to be a part of the fix. Either a warning or an error.

Specifically, I wouldn't say we're "fixing" it if the program requires more than one starting page and the user didn't specify a specific number of starting pages. In the cases...

Hey @furesoft, thanks for raising this. Grain's Number type is a composition of many number subtypes: integers, bigints, floats, rationals. As such, they all have different byte layouts and we...

I also agree that this should be in its own library, including things like `readLine`, etc.

@AjaySDwivedi1 sure! It's mainly changing this line: https://github.com/grain-lang/grain/blob/main/compiler/src/utils/config.re#L367 There may be some references to this number in the CLI docs, so you'd just need to search code nearby `initial_memory_pages` or...

Marked this as breaking because of the new keywords.

> Why is silo a separate cli tool rather than being integrated into the `grain` command? E.g. `grain build`, `grain new`? Silo is meant to completely replace the `grain` command,...

@alex-snezhko This should be ready for you to look at again.