Skip to content

Adept 2.6 Release Candidate 1 (Preview Build Feb-22-2022)

Pre-release
Pre-release
Compare
Choose a tag to compare
@IsaacShelton IsaacShelton released this 22 Feb 15:28
· 435 commits to master since this release

Preview Features:

  • Added records record Person (firstname, lastname String)
  • Added first class support for [] fixed array syntax
  • Added support for compile-time dynamically sized fixed arrays fixed_array [count] int
  • Pointless __defer__ functions are no longer generated, while also maintaining backwards compatibility
  • Automatic generation for __assign__ functions when applicable
  • Global data now works properly when using WinMain as entry point
  • Added pragma windowed and --windowed options to disable the opening of the command prompt on Windows
  • Added __pod__ and __assign__ polymorphic prerequisites
  • Condition-less blocks
  • Changed $T polymorphs to always allow built-in auto conversions (equivalent to $~T in previous versions)

Quality of Life:

  • Cleaner Compiler Code
  • Bugs Fixes

Thank you for sponsoring Adept: ❤️

  • Fernando Dantas