Skip to content

Conversation

@iriri
Copy link
Contributor

@iriri iriri commented Dec 3, 2024

As of 1.81, stringify appears to always insert spaces between tokens, resulting in type names like std :: io :: File. Switching to concat avoids this issue.

Due to the use of local_inner_macros, we fully qualify concat and stringify in the definition of field_decl_inner.

Fixes #966.
Fixes #967.

As of 1.81, `stringify` appears to always insert spaces between tokens,
resulting in type names like `std :: io :: File`. Switching to `concat`
avoids this issue.

Due to the use of `local_inner_macros`, we fully qualify `concat` and
`stringify` in the definition of `field_decl_inner`.
Copy link
Member

@Marwes Marwes left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! CI is failing due to the lockfile being old, causing some nightly issues in dependencies, a cargo update should take care of it.

@Marwes Marwes merged commit 6085b00 into gluon-lang:master Dec 6, 2024
3 checks passed
@chenrui333
Copy link

@Marwes any plan to cut a new release? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Building with Rust 1.81.0+ results in broken repl binary gluon-repl fails to import stdlib

3 participants