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

Fix error messages for compiler/#311 #129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion formats_err/expr_unknown_method1.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# expr_unknown_method1.ksy: /instances/foo/value:
# error: don't know how to call method 'frobnicate' of object type 'CalcBytesType'
# error: don't know how to call method 'frobnicate' of object type 'byte array'
#
meta:
id: expr_unknown_method1
Expand Down
2 changes: 1 addition & 1 deletion formats_err/expr_unknown_method2.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# expr_unknown_method2.ksy: /instances/foo/value:
# error: don't know how to call method 'frobnicate' of object type 'CalcBytesType'
# error: don't know how to call method 'frobnicate' of object type 'byte array'
#
meta:
id: expr_unknown_method2
Expand Down
2 changes: 1 addition & 1 deletion formats_err/io_on_bytes.ksy
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# io_on_bytes.ksy: /instances/one_in_foo/io:
# error: don't know how to call method '_io' of object type 'BytesLimitType(IntNum(100),None,false,None,None)'
# error: don't know how to call method '_io' of object type 'byte array'
#
meta:
id: io_on_bytes
Expand Down