programming-language
Here are 5,527 public repositories matching this topic...
-
Updated
May 30, 2022 - Kotlin
-
Updated
May 16, 2022
-
Updated
May 30, 2022 - V
-
Updated
May 28, 2022 - JavaScript
-
Updated
Mar 24, 2022 - TypeScript
Description
Tried running multiple unit tests using isoltest
like so:
sergiuiacob@Sergius-MacBook-Pro solidity % build/test/tools/isoltest --test "yulSyntaxTests/*;objectCompiler/*"
Unhandled exception caught.
/solidity/test/tools/IsolTestOptions.cpp(99): Throw in function virtual void solidity::test::IsolTestOptions::validate() const
Dynamic exception type: boost::wrapexcept<soli
-
Updated
May 30, 2022 - Python
-
Updated
Apr 15, 2022 - Perl
-
Updated
Mar 12, 2022 - Python
-
Updated
May 28, 2022 - OCaml
-
Updated
May 30, 2022 - Dart
-
Updated
May 30, 2022 - Go
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
May 11, 2022
-
Updated
May 25, 2022 - JavaScript
-
Updated
May 30, 2022 - TypeScript
primitive A
primitive B
actor Main
new create(env: Env) =>
let bad = Generic[(A | B)].get()
env.out.print(match bad
| let _: A => "D"
| let _: B => "B"
end)
interface val Default
new val create()
class Generic[T: (Default val | None val)]
let x: T = T.create()
fun get(): T =>
x
https://playground.ponylang.io/?gist=60bfbb2f304c0ad519cf0d68dc9
-
Updated
May 18, 2022 - Go
-
Updated
May 30, 2022 - Haxe
-
Updated
May 30, 2022 - Red
-
Updated
May 30, 2022 - Go
-
Updated
May 29, 2022 - Java
-
Updated
Apr 22, 2022
When the user defines an invalid top-level term, the error message should give correct info about what is permissible.
Of course, if we want to bring back the namespace functionality, disregard!
Motivation
The Git class currently doesn't support submodules which prevents for example using submodules in Quark repos.
Description of Proposed Feature
Add a submodule method to Git
and add submodule recursion to the Quark
install step, eg adding the --recurse-submodules
git flag to the clone command. This will download an
-
Updated
Sep 18, 2021 - C
Compiling the following Gleam code (with gleam v0.21, node v16.14) to JavaScript:
// A type used to encapsulate all parameters used by the Permuted Congruential
// Generator (PCG32).
type PermutedCongruentialGenerator {
PermutedCongruentialGenerator(
int_1: Int,
int_18: Int,
int_27: Int,
int_59: Int,
int_31: Int,
multiplier: Int,
)
}
// A const
-
Updated
Apr 29, 2022 - JavaScript
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."
As described already here, running
on a host with Julia 1.6.1 and connecting to a remote wit