Marco Cantù please, before introducing ARC on Desktop, can you fix this nasty bug that exists since several release ...


Marco Cantù please, before introducing ARC on Desktop, can you fix this nasty bug that exists since several release ...

Comments

  1. Not sure how the two are related...

    ReplyDelete
  2. well, as I sayed previously, ARC on Desktop will be a lot of work, what other reason than a miss of time can it be to not fix an all day bug like this one ?

    Or do you think that the IDE is good enough as it is, and all your effort have to be on new features ?

    ReplyDelete
  3. No, I think we need to spend a lot of time and effort increasing the product quality. That's a given and something the company has been investing on. I don't think there is really an alternative here between new features and quality and bug fixes. We have proved in recent releases we can progress on both.

    ReplyDelete
  4. "LOL" was my first thought when this thread was new and I have not been disappointed. Of course is the IDE good enough for "developers" that are not able to use other languages or tools and are lucky that they somehow and somewhen get the result they are looking for.

    ReplyDelete
  5. What has ARC to do with non working Error Insight again?
    P.S. VCL will most likely not work with the ARC enabled windows platform but only FMX.

    ReplyDelete
  6. seriously, what is wrong with people and ARC?
    if I want automatic memory management then I would use CSharp or go with reference counting via interfaces.
    Please don't kill the desktop compiler.

    ReplyDelete
  7. What good things could bring ARC to Delphi? Class operators?
    If it is a "dont want to write try-finally" then use interfaces like Ugochukwu Mmaduekwe said. Or also, the ownership-based model works like a joy

    ReplyDelete
  8. Nicholas Ring even better, the compiler could emit a hint: "const GetValue = 4;"

    ReplyDelete
  9. David Berneda I would prefer for the compiler optimise the code, as there may be other situations where optimisation can occur but a final result is not known.

    ReplyDelete
  10. Who said anything about implementing ARC on the desktop?

    ReplyDelete

Post a Comment