0.3.0 (2022-10-16)
- vm: danger conversion operator (4458a9f)
- vm: null keyword and
Null
type. (a51ba6a) - vm: proper
Addr<T>
printing (c68421d)
- vm: allow non-danger
as
operator to convertAddr<T>
toAddr<Void>
(698dfd3) - vm: missing escape of
{}
format braces (8934a79)
0.2.1 (2022-10-16)
- vm:
--version
parameter. (2bcf38f)
- debug-mode devserver thread not stopping after module execution ends (82cea9f)
- missing
-lpthread
flag on linux (575d9d8) - vm: better wording when module name is missing from parameters (2bcf38f)
- vm: missing
fmt::runtime
when formatting a runtime string (fe029cd)
0.2.0-prealpha (2022-10-16)
- add --logfile option (fc72e80)
- add --logfile option (6161a49)
- app: added basic destructor support (b7ce690)
- clear logs on opening (18ab9bc)
- clear logs on opening (0b56185)
- don't send frame debug message if the frame is
nullptr
. (cf011c2) - format the stack frame' labels in a nicer way (54aecf2)
- send actual context to the debugger (1171f0e)
- send debug messages about the stack frames and allocations (54b39d7)
- vm:
--wait-for-connection
program argument (358625d) - vm:
Breakpoint
struct for a DevServer (7005316) - vm:
builtin::printCharacters
function. (3d1355a) - vm:
devserverLog
function (729c165) - vm: added
json
package and some aliases. (ccb19fe) - vm: added
Void
type (e4d6b7c) - vm: added memory allocation / deallocation functions (fb8a54e)
- VM: basic conversions example. (2939389)
- VM: error handling and formatting utilities. (c443b24)
- VM: exception handling for runtime_error. (322b55e)
- vm: generate and use copy constructors for each type. (ea54c96)
- VM: internal exception class and utils. (08ddecb)
- vm: support constructor templates (ff4044b)
- vm: working on a dev server (f7b80fa)
- vm: working on a dev server and destructors. (16bb61f)
- automation: fixed invalid tag for artifacts (f8fe4e0)
- examples: made examples conforming to the new changes (61792b3)
- proper case for program argument (now):
--skip-root-exception-catching
(d991b41) - proper case for program argument (now):
--skip-root-exception-catching
(afe08a1) - proper formatting in stack json requests (5878c27)
- removed accidentally added test files. (0da83b1)
- typo in json debug message alllocation -> allocation (2970c0d)
- vm: added missing return types for
readInt
andreadFloat
(175a128) - VM: allocateOnStack condition in assert. (332388d)
- VM: conversion operator wrong name extraction. (bad55d9)
- vm: do not allow execution if error ocurred during argument parsing (4154ef9)
- VM: evalPostfixOperator's paramString concatenation loop. (7bf77d3)
- vm: method templates not being handled properly (problem with
self
param) (29d1e1e) - vm: non-debug build used debug-only code. (83d4eed)
- vm: order of core type creation (7bfb829)
- vm: path starting with
.\
bug (337b4c3) - VM: unintended ADL-related error (53ae9af)
- vm: variable getting invalid address when created (1c5b34c)