Changes for version 0.08 - 2022-07-30
- Test Fix
- Fix testing bug that occur upgrading to SPVM 0.9630.
- Improve Exception Messages
- Improve IO::FileHandle exception messages.
- Incompatible Changes
- Remove undocumented Fn->unlink method.
- Remove undocumented Fn->rename method,
- Changed the undocumented definition of fh field of IO::File
- Before
- has fh : private ro IO::FileHandle;
- After
- has fh : private IO::FileHandle;
- Before
- Changed the undocumented definition read method of IO::File
- Before
- method read : int ($bufer : byte[]);
- After
- method read : int ($bufer : mutable string);
- Before
- Remove the undocumented following class variables our $SEEK_SET : ro int; our $SEEK_CUR : ro int; our $SEEK_END : ro int;
- Change the undocumented following definitions
- Before
- our $STDIN : ro int; our $STDOUT : ro int; our $STDERR : ro int;
- After
- native static method STDERR : int (); native static method STDIN : int (); native static method STDOUT : int ();
- Before
Documentation
get, unpack build and install modules from CPAN
Modules
File IO, Socket, Select/Polling.
File Input/Output
File handle
Interface of Handle
Select
Socket
Socket Functions
Socket ipv4 implementation