There is a newer version of the record available.

Published March 20, 2026 | Version v0.59.0
Software Open

xdslproject/xdsl: v0.59.0

Description

This is a release with one change, which is fairly mechanical but required a bit of work to update the tests for. With this change, block arguments (which includes function arguments) don't insert a space after the SSAValue name and the :.

Before:

func.func @foo(%arg0 : i32, %arg1 : i64) {

After:

func.func @foo(%arg0: i32, %arg1: i64) {

Changes

xDSL framework

  • core: don't insert space between block arguments and colons @superlopuh (#5745)

Files

xdslproject/xdsl-v0.59.0.zip

Files (4.6 MB)

Name Size Download all
md5:a437bac6ba1f02bb9fe7d8775c56e195
4.6 MB Preview Download

Additional details

Related works

Software