You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If ddlog is run with an -i argument that's a relative path (e.g. ddlog -i .\simple.dl) it generates invalid code (mainly in the Cargo.toml but probably elsewhere)
Sample invalid code in Cargo.toml:
[package]
name = ".\simple.dl"
[lib]
name = ".\simple.dl"
I don't know if this is to do with Haskell's path handling or something else, but it makes code break
The text was updated successfully, but these errors were encountered:
If ddlog is run with an
-i
argument that's a relative path (e.g.ddlog -i .\simple.dl
) it generates invalid code (mainly in the Cargo.toml but probably elsewhere)Sample invalid code in Cargo.toml:
I don't know if this is to do with Haskell's path handling or something else, but it makes code break
The text was updated successfully, but these errors were encountered: