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

配列代入時に存在チェックをする #491

Merged
merged 4 commits into from
Dec 4, 2023
Merged

Conversation

FineArchs
Copy link
Member

What

例えば

let a = []
a[2] = 'foo'
a[6.21] = 'bar'

などが可能になってしまっているのを修正します。

Why

#490

Additional info (optional)

扱いとしてはバグ修正になると思いますが、一応破壊的です。

@FineArchs
Copy link
Member Author

@syuilo

@FineArchs
Copy link
Member Author

https://github.com/aiscript-dev/aiscript/blob/master/docs/contribution/index.md
bugfixなので独断でマージします。

@FineArchs FineArchs merged commit bb89d13 into master Dec 4, 2023
4 checks passed
@FineArchs FineArchs deleted the FineArchs-patch-1 branch December 4, 2023 11:48
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.

2 participants