Phoenix Himself

Results 280 comments of Phoenix Himself

How about: ```ab let foo: Text // And also let foo: Text = "Some value" ```

I don't think this issue brings in any useful value. What would be the biggest benefit of the ability to declare a variable without it's default value? I think that...

@Mte90 Also could you please create an issue first before making a PR? Just to keep things in order

Yep. It should be a `line(...)` instead of `text(...)`. Good catch!

@hdwalters I think that the best way to deal with this issue (and any really) is to solve it in a way so that it never comes up again. In...

``` cargo fmt --check ``` Running the above command can be used for CI to check if the formatting is correct (if there are some changes that need to be...

@hdwalters could you also consider this formatting rule? It'd help a lot! ```toml trailing_comma = "Always" ```

@hdwalters The only reason this must be implemented as built-ins is the fact that it needs a type as a parameter?

@hdwalters it would be nice to create a rust macro for this swap mechanism: ```rs // Save loop context state and set it to true let mut new_is_loop_ctx = true;...

@hdwalters great job doing the research! I think that this is a great idea that we can implement. Let's remove `binop_border` field as it's actually not being used anywhere anymore....