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
Currently with jtv/parity-push (43082bf), a partially migrated chalk.c42spec produces fn_not_found errors for:
jtv/parity-push
chalk.c42spec
fn_not_found
attr_get
ends_with
high
path_split
sections
and for the chalk c4m files, the fn_not_found errors are for:
$
array_add
command_argv
command_name
env
env_exists
error
find_exe
hex
info
mime_to_dict
rand
run
starts_with
subscribe
trace
url_get
unsubscribe
using_tty
write_file
Which exact subset of these do we want as language builtins? My understanding is not at least these:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently with
jtv/parity-push
(43082bf), a partially migratedchalk.c42spec
producesfn_not_found
errors for:attr_get
ends_with
high
path_split
sections
and for the chalk c4m files, the
fn_not_found
errors are for:$
array_add
command_argv
command_name
env
env_exists
error
find_exe
hex
info
mime_to_dict
rand
run
starts_with
subscribe
trace
url_get
unsubscribe
using_tty
write_file
Which exact subset of these do we want as language builtins? My understanding is not at least these:
command_argv
command_name
error
info
trace
subscribe
unsubscribe
The text was updated successfully, but these errors were encountered: