Results 16 comments of Lexi

Alright, I'm thinking of taking a look at doing this, a question though, all the commands use the `BuildOptions` parser, but the way this is being described is almost as...

Gotcha, then I'll go ahead and do it that way

How should `project view` handle JSON that doesn't conform to the schema, say someone has `authors` as a string rather than a list of strings for example? Should it print...

I think I'll see about doing the latter option there

should the integer vector variants apply it as a scalar over all members, or do it with another vector of numbers, or be able to do both? Edit: decided to...

Alright, with some testing, I have found that these functions are only guaranteed to work correctly for any number even if `N*mul` results in a larger bitwidth than the result...

How did my copying of the sema_expr fix get into there, I specifically intended not to put it into the commit history.

is there already a `#x` prefix operator? maybe add `#io::EOF` to the list if not (Though, might just be partial to prefix operators over postfix ones)

> If it does not complicate things, IMO using direct return (`return io::EOF;`, `int? a = foo() ?? io::EOF;`) would be better. > > If an error indicator is really...