How to compile Lua 5.4.0 for Android as a dynamic library using Android Studio 4
This is a tutorial on how to compile Lua 5.4.0 for Android as a dynamic library (liblua.so) using the Windows Android Studio 4.
› Continue readingPlease make inline vars usable for production – fix RSP-28892
With the arrival of Delphi Rio 10.3 in October 2018 we saw “a very handy feature to the language, local inline variables with local scope and type inference” [Marco Tech Blog]. That was a feature “long overdue” [Comment section] and helped to push the Delphi language a little bit further. We’ve been very excited about this feature helping us writing code we’re all used to in other languages especially those used in for-loops:
1 2 3 4 |
for var I: Integer := 1 to 10 do for var Item: TItemType in Collection do |
or even more simplified to
1 2 3 4 |
for var I := 1 to 10 do for var Item in Collection do |
As soon as the ISO/Web installer hit the download section we grabbed it, installed it… and have been hit hard in the face by CodeInsight (or whatever that feature is called) with not recognizing that simple code above as a valid Delphi code – which (not only) prevents working of not just the “Find declaration” but all of the source code productivity features as well. Ok, it was the first release of a new language feature, so well, we could wait for the next release which surely would fix that (there was an entry already in the Quality portal opened during the beta release…*sigh*).
Then came Delphi 10.3.1 in February 2019 – downloaded, installed, nothing changed, bug still there.
Then came Delphi 10.3.2 in July 2019 – downloaded, installed, nothing changed, bug still there.
Then came Delphi 10.3.3 in November 2019 – downloaded, installed, nothing changed, bug still there.
Then came Delphi 10.4 in May 2020 – downloaded, installed – oh yes, the inline vars aren’t tagged as error, but Go-to-definition nor Refactoring won’t work, thus bug still there.
The “fun” part is, while commenting both releases with the same request on fixing the RSP, all of the MVPs (including Marco) decided to delete (or not to publish) my comment about my request on fixing that bug. Not cool.
So here I am again – more than 600 days after the introduction of the new feature – begging for a fix so we could use that new feature. Please fix (latest RSP submitted):
RSP-28892 “Find Declaration” won’t work if inline vars are used
Thank you.
How to compile Lua 5.4.0 as a Mac OS X dynamic library
This is a tutorial on how to compile Lua 5.4.0 as a Mac OS X dynamic library (liblua.dylib). › Continue reading
How to compile Lua 5.4.0 for Linux as a shared library
This is a tutorial on how to compile Lua 5.4.0 for Linux as a shared library.
How to compile Lua 5.4.0 for Windows
This is a tutorial on how to compile Lua 5.4.0 for Windows (32-bit and 64-bit executable and DLL) with the Microsoft Visual Studio Community Edition.
Daily Wage – a Spigot/Bukkit plugin that pays out a daily wage
A Spigot/Bukkit plugin command that pays out a daily wage (needs the great DKCoins plugin!).
› Continue readingHow to compile Lua 5.3.5 for Windows
This is a tutorial on how to compile Lua 5.3.5 for Windows (executable and DLL) with Microsoft Visual Studio Community Edition.
Better Collada exporter for Blender with custom properties
While my Pull Request isn’t merged yet, you may download my export-custom-properties-branch of the Godot Engine’s “Better” Collada exporter for Blender which adds custom properties for materials and geoms within the <extra>-tag with a “blender”-profile.
› Continue readingMOS6502-delphi – a MOS 6502 CPU emulator for Delphi
This is the Delphi / Pascal port of the C++ implementation for the MOS Technology 6502 CPU by Gianluca Ghettini. The code is written to be more readable than fast, however some minor tricks have been introduced to greatly reduce the overall execution time. › Continue reading
Pass a multidimensional array as a parameter (with a hidden caveat)
How to pass a multidimensional array as a parameter? Long ago this question was answered on Stack Overflow with a simple answer: make a specific type for your array. But there is a hidden caveat… › Continue reading
About Dennis D. Spreen
Search
Recent Posts
- How to compile Lua 5.4.0 for Android as a dynamic library using Android Studio 4
- Please make inline vars usable for production – fix RSP-28892
- How to compile Lua 5.4.0 as a Mac OS X dynamic library
- How to compile Lua 5.4.0 for Linux as a shared library
- How to compile Lua 5.4.0 for Windows
- Daily Wage – a Spigot/Bukkit plugin that pays out a daily wage
- How to compile Lua 5.3.5 for Windows
- Better Collada exporter for Blender with custom properties
- MOS6502-delphi – a MOS 6502 CPU emulator for Delphi
- Pass a multidimensional array as a parameter (with a hidden caveat)
Categories
Tags
Archives
- May 2020
- March 2020
- June 2019
- March 2017
- August 2016
- July 2016
- June 2016
- January 2016
- September 2015
- February 2015
- January 2015
- October 2014
- September 2014
- August 2014
- May 2014
- March 2014
- February 2014
- November 2011
- June 2011
- February 2011
- March 2010
- September 2009
- August 2009
- July 2009
- May 2009
- March 2009
- February 2009
- January 2009
- November 2008
- October 2008
- February 2008
- June 2007
Delphi Feeds
- Delphi: Van Desktop naar Web event – 12 november 2024 November 5, 2024
- Website upgraded to the latest Bootstrap with a few tweaks to the look and functionality, planning bigger redesign November 5, 2024
- Next Generation Data Grid for Delphi: Calculations November 5, 2024
- AWS App Modernization November 5, 2024
- Australian Delphi User Group Inc Annual General Meeting 2024 November 4, 2024
- Integration of Swagger with a .NET Core Product Catalog API November 4, 2024
- Delphi a emulace historického HW - dsp-emulator November 3, 2024
- Huh? 0.1 – a simple MUI GUI for identify.library November 1, 2024
- Steam Integration November 1, 2024
- Lightweight CMS with Delphi, TMS WEB Core, StellarDS.io and TTMSFNCWXHTMLMemo October 31, 2024