Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

exception error: undefined function jqerl:parse/2 #6

Closed
dfang opened this issue Mar 6, 2022 · 1 comment
Closed

exception error: undefined function jqerl:parse/2 #6

dfang opened this issue Mar 6, 2022 · 1 comment

Comments

@dfang
Copy link

dfang commented Mar 6, 2022

λ rebar3 shell
===> Verifying dependencies...
cc /private/tmp/jq/c_src/enif_jq.o -arch x86_64 -flat_namespace -undefined suppress -shared -L /Users/mj/.asdf/installs/erlang/24.2.1/lib/erl_interface-5.1/lib -L /private/tmp/jq/c_src/../priv -lei -ljq -o /private/tmp/jq/c_src/../priv/jq.so
install_name_tool -change /usr/local/lib/libonig.4.dylib "@loader_path/libonig.4.dylib" /private/tmp/jq/c_src/../priv/libjq.1.dylib
install_name_tool -change /usr/local/lib/libjq.1.dylib "@loader_path/libjq.1.dylib" /private/tmp/jq/c_src/../priv/jq.so
===> Analyzing applications...
===> Compiling jq
Erlang/OTP 24 [erts-12.2.1] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [jit]

Eshell V12.2.1  (abort with ^G)
1> jqerl:parse(<<".a">>, <<"{\"b\": 1}">>).
** exception error: undefined function jqerl:parse/2
@terry-xiaoyu
Copy link
Collaborator

It is the README.md that should be updated, we've updated jqer to jq, so it should be: jq:parse/2.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants