From 796d113ee6ec7d64e24516b781e7c4db1d7b814c Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 4 Aug 2025 15:04:42 +0200 Subject: [PATCH 01/10] update npm dependencies --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 0d870b67..d9b41176 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.113.150", + "@abaplint/cli": "^2.113.151", "@abaplint/database-pg": "^2.10.24", "@abaplint/database-sqlite": "^2.11.0", - "@abaplint/runtime": "^2.11.0", - "@abaplint/transpiler-cli": "^2.11.0", + "@abaplint/runtime": "^2.11.1", + "@abaplint/transpiler-cli": "^2.11.1", "0x": "^6.0.0" } } From 498cd60f27498780e6ce8f0904decafd525f11e6 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 4 Aug 2025 16:12:19 +0200 Subject: [PATCH 02/10] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d9b41176..16cb601d 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@abaplint/cli": "^2.113.151", "@abaplint/database-pg": "^2.10.24", "@abaplint/database-sqlite": "^2.11.0", - "@abaplint/runtime": "^2.11.1", - "@abaplint/transpiler-cli": "^2.11.1", + "@abaplint/runtime": "^2.11.2", + "@abaplint/transpiler-cli": "^2.11.2", "0x": "^6.0.0" } } From 220005b267f68597241383f94738f86e68bf3157 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Mon, 4 Aug 2025 18:00:53 +0200 Subject: [PATCH 03/10] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 16cb601d..17f9ee5e 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@abaplint/cli": "^2.113.151", "@abaplint/database-pg": "^2.10.24", "@abaplint/database-sqlite": "^2.11.0", - "@abaplint/runtime": "^2.11.2", - "@abaplint/transpiler-cli": "^2.11.2", + "@abaplint/runtime": "^2.11.3", + "@abaplint/transpiler-cli": "^2.11.3", "0x": "^6.0.0" } } From 7b3021bc5622aa5906f5b935e28fbdbffae5c521 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 5 Aug 2025 09:43:23 +0200 Subject: [PATCH 04/10] update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 17f9ee5e..067cadca 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.113.151", + "@abaplint/cli": "^2.113.152", "@abaplint/database-pg": "^2.10.24", "@abaplint/database-sqlite": "^2.11.0", - "@abaplint/runtime": "^2.11.3", - "@abaplint/transpiler-cli": "^2.11.3", + "@abaplint/runtime": "^2.11.6", + "@abaplint/transpiler-cli": "^2.11.6", "0x": "^6.0.0" } } From 4c17f8d196b519edca0da23e8216af3c2d215963 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Tue, 5 Aug 2025 10:00:50 +0200 Subject: [PATCH 05/10] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 067cadca..7a72eb00 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@abaplint/cli": "^2.113.152", "@abaplint/database-pg": "^2.10.24", "@abaplint/database-sqlite": "^2.11.0", - "@abaplint/runtime": "^2.11.6", - "@abaplint/transpiler-cli": "^2.11.6", + "@abaplint/runtime": "^2.11.7", + "@abaplint/transpiler-cli": "^2.11.7", "0x": "^6.0.0" } } From 0aa58b6ed62b0871bc91423508e0187ce3b9a9dc Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 6 Aug 2025 07:44:27 +0200 Subject: [PATCH 06/10] update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 7a72eb00..5a5f61a4 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.113.152", + "@abaplint/cli": "^2.113.153", "@abaplint/database-pg": "^2.10.24", "@abaplint/database-sqlite": "^2.11.0", - "@abaplint/runtime": "^2.11.7", - "@abaplint/transpiler-cli": "^2.11.7", + "@abaplint/runtime": "^2.11.8", + "@abaplint/transpiler-cli": "^2.11.8", "0x": "^6.0.0" } } From 7196ec8375cb42a7bc94a9cc6fc48e250bb93eb2 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 6 Aug 2025 08:29:10 +0200 Subject: [PATCH 07/10] add cx_sy_authorization_error --- src/exceptions/cx_sy_authorization_error.clas.abap | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/exceptions/cx_sy_authorization_error.clas.abap diff --git a/src/exceptions/cx_sy_authorization_error.clas.abap b/src/exceptions/cx_sy_authorization_error.clas.abap new file mode 100644 index 00000000..c6e0b55a --- /dev/null +++ b/src/exceptions/cx_sy_authorization_error.clas.abap @@ -0,0 +1,7 @@ +CLASS cx_sy_authorization_error DEFINITION ABSTRACT PUBLIC INHERITING FROM cx_no_check. + +ENDCLASS. + +CLASS cx_sy_authorization_error IMPLEMENTATION. + +ENDCLASS. \ No newline at end of file From 548a2253e83e27e96a93175b5060714f70ecfac4 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 8 Aug 2025 08:07:35 +0200 Subject: [PATCH 08/10] update --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a5f61a4..83de276b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.113.153", + "@abaplint/cli": "^2.113.154", "@abaplint/database-pg": "^2.10.24", "@abaplint/database-sqlite": "^2.11.0", "@abaplint/runtime": "^2.11.8", From acdc0038f6da9c27d8aa24af1bdc32b521afa29b Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 8 Aug 2025 08:24:21 +0200 Subject: [PATCH 09/10] update --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 83de276b..6f85a8ab 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,8 @@ "@abaplint/cli": "^2.113.154", "@abaplint/database-pg": "^2.10.24", "@abaplint/database-sqlite": "^2.11.0", - "@abaplint/runtime": "^2.11.8", - "@abaplint/transpiler-cli": "^2.11.8", + "@abaplint/runtime": "^2.11.9", + "@abaplint/transpiler-cli": "^2.11.9", "0x": "^6.0.0" } } From 338c229b3582c306d95dc80e6c1196dbc6689d8f Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Fri, 8 Aug 2025 12:02:35 +0200 Subject: [PATCH 10/10] update --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 6f85a8ab..5814ac15 100644 --- a/package.json +++ b/package.json @@ -15,11 +15,11 @@ }, "license": "MIT", "dependencies": { - "@abaplint/cli": "^2.113.154", + "@abaplint/cli": "^2.113.155", "@abaplint/database-pg": "^2.10.24", "@abaplint/database-sqlite": "^2.11.0", - "@abaplint/runtime": "^2.11.9", - "@abaplint/transpiler-cli": "^2.11.9", + "@abaplint/runtime": "^2.11.10", + "@abaplint/transpiler-cli": "^2.11.10", "0x": "^6.0.0" } }