Ondrej Musil
Ondrej Musil
@gj @patrickod would you accept a PR adding Linux arm64 support for Go builds (in the https://github.com/osohq/oso/blob/main/.github/workflows/release.yml)?
@gj made a PR here: https://github.com/osohq/oso/pull/1678
@andrewkoltsov what version of golang are you using? And do you have `CGO_ENABLED=1` set when building?
Accessing object method without brackets (member-like) does not result in parse/runtime error at all
The syntax is correct so parse error is not possible, but there should be a runtime error.
Accessing object method without brackets (member-like) does not result in parse/runtime error at all
Oh well, not sure what are all the things that happen in the actual parser. But syntactically it's correct code. But if there's a way to catch this in parse-time,...
The close was automatic because of the commit message in @pvanek's pull request. The issue is not fully fixed yet.
@sejvlond Yeah. Hopefully tomorrow.
@sejvlond This problem is still present. It only affects modules built with autotools though AFAIK. Which for qore-test-base currently means all the database modules (except ODBC) - mysql, oracle, pgsql,...
``` assertTrue(list.contains("abc")); assertFalse(h.hasKey("abc")); ``` Not enough?