enhanced the compiler to handle a string as a series of bytes in a byte array literal.

added FileAccessor>>seek:whence:
This commit is contained in:
hyunghwan.chung
2019-10-29 14:21:14 +00:00
parent 044177fa61
commit b5b72c626c
6 changed files with 107 additions and 26 deletions

View File

@ -539,9 +539,7 @@ extend Apex
// TODO: implement this properly
| class_name ctx |
class_name := if (self class == Class) { self name } else { self class name }.
System backtrace.
//System backtrace.
NoSuchMessageException signal: (message_name & " not understood by " & class_name).
}