Alberto Demichelis

Results 50 comments of Alberto Demichelis

I though about it a number of time #include is propably not a good idea to be built in in the language. However #line and #file would be very useful...

I think the major issue is that the dubug information as is now, assumes 1 source file per SQFunction.

In which situation does this create an issue?

the ISP that has my dns cleared the DNS record for some reason. It took me a while to realize it :P

you mean you tied the forum? I just tried and it seem to be working fine, maybe you were unlucky and the DB was down for some reason.

oh, ok. the wiki doesn't require you to create an account, you can just edit any page.(just double click the page)

Squirrel's hash function was taken verbatim from Lua 4.0 (back in 2003, see http://www.lua.org/source/4.0.1/lstring.c.html#hash_s). I guess Lua has changed it a bit along the way. I don't know much about...

Unfortunately doing `id{ x= 10 }` creates a ton of ambiguities. I tested a number of syntax possibilities and `id() { x = 10 }` seems the best choice. So...

Yes, that was expected to break some stuff, that would be for Squirrel 3.2. BTW, I'd be open to consider the obj

I was actually contemplating using the .. for string concatenation(in a future version), It would solve a lot of problems with the + operator. The only character that is not...