We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is my erlang version too old(19.3)?
The text was updated successfully, but these errors were encountered:
@derekuang Hi, have you solved this problem? Cuz I encounter the same one.
Sorry, something went wrong.
not work on win10
PS D:\tmp\erl> rebar3 version rebar 3.19.0 on Erlang/OTP 24 Erts 12.3.2
but I can goto define
with record in same file always have this error, but with an .hrl file, with work like before
.hrl
-record(a, {aaaa}). start(_StartType, _StartArgs) -> #a{aaaa = ?AAAA}.
VS can tell me record/marco not define
this is my situation
No branches or pull requests
Is my erlang version too old(19.3)?
The text was updated successfully, but these errors were encountered: