neoneo-go/pkg/compiler
Roman Khimov 341d978e5b compiler: walk over functions in reproducible order, fix #3219
It affects both Debug data and bindings, otherwise two unnamed structures can
get any of unnamed/unnamedx names depending on particular invocation.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2023-11-23 13:21:51 +03:00
..
testdata compiler: check for pkg nilness, fix #3202 2023-11-21 21:47:51 +03:00
analysis.go compiler: check for pkg nilness, fix #3202 2023-11-21 21:47:51 +03:00
assign_test.go
binary_expr_test.go
byte_conversion_test.go
codegen.go compiler: check for pkg nilness, fix #3202 2023-11-21 21:47:51 +03:00
codegen_test.go
compiler.go Merge pull request #3218 from nspcc-dev/serialization-limits 2023-11-22 21:28:25 +03:00
compiler_test.go compiler: perform NEF size check on serialization 2023-11-20 15:14:05 +03:00
constant_test.go
convert_test.go
debug.go compiler: walk over functions in reproducible order, fix #3219 2023-11-23 13:21:51 +03:00
debug_test.go
defer_test.go
doc.go
for_test.go
func_scope.go
function_call_test.go
generics_test.go
global_test.go
if_test.go
import_test.go compiler: check for pkg nilness, fix #3202 2023-11-21 21:47:51 +03:00
init_test.go
inline.go
inline_test.go
interop_test.go core, interop: add strLen method for native StdLib contract 2023-11-20 19:23:33 +03:00
jumps_test.go
lambda_test.go
limit_test.go
map_test.go
native_test.go core, rpcsrv: apply generic attributes fee logic to NotaryServiceFeePerKey 2023-11-21 13:42:56 +03:00
nilcheck_test.go
numeric_test.go compiler: Fix emitting big uint64 constants 2023-10-05 16:03:57 +03:00
panic_test.go
pointer_test.go
return_test.go
slice_test.go
struct_test.go
switch_test.go
syscall_test.go compiler: add tests for System.Runtime.CurrentSigners 2023-11-20 14:49:07 +03:00
type_test.go
types.go
vardecl_test.go
vars.go
verify_test.go
vm_test.go