Skip to content

[TRACKER] PR #362 #366

@jaibugbot

Description

@jaibugbot
Emailed In Reported Version Latest Broken Version Latest Broken Platforms Fix Version
beta-0.1.096 beta-0.2.010 windows, linux -

Description

default_allocator for some reason have no issue with allocating negative memory (unless it less than -15)

Buggy Code

#import "Basic";
#import "Compiler";

#run {
	set_build_options_dc(.{do_output = false});
	for #v2 < -15..-1 {
		alloc(it);
		print("%\n", it);
	}
}

Workarounds

-

Latest Test Outputs


windows
Compiler Output
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-13
-14
-15

linux
Compiler Output
-1
-2
-3
-4
-5
-6
-7
-8
-9
-10
-11
-12
-13
-14
-15


History V1

Version Windows Linux Mac
beta-0.2.010 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.2.009 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.2.008 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.2.007 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.2.006 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.2.005 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.2.004 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.2.003 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.2.002 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.2.001 ❌ - ExitCode 0 ❌ - ExitCode 0 -
beta-0.1.096 ❌ - ExitCode 0 ❌ - ExitCode 0 -

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions