Pinned
4,846 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 185 commits in 32 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 7 repositories not shown
Created 7 repositories
- larshp/zJSON ABAP
- larshp/abap-metrics-provider ABAP
- larshp/set_tadir ABAP
- larshp/abap_mustache ABAP
- larshp/chartjs-chart-treemap JavaScript
- larshp/abap_scheme ABAP
- larshp/ABAPQuickFix Java
Created a pull request in abapGit/abapGit that received 4 comments
http, add basic unit test
note that this will trigger external communication in the unit tests by calling https://httpbin.org/get, but I cannot really think of other ways to…
+29
−3
•
4
comments
Opened 117 other pull requests in 26 repositories
abaplint/transpiler
27
merged
- 1.1.34, fix chaining and INTF requires
- 1.1.33, database scaffolding, fail at runtime
- 1.1.32, change method input to INPUT
- 1.1.31, cli specify config, TRANSLATE USING, concat_lines_of
- 1.1.30, DO forever should set sy-index & concat_lines_of without sep
- 1.1.29, update deps
- 1.1.28, bugfixes
- 1.1.27, bugfix, CREATE OBJECT, LOOP objects
- 1.1.26, bugfix and update deps
- 1.1.25, bugfix, DO method() TIMES
- update abaplint to latest
- 1.1.24, update deps
- 1.1.23, update abaplint to latest
- 1.1.22, fix case
- 1.1.21, bugfix, constructor call
- 1.1.20, CALL METHOD super constructor
- 1.1.19, structured set()
- 1.1.18, update deps
- 1.1.17, handle method parameter uppercase
- 1.1.16, handle code casing better, method names, compares
- 1.1.15, DATA BEGIN, replace()
- 1.1.14, fix for CP whitespace handling, refactoring
- 1.1.13, misc fixes
- 1.1.8, rework constructors
- 1.1.7, fix for global interfaces
- Some pull requests not shown.
abapGit/abapGit
2
open
19
merged
- refactor ZCL_ABAPGIT_TIME
- bugfix, Component MAIN_LANG_ONLY not found in targ
- unit testing test
- update ajson to latest
- remove more unused variables
- delete some unused variables
- data serialization, keep item order
- suppress syntax warnings
- docs: SUSH supported
- zif_abapgit_html_viewer, change to class based exc
- update ajson from mirror
- unit testing test
- use non interfaced fields_to_string()
- unit testing test
- update deps
- omit some default parameter names
- data, basic serialization
- string map: change set() input value to csequence
- docs: ui forms, fix syntax in example
- docs: ui forms, fix title
- data: use ajson for serialization
abaplint/abaplint
18
merged
- 2.65.3, rules.abaplint.org bugfix, system-call parsing fix
- 2.65.2, bugfix, DATA from interfaced interface
- 2.65.1, bugfixes
- 2.65.0, update deps
- 2.64.6: bugfixes, REF #, keep_single_parameter_on_one_line
- 2.64.5, fix for voided type references
- 2.64.4, unused_variables, should respect pseudo comment, void type refs
- 2.64.3, bugfixes, APPEND on v702, check_subrc, unused_variables
- 2.64.2, minor fixes, export Severity
- 2.64.1, bugfix, TYPES with OCCURS
- 2.64.0, new rule: use_class_based_exceptions
- 2.63.16, bugfix, implement_methods
- 2.63.15, bugfixes
- 2.63.14, bugfix, ALIASed attribute
- 2.63.13
- 2.63.12, bugfix, voided method parameter
- 2.63.11, report more unknown types
- 2.63.10, parsing WITH, export Identifier
open-abap/open-abap
10
merged
abap-openapi/abap-openapi-client
1
open
4
merged
abapGit/ajson_mirror
5
merged
abaplint/abaplint-sci-client
1
open
2
merged
abaplint/deps
3
merged
larshp/abap-wasm
1
open
1
merged
abapGit/ci_tools
1
open
1
merged
abaplint/abaplint-sci-server
1
open
1
merged
sbcgua/ajson
2
merged
larshp/abapGitServer
2
merged
larshp/ABAP-Swagger
2
merged
se38/zJSON
1
merged
abap-observability-tools/abap-metrics-provider
1
merged
SAP2Moose/SAP2Moose
1
merged
dbh-ihe/set_tadir
1
open
sbcgua/abap_mustache
1
merged
kurkle/chartjs-chart-treemap
1
open
abapGit/git_host_apis
1
open
larshp/abapOpenChecks
1
merged
nomssi/abap_scheme
1
merged
larshp/abap-advent-2020
1
open
1
repository not shown
Reviewed 10 pull requests in 5 repositories
abapGit/abapGit 4 pull requests
abaplint/abaplint 2 pull requests
sapmentors/abap2xlsx 2 pull requests
SAP/code-pal-for-abap 1 pull request
abaplint/transpiler 1 pull request
Created an issue in sbcgua/ajson that received 11 comments
array column names are sorted
Hi, Should the behavior be changed, so the json follows the ABAP structure? Or add an option to keep the columns/structure fields in the same order?
11
comments
Opened 68 other issues in 17 repositories
abaplint/transpiler
9
open
13
closed
- typeTodoDataReference
- chaining bug?
- INTF require()'s not needed
- GET TIME STAMP FIELD
- INSERT LINES OF lt_new_nodes INTO TABLE mt_json_tree.
- optimize method calls, the header part, only do new if needed
- cli, add possibility to specify configuration file
- integer to string conversion
- TRANSLATE USING
- concat_lines_of should return a real runtime object
- READ TABLE conditions, executed multiple times?
- WRITE /.
- cx_root circular dependency
- bug, DO method() TIMES
- misuse SYSTEM-CALL instead of misusing WRITE for "kernel" calls?
- structured set
- circular references
- replace() with "with" parameter
- DataBegin not supported, data begin of ls_msg
- bug, CP operator
- await in constructors
- interfaced fields with "me" prefixed
abaplint/abaplint
8
closed
10
open
- false positive, unused variables, SYSTEM-CALL
- unused types, false positive, via alias
- report error if mandatory method parameter is not supplied
- show if parameter is optional in method reference hover
- CLAS/INTF, error if method/attribute/type name is more than 30 characters
- CLAS/INTF, check for duplicate method/attribute/type names
- CLAS, <WITH_UNIT_TESTS>X</WITH_UNIT_TESTS> consistency check
- CLAS, Referencing locals_imp from private section should cause syntax errors
- unused_variables, should respect pseudo comment
- unused_variables, false positives with function module
- unused_variables, false positives
- keyword_case, configuration documentation
- check_subrc, skip check if assigning and checking assigning
- implement method, false positive
- use class based exceptions
- interface referring non-existent interface should give error
- syntax error, false positive with ALIASES
- give error if method have multiple identical parameter names
abapGit/abapGit
7
open
3
closed
- docs, AVAR missing in https://docs.abapgit.org/ref-supported.html
- zcl_abapgit_time, rewrite using CL_ABAP_TIMESTAMP_UTIL and CL_ABAP_TSTMP
- delete method zif_abapgit_cts_api~is_chrec_possible_for_package
- ZCL_ABAPGIT_UTILS, refactor unit test
- zcl_abapgit_xml_output testclass, remove BCS usages
- adjust namespace documentation
- move method is_sap_object_allowed to zcl_abapgit_environment
- zif_abapgit_html_viewer: exceptions + CNHT_POST_DATA_TAB & CNHT_QUERY_TABLE
- UI - textarea defaults to two newlines
- UI - form render(), default iv_form_class ?
open-abap/open-abap
2
open
1
closed
sbcgua/ajson
2
closed
sapmentors/abap2xlsx
2
open
SAP/styleguides
1
open
stockbal/abap-db-browser
1
closed
sbcgua/abap_mustache
1
open
abapGit/git_host_apis
1
open
abaplint/abaplint-sci-client
1
open
larshp/abapOpenChecks
1
closed
abaplint/abaplint-docker
1
open
dotabap/dotabap-validator
1
open
SchwarzIT/abap_oo_patterns
1
open
victorizbitskiy/zconcurrency_api
1
closed
abapGit/ajson_mirror
1
open
Joined the abap-openapi organization
abap-openapi
ABAP and OpenAPI