RGBCube

Results 26 comments of RGBCube

I think it should be backwards compatible as a few people might already specify ip addresses with brackets.

Instead of having a system that can break and go unnoticed with a simple typo, we could structure attributes to make them make more sense and be more robust, like...

> How about `[attribute]` attribute? > ```v > [attribute] > struct SerialName { > name string > } > [attribute] > struct Skip {} > ``` > it doesn't add...

> yes, but what about the builtiin attributes, will they remain as they are in a form of use reserved for them? Could be like normal attributes: ```v [MarkUsed] fn...

I was able to bring it down to this: ```v interface IFoo { foo() } struct Foo {} fn (f Foo) foo() ```

I was able to narrow it down to this ```v struct Foo { bar int } interface Bar { bar int } fn (b Bar) print() { print(b.bar) } interface...

When will this get merged?

This already exists, just type giveup in the terminal