Joey

Results 62 issues of Joey

Create a new ``libs.json`` file to hold a list of 3rd party go libraries for a github action to list out and notify when all of the underlying stdlibs are...

tooling

# Tests * [x] TestGoodCompile * [x] TestBadCompile * [ ] TestMatch * [ ] TestMatchFunction * [ ] TestCopyMatch * [ ] TestReplaceAll * [ ] TestReplaceAllLiteral * [...

Current benchmark holding up GoMap performance ```go package main import ( "fmt" "time" "unicode" ) func main() { stamp := time.Now() for i := 0; i < 1_000_000; i++ {...

slow code

[Stdlib slices](https://pkg.go.dev/[email protected]) is a new go 1.21.0 package that uses an extensive amount of generics. It is also being used in the internals now of sort. Here is a test...

* go command not found -> print out that go is required dependency and can be found at said link. * nodejs compiler version -> check if haxelib has hxnodejs...

# Tests: * [x] TestErrorf * [x] TestFmtInterface * [x] TestSprintf * [x] TestComplexFormatting * [x] TestReorder * [x] TestCountMallocs * [x] TestFlagParser * [x] TestStructPrinter * [x] TestSlicePrinter *...

There is no documentation at the moment discussing setting up a go mod file and if they are needed to use non std pkgs. It seems the go4hx part of...

List of ideas to improve the quality of the dev environment and bringing on new devs seamlessly. * [x] README: add all steps to create a cross platform dev environment....

I'm working on ``strings`` and a few of the test methods use unsafe pointer conversions and usage for comparability I believe. It is advisable to simply skip these tests for...

Error loading StdTypes from go2hx.hl.zip => Failure("Compiler failure while reading hxb chunk ABD of StdTypes: index out of bounds\nPlease submit an issue at https://github.com/HaxeFoundation/haxe/issues/new\nAttach the following information:\nHaxe: 5.0.0-alpha.1+5e4e368\n") OS: macos...