-
Although I’m not sure if it’s really necessary for open source hackers, but I think it would be nice. The most of open source hackers are already enough familiar with English, but I think givers migh…
-
After using
portmaster -d -a
to update dports using the latest dports master, various machines running either Intel integrated graphics or using a Radeon 4xxx graphics card no longer have hardware acc…
-
The compiler tests fail at compiling the language module because `ceylon.language::Keys` has satisfied type `ceylon.language::Category` which may be due to its default type argument, since `Keys satis…
-
Back during the design of M1, we had a long discussion, with plenty of community involvement, where we decided that we should write the `is` operator expression in the prefix form
```
is Type expr
…
-
The keywords `void`, `given`, and `satisfies` are highlighted in a grey color, instead of the magenta we use everywhere else. Is this intentional?
-
So the idea of "sharing" the same syntax for `Declaration` expressions and `Model` expressions just doesn't seem to be working out. As noticed by @FroMage, we have an especial problem for type paramet…
-
I had a conversation with Shanley on Twitter last night, in which she provided a good deal of feedback on "open companies" vis-a-vis marginalized people. I've collected her feedback here:
https://med…
-
In Java it's illegal for a package to have the same name as a class.
For example, if you have a class named `com.foo` (`package com; class foo{}`) you can't have a package named `com.foo`.
We should…
-
The latest draft currently defines the following connection types that can be returned by this API [1]:
- ethernet
- wifi
- bluetooth
- cellular
- unknown
- other
In this list it is unclear what the…
-
So it's time to answer some questions about single-quoted literals. I've recently decided that there's no reason for a special `Quoted` type, and that single quotes should just be a different way to w…