Jump to content

Lars Fosdal

Administrators
  • Content Count

    3324
  • Joined

  • Last visited

  • Days Won

    110

Posts posted by Lars Fosdal


  1. @Attila Kovacs - If you find something truly horrendous, feel free to send me a link.  I am not going over the 12K posts by hand, though. 
    Edit: But not yet, do it after I've done the brush ups that Google+Exporter are implementing.
    I'll announce it when I think it is "done".

    Besides, Tags existing in the original G+ posts are perpetuated. 
    Post category is also attributed as a tag.

     

    Also, the blog search is full Google search, so you can write things like
     

    someword AND (thisword OR thatword) 


    Note the capitalization of logical keywords.


    Hence the titles are the least of worries.

    • Like 2

  2. Delphi Developers Archive (Experimental) for the Google + Delphi Developers Community is online.


    https://delphi-developers-archive.blogspot.com
     

    The posts are searchable by tag list or free text search.


    FYI - This is work in progress, and I hope to improve the following issues:
    - Some posts have erroneous titles
    - Some posts are missing attribution of the original poster
    - Some 600 posts are missing due to an inexplicable quota error during import 
     

    Comments on the archived posts are currently disabled until the import is finalized.

     

    Comments appreciated.

    • Like 2
    • Thanks 4

  3. 13 hours ago, hsvandrew said:

    I'm going to pause this rant for now, perhaps these issues have been resolved and its just the tickets in quality control haven't been closed. 

    We spend a lot of time on this in January and it failed miserably (especially for Linux) so we gave up.

    It appears it might be ok now on 10.2.3/10.3 I will do some more testing and advise

    Please amend the title. The title should IMO reflect the contents of the post, which "-------" does not.

    • Like 3

  4. https://quality.embarcadero.com/browse/RSP-23024

    Quote

    If a record helper has a class constructor, the compiler will output the following error

    [dcc32 Warning] W1035 Return value of function 'THelperType.ClassConstructorName' might be undefined

    This doesn't make sense, since a class constructor doesn't have an assignable result value.

    Note that the class constructor actually works as expected - it is only the bogus warning that is a problem.

    Our build server is configured to not accept warning W1035, to ensure that we actually never release code which may have undefined return values, so this false warning is a problem.

    MCVE attatched to report.


  5. 1 hour ago, Kryvich said:

    @Schokohase

    @Lars Fosdal Unfortunately, this will not work for the Variant type without additional processing. You can try to declare a custom reverter for an element of the inner array.

    @Kryvich Do you know of any good examples of custom reverters?

    I am only going to consume these structures, not produce them - so that simplifies it a bit.  Basically, I'd love to be able to transform the inner array elements to a single object, as there is only a limited number of permutations.

×