programming-language
Here are 5,438 public repositories matching this topic...
-
Updated
May 3, 2022 - Kotlin
-
Updated
Apr 24, 2022
-
Updated
May 3, 2022 - V
-
Updated
Apr 25, 2022 - JavaScript
-
Updated
Mar 24, 2022 - TypeScript
Description
Suppose I try to compile the following contract:
//SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract Repro {
function run() public pure returns (string memory) {
return "¡¡¡";
}
}
I get the following error message:
ParserError: Invalid character in string.
--> project:/contracts/Repro.sol:6:12:
|
6 | return "¡¡
-
Updated
Apr 22, 2022 - Python
-
Updated
Apr 15, 2022 - Perl
-
Updated
Mar 12, 2022 - Python
-
Updated
Mar 24, 2022 - OCaml
-
Updated
May 3, 2022 - Dart
-
Updated
Apr 28, 2022
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Mar 3, 2022
-
Updated
Apr 13, 2022 - JavaScript
-
Updated
May 3, 2022 - TypeScript
cloudsmith-package-sychronised.yml needs to be updated to trigger builds based on 22.04 being updated as part of the change.
this shouldn't be done until we verify that 22.04 nightlies have been successfully uploaded at least once.
-
Updated
Apr 25, 2022 - Go
-
Updated
Apr 29, 2022 - Haxe
-
Updated
Apr 30, 2022 - Red
-
Updated
May 2, 2022 - Go
-
Updated
Apr 22, 2022
-
Updated
May 3, 2022 - Java
I believe that the patch
command accepts an optional patch argument, but it isn't described in help patch
:
patch
`patch` rewrites any definitions that depend on definitions with type-preserving edits to use the
updated versions of these dependencies.
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
See: https://canary.discord.com/channels/768594524158427167/811254431051808778/970422823959015454 for the discussion
Example:
fn module_substract (minuend a: Int, subtrahend b: Int) -> Int {
a - b
}
pub fn main() {
// Works as expected:
module_substract(1, 1) // 0
1 |> module_substract(subtrahend: 2) // -1
1 |> module_substract(minuend: 2) // 1
// Should wor
-
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."
I was almost positive that this got fixed but I got this warning. I tried finding the original but can't seem to