-
Observed in #493:
When concurrently access a variable, with the race detector, a race condition is detected.
I don't think that race conditions in the interpreted language should reflect in race…
-
For example: `foo ? bar : baz`
-
```ruby
>> lang = 'Goby'
#>> Goby
>> message = "I love #{lang} lang!"
#>> I love Goby lang!
>> message2 = 'I love #{lang} lang!'
#>> I love #{lang} lang!
```
Only double quotation mark suppo…
-
TL;DR: I think we can simplify Goby's parameter syntax in method definition.
Of course the final decision should be @st0012's.
## Terms
Before proceeding, let me define the followings to clar…
-
I am interested in participating in this project, but I am a bit unclear on how to get initially set up and running this project. I would like to have a brief discussion in this issue (or be pointed t…
-
https://github.com/Pauan/nulan
https://github.com/rswier/c4
https://github.com/brownplt/pyret-lang
https://github.com/mndrix/golog
https://github.com/aichaos/rivescript-go
https://github.com/…
-
Float comparison is risky and is not a good practice, I think most programmers would agree this. So should we drop the support (or raise specialized error) when user calling this method, or we should …
-
Hello there. I was taking a look at this repository (not sure how I got here...) and it looks quite interesting. Something I found while checking the code out is that there are several messages hardco…
-
Hi there!
Before anyhing, thanks a lot for this project, is day and night compared to mkinitramfs.
I have a system with a / and /home as XFS partitions and the /boot as Fat32. The / and /home ar…
-
**Describe the bug**
Cannot play DLC from Steam.
**Game**
- [Brotato](https://store.steampowered.com/app/1942280/Brotato/)
- [Brotato: Abyssal Terrors](https://store.steampowered.com/app/286…