Jump to content

Sherlock

Moderators
  • Content Count

    1282
  • Joined

  • Last visited

  • Days Won

    28

Everything posted by Sherlock

  1. Sherlock

    Possible bug in debugger for Delphi 10.3.1

    OK, wait a minute, please. I am just a dumb user and not an IDE developer. Since the introduction of generics this way of inspecting the contents of an object worked just fine. Now it does not anymore. I actually don't care what "they" did and why. I have not read anything in the release notes stating any changes in the debugger (apart from debugging optimized builds), for better or worse. So from my point of view it's unintentionally broken. Plain and simple. I really hope Rudy will see this btw. in reference to the discussion about breaking changes 😄 Guessing from your arguments my call might get closed soon, but here it is anyway: https://quality.embarcadero.com/browse/RSP-24041
  2. Sherlock

    Unused local variables

    Thank you! I thought I was the only one with "small" applications. My main application only has 18.000 LOC client side and roughly 5000 LOC server side. And its a medical device developed for cross platform use...
  3. Sherlock

    Possible bug in debugger for Delphi 10.3.1

    So it's a bug. Please don't tell me it's a feature. This has been a very nice and comfortable tool for debugging. I'll open a call.
  4. Sorry, never have, never will.
  5. Sherlock

    Unused local variables

    Please, don't waste energy on reinventing the wheel. The hint H2164 is there and even if I rebuild 3rd party every time I still see hints and warnings coming from my code.
  6. Sherlock

    SVG Magic released

    As far as I can tell, yes: https://en.wikipedia.org/wiki/SVG_animation
  7. Sherlock

    Check for override

    "Sometimes" is a word I can relate to. So please consider this post a "consoled face" 😉 This is the essence: Don't we all have the feeling that Emborcagear is not really dogfooding? This gets obvious when the (FMX) example projects wont compile...something an automated script should pick up in the pre beta phase. The needed changes there could easily be expanded to a "How to cope with our latest breaking changes". And if that is not possible something is rotten in the state of Denmark.
  8. Sherlock

    Check for override

    FMX comes to mind. The first few versions rarely had anything in common other than the base language. But then...that was work in progress.
  9. Sherlock

    Rapid generics

    Ok ok ok...just try to get back to the topic at hand... which is...um... "Rapid generics"
  10. Sherlock

    Rapid generics

    I'm beginning to feel like this thread should be renamed to "General discussion between masters of the art". And by all means, please continue. I really learn a lot by just reading and following up through secondary literature...
  11. Sherlock

    Rapid generics

    I second that.
  12. Sherlock

    Grep search and DFM files

    Well, that sounds OK for english users or people that program in english. For other languages sooner or later you may reach a curios situation. I am the one that reported #112. After a decade of using GExperts I just encountered the issue last month. Normally I search for identifiers of some sort, but this time I actually searched for a text I saw on my GUI, which is in german. So the priority to solve this need not be high. I even dare say it's an IDE issue: pas files may be UTF8, why not dfm/fmx files? Instead, some poor chap was forced to write a conversion method for non ANSI characters... On fixing this in GExperts...I have no clue how. But it would complete the package, so to speak.
  13. Sherlock

    Delphi permutation code complexity

    https://en.wikipedia.org/wiki/Computational_complexity_theory https://en.wikipedia.org/wiki/Analysis_of_algorithms https://en.wikipedia.org/wiki/Big_O_notation
  14. Sherlock

    Delphi permutation code complexity

    Yes, you are right. Sorry about that. Typical lazy c&p.
  15. Sherlock

    Delphi permutation code complexity

    Sorry, but I don't see a correlation between the result of a loop operation and its complexity. (Edith says: please don't) Consider this: var x: double; //x = 1000 maybe while (x > 1) do x := x + x; while (x > 1) do x := 2 * x; Both loops will be O(n). Edith says: No they wont, stupid C&P error. And lack of basic understanding. Oy vey!
  16. Sherlock

    10.3.1 has been released

    Have you been hiding in a cave? 😄
  17. Sherlock

    10.3.1 has been released

    I really don't get the whole theming bull anyway. I set my windows to look exactly the way I want it, and along comes some wannabe designer and imposes his take on what a GUI should look like. Most of the time it's just hilarious, but when I have to work with a tool (yes a tool) I want it to be as unobtrusive as possible and just do it's thing. If i want glitter on a hammer I will buy glitter and stick it on there myself. Don't expect everyone to like glitter an a hammer. Jeeeez! </Rant>
  18. Sherlock

    RNG FizzBuzz

    Just for the folks that are unfamiliar with the FizzBuzz Test: http://wiki.c2.com/?FizzBuzzTest tl;dr: It's supposed to be a fairly quick and standard test to evaluate the skills of a job applicant. Considering that it needs no OOP or any other more modern language structures I guess it's pretty old.
  19. @flashcoderPlease, consider uploading images to the forum. This way they will be here as long as the forum exists. Imgur might delete those images some time in the future, or imgur might stop the service or terms of use or whatever, rendering your post less useful for future generations.
  20. We have one client who uses our software on macOS. All others are Windows and iOS.
  21. Sherlock

    IDE Clipboard History Quick Access

    Very nice!
  22. Sherlock

    Spelling and search

    Why reimplement features that are present on the clients side?
  23. Sherlock

    Spelling and search

    And spell checking should be a browser feature... at least my Firefox does it for me.
  24. Sherlock

    Recursive anonymous functions

    I see what you did there, @Lars Fosdal 😉
  25. Sherlock

    Recursive anonymous functions

    But is it still anonymous though?
×