programming-language
Here are 5,333 public repositories matching this topic...
-
Updated
Apr 6, 2022 - Kotlin
-
Updated
Apr 2, 2022
-
Updated
Apr 6, 2022 - V
-
Updated
Apr 4, 2022 - JavaScript
-
Updated
Mar 24, 2022 - TypeScript
-
Updated
Apr 3, 2022 - Python
Description
Say we have a custom error defined like this in an interface:
interface MyInterface {
error MyCustomError();
}
The compiler mistakenly considers MyInterface.MyCustomError
to be of type function() pure
instead of type error
. The latter is what should be used b
-
Updated
Apr 1, 2022 - Perl
-
Updated
Mar 12, 2022 - Python
-
Updated
Mar 24, 2022 - OCaml
-
Updated
Apr 6, 2022 - Dart
-
Updated
Mar 17, 2022
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Mar 3, 2022
-
Updated
Apr 1, 2022 - JavaScript
-
Updated
Apr 1, 2022 - TypeScript
Currently they use 20.04
The builder will need to be updated and then the version of said builder will need to be updated in .cirrus.yml.
This should get a changelog entry.
Ubuntu 22.04 will be available on or around April 21, 2022.
-
Updated
Apr 3, 2022 - Go
-
Updated
Apr 6, 2022 - Haxe
-
Updated
Apr 5, 2022 - Red
-
Updated
Apr 4, 2022 - Go
-
Updated
Apr 6, 2022 - Java
-
Updated
Sep 3, 2021
Some quarks produce files/folders outside of it's own folder, some quarks need the system to run a certain command after installation/uninstallation or do other things to finish the setup, and while this can be done with a method in a class of the package or documentation, it would be really great to have this automated in the quark file itself.
What I propose is that the quark dictionary contain
-
Updated
Sep 18, 2021 - C
-
Updated
Mar 25, 2022 - JavaScript
i.e. src/one/two/three.js
and src/one/two/three.erl
.
We will need to track Erlang module names to ensure there are no clashes. For example src/one/themodule.erl
and src/two/themodule.erl
in one project is an error.
Improve this page
Add a description, image, and links to the programming-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the programming-language topic, visit your repo's landing page and select "manage topics."
Currently, this is defined only for arrays, but it seems like we should have
(I just came across this when trying to implement this algorithm for random unitary matrices, which is basically
Q * Diagonal(normalize.(diag(R))
, but I discovered thatnormalize
didn't work.)