Skip to content
New issue

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

Hotfix for user-defined arrays to be handled correctly by autoformatter #170

Merged
merged 1 commit into from
Jun 4, 2021

Conversation

metthal
Copy link
Member

@metthal metthal commented Jun 4, 2021

It's still not ideal because for example for rule

	condition:
		1 of [
			cuckoo.sync.mutex(/a/),
			cuckoo.sync.mutex(/b/)
		]

is formatted into

	condition:
		1 of [
		cuckoo.sync.mutex(/a/),
		cuckoo.sync.mutex(/b/)
		]
}

but at least it no longer crashes. Once it's merged please release 3.9.2 as a hotfix release.

@metthal metthal changed the base branch from master to hotfix/3.9.2 June 4, 2021 01:46
@metthal metthal force-pushed the hotfix-user-defined-array branch 3 times, most recently from d772332 to 8dfb4a0 Compare June 4, 2021 02:12
@metthal metthal force-pushed the hotfix-user-defined-array branch from 8dfb4a0 to 3106e29 Compare June 4, 2021 02:14
Copy link
Contributor

@TadeasKucera TadeasKucera left a comment

Choose a reason for hiding this comment

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

Thank you very much for such fast hotfix!

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.

None yet

2 participants