sovdee

Results 390 comments of sovdee

I think this is a good spot for runtime errors to be used. I don't think adding unset values should work in general, but the behavior of null = 0...

> I feel like Skript should match its parent language... java. In java if you do `"blah" + unSetVar` it'll send Null. If you do `"blah" + anyOtherObject` it'll run...

Can you elaborate on what you mean by mismatch? I'm not sure what you're referring to

> `send "Blah: %{empty}%"` -> `blah: ` `send "Blah:" + {empty}` -> well... nothing prints > > `send "Blah: %{worldVar}%"` -> `Blah: world` `send "Blah:" + {worldVar}` -> also prints...

@ShaneBeee I think you misinterpreted the formatting of my message a bit. A) and B) were two design decisions you can choose to follow. Of course, you can coerce a...

I talked with Shane a bit more on the skriptlang discord about this and I think there's 2 routes that could be good here: The conservative route would basically be...

> Since my brain is not yet working at full functionality, does this mean we're good with adding a String + Object then? > > Since the quoted part mentioned...

> So I presume `up for debate` is going to be removed correct? There's no consensus yet, so no.

> > > Since my brain is not yet working at full functionality, does this mean we're good with adding a String + Object then? > > > Since the...

> > that code would simply not send anything and that's harder to figure out and fix > > shouldn't it parse error since the argument return type is known?...