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

Not having a comma after a pair in maps cause a stop. #19

Open
arshamalh opened this issue Sep 6, 2022 · 3 comments
Open

Not having a comma after a pair in maps cause a stop. #19

arshamalh opened this issue Sep 6, 2022 · 3 comments

Comments

@arshamalh
Copy link
Contributor

I think there should be something to handle this situation:

data = {
  "name":"Kahroba",
  "version":0.1 // ***** It doesn't have a comma
  "another_key": "val"
}
println(data)
println("something") // **** This will never be printed!

The terminal just waits like it's got stuck in an infinite loop, but it doesn't throw any error.

@kahroba-lang2
Copy link
Contributor

مشکلات این چنین زیاد اتفاق میفته بخاطر نبود ارور هندلینگ
همونطور که توی پست معرفی کهربا هم گفتم به خاطر پیچیده تر نشدن کدبیس کهربا هیچ ارور هندلینگی وجود نداره
ولی به عنوان یکی از ملزومات در آینده حتما باید به کد اضافه شه

@mehdi-ra
Copy link
Contributor

خب به نظرتون بهتر نیست از یه جایی به بعد این رو هم اضافه کنیم ؟ اما یه ورژن بزنیم به همین نسخه یا یه نسخه استیبل تر تا برای پرکتیس باشه ؟

@kahroba-lang2
Copy link
Contributor

خب به نظرتون بهتر نیست از یه جایی به بعد این رو هم اضافه کنیم ؟ اما یه ورژن بزنیم به همین نسخه یا یه نسخه استیبل تر تا برای پرکتیس باشه ؟
آپدیت بعدی اضافه شدن ارور هندلینگ به کد خواهد بود

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

No branches or pull requests

3 participants