programming-language
Here are 4,376 public repositories matching this topic...
-
Updated
Aug 16, 2021 - Kotlin
-
Updated
Aug 16, 2021 - V
-
Updated
Aug 2, 2021
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Jun 9, 2021 - TypeScript
-
Updated
Aug 4, 2021 - Python
-
Updated
Jul 16, 2021 - Perl
-
Updated
Aug 10, 2021 - Python
-
Updated
Aug 16, 2021 - OCaml
-
Updated
Aug 16, 2021 - Dart
-
Updated
Mar 20, 2018 - TypeScript
-
Updated
Jul 26, 2021
-
Updated
Feb 21, 2021
-
Updated
Aug 13, 2021 - TypeScript
GCC 11.1.0, Arch Linux x86_64.
[ 74%] Building C object src/ponyc/CMakeFiles/ponyc.dir/main.c.o
/build/ponyc/src/ponyc-0.43.0/src/ponyc/main.c: In function ‘main’:
/build/ponyc/src/ponyc-0.43.0/src/ponyc/main.c:94:5: error: ‘strncat’ specified bound 1 equals source length [-Werror=stringop-overflow=]
94 | strncat((char*)opt.all_args, " ", 1);
| ^~~~~~~~~~~~~~~~~~~~~~~~
-
Updated
Aug 16, 2021 - Red
-
Updated
Aug 13, 2021 - Haxe
-
Updated
Aug 15, 2021 - Go
-
Updated
Jul 8, 2021 - JavaScript
-
Updated
Aug 16, 2021 - Java
-
Updated
Aug 15, 2021 - Go
-
Updated
Jul 22, 2021 - C
There are several issues with the test_yourMethod
method in the example in the UnitTest help file that prevents it from compiling:
- The variable
p
is undefined. - The
p.register
method fails. - The test ```this.assertFloatEquals( 4.0 , 1.0 *
-
Updated
Jul 27, 2021 - JavaScript
I was searching the docs for any benchmarks or comparisons of an application written in Mint, with other modern frameworks, like Svelte or Vue, but i couldn't find anything, this could be fairly useful, especially for enthusiasts or people who are interested in the project and considering giving it a try, but have concerns about performance and/or size
-
Updated
Feb 3, 2021 - Swift
-
Updated
Aug 10, 2021 - 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."
Defining
propertynames
for non-struct types is not enough to enable tab completion in the REPL, as is being done withCptr
(analytech-solutions/CBinding.jl#77) and eventually withPtr
(JuliaInterop/Clang.jl#316). It appears to be prevented because of the followingisstructtype
check: https://github.com/JuliaLang/julia/blob/c95448fb988441