We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
forc-fmt
Maybe nobody will ever write code like this, but a "long" method chain puts "forc-fmt" in "infinite loop". I waited for 5m and nothing.
f.debug_tuple("").field(self.0).field(self.1).field(self.2).field(self.3).field(self.4).field(self.5).field(self.6).field(self.7).field(self.8).field(self.9).field(self.10).field(self.11).field(self.12).field(self.13).field(self.14).field(self.15).field(self.16).field(self.17).field(self.18).field(self.19).field(self.20).field(self.21).field(self.22).field(self.23).field(self.24).field(self.25).finish();
When I break this into 25 statements, it works normally.
The text was updated successfully, but these errors were encountered:
Is this issue still available?
Sorry, something went wrong.
KevinMomanyi
No branches or pull requests
Maybe nobody will ever write code like this, but a "long" method chain puts "forc-fmt" in "infinite loop". I waited for 5m and nothing.
When I break this into 25 statements, it works normally.
The text was updated successfully, but these errors were encountered: