Will this leak?

Hatebreeder

So many apples
Reaction score
381
Hey there.
I have a question:
if i transfer data into 2 different timers, will one of them leak?

A demonstration of what i mean:
JASS:
function timer2 takes nothing returns boolean
return true
endfunction

function timer1 takes nothing returns boolean
return false
endfunction

function create takes nothing returns nothing
local blah Data = blah.create()

call TT_Start(function timer1,Data)
call TT_Start(function timer2,Data)
endfunction


assuming that I return true and .destroy the data in func timer1, will timer 2 leak?
 

Jesus4Lyf

Good Idea™
Reaction score
397
In this case, combine the timers.

In other cases, set a boolean field to true, and destroy 1 second later some how, or something.

You have to be a little creative, sadly. Setting a field to true and destroying will work as long as a struct isn't created and started within the period from destruction.

Complex issue. :)
 

Hatebreeder

So many apples
Reaction score
381
In this case, combine the timers.

In other cases, set a boolean field to true, and destroy 1 second later some how, or something.

You have to be a little creative, sadly. Setting a field to true and destroying will work as long as a struct isn't created and started within the period from destruction.

Complex issue. :)

Hmmm... How can i check if the stuct is destroyed?
if Data == null or something?
can't think of a different way atm :X
 

Jesus4Lyf

Good Idea™
Reaction score
397
Lol, no, none of those will work.

As said, put a field on the struct: a boolean. Set it to true on destruction.

You can still read destroyed structs, just they may be overwritten at any point. As long as you don't make a new struct in that time, you're fine. If you do, you're screwed, unless you accept that the timer may already be going for it (because .create will have to set the bool back to false).

I've been a bit unclear, I know. This needs some careful thought, even some delving into how structs work and what they really are in JASS.
 

Hatebreeder

So many apples
Reaction score
381
Lol, no, none of those will work.

As said, put a field on the struct: a boolean. Set it to true on destruction.

You can still read destroyed structs, just they may be overwritten at any point. As long as you don't make a new struct in that time, you're fine. If you do, you're screwed, unless you accept that the timer may already be going for it (because .create will have to set the bool back to false).

I've been a bit unclear, I know. This needs some careful thought, even some delving into how structs work and what they really are in JASS.

I see.
But, wouldn't it screw up if annother unit cast this specific spell?
Hmm =/
Might aswell have to fuse the timers... Though, i'd have to think thoroghly >_<
 

Hatebreeder

So many apples
Reaction score
381
First off, I'll try to use that flag option, that you suggested.

Jesus, any idea of how to check if a struct is overwirtten? Thus, detecting if it leaks?
 

Jesus4Lyf

Good Idea™
Reaction score
397
You can detect a lot of things with booleans.

You know, if you're 100% sure you'll have exactly two timers, you could have the first set a flag to true, and the second detect that and set it back to false and destroy?

Put the same code in both timers, heh. Whichever happens to finish first flags true and returns true, whichever happens to be second can pick up the true, set false and return true.

Alternatively, you have an integer which says how many times it has been started on a timer. Use that somehow.

As said, be creative. :thup:

But you can't really directly detect struct overwrites. You're on nasty territory there. :p
Although I just did it in MoveSpeedX. XD
 

Hatebreeder

So many apples
Reaction score
381
You can detect a lot of things with booleans.

You know, if you're 100% sure you'll have exactly two timers, you could have the first set a flag to true, and the second detect that and set it back to false and destroy?

Put the same code in both timers, heh. Whichever happens to finish first flags true and returns true, whichever happens to be second can pick up the true, set false and return true.

Alternatively, you have an integer which says how many times it has been started on a timer. Use that somehow.

As said, be creative. :thup:

But you can't really directly detect struct overwrites. You're on nasty territory there. :p
Although I just did it in MoveSpeedX. XD

You mean this "this.onTimer = true" thing?

However, i guess i'm going with the integer idea.

I guess i'll post my results.

EDIT:
This is interesting... It does not leak, even if I only destroy the struct once - since the integer value didn't increase and the boolean value never changed.
But, Cohadars Handle Counter detected a slight increase of Handles, like about 200 - 250 after round 5 times spam casted, but after a few times more cast it doesn't increase at all, even if I spammed like crazy...
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Howdy
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top