Highlights
Pinned
5,886 contributions in the last year
Less
More
Activity overview
Contribution activity
August 2021
Created 201 commits in 35 repositories
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 10 repositories not shown
Created 6 repositories
- larshp/artifact-of-the-month TypeScript
- larshp/node-hdb JavaScript
- larshp/S-RTTI ABAP
- larshp/unit-test-test ABAP
- larshp/guesslang Python
- larshp/vscode-source-map TypeScript
Created a pull request in SAP/abap-file-formats that received 17 comments
INTF - README.md
It takes me multiple tries before I find the files I'm looking for, this adds an overview of all files, which are shown by default via README.md Th…
+5
−10
•
17
comments
Opened 105 other pull requests in 20 repositories
abaplint/transpiler
1
open
23
merged
- update to latest
- 1.6.13, CN & more CONVERT
- 1.6.12, copying table to sorted table should sort
- 1.6.11, sorted tables, first draft
- 1.6.10, await CALL TRANSFORMATION
- 1.6.9, allow XSLT
- 1.6.8: CALL TRANSFORMATION
- 1.6.6, bugfix FIND FIRST
- 1.6.5, CP bugfix
- 1.6.4, bugfix, SPLIT
- 1.6.3, bugfix, SPLIT
- 1.6.2, REFERENCE INTO
- 1.6.1, workaround for web
- 1.6.0, dont run unit tests from lib
- 1.5.8, mapping
- 1.5.7, additional mapping
- 1.5.6, more mapping
- 1.5.5, hack path
- 1.5.4, more source mapping & fix web
- 1.5.3, source map refactoring
- 1.5.2, more source mapping
- regression testing
- 1.5.1, bugfix gt
- 1.5.0, starting source maps
open-abap/open-abap
1
open
20
merged
- update to latest
- CALL TRANSFORMATION via dynamic table
- xml/call transformation
- more CALL TRANSFORMATION
- cx_sy_dyn_call_illegal_method constructor parameters
- if_ixml_attribute implements if_ixml_node
- method parameter fixes
- implement if_ixml_element~get_first_child
- xml attributes: not found, return empty
- xml: attributes wip
- remove duplicate method defintion
- set parameter
- xml: basic parsing of attributes
- xml: test moving nodes
- xml: basic namespace handling
- more basic xml parsing
- proxy_authentication as optional
- N optional, also for IN
- N as OPTIONAL
- xml parsing, scaffolding
- http: handle binary data
abaplint/abaplint
15
merged
- 2.77.4, update monaco and css-loader
- 2.77.3, bugfixes
- 2.77.2, downport table expressions
- 2.77.1, additional automatic downporting
- 2.77.0, rule many_parentheses renamed
- 2.76.16, new MODIFY SCREEN statement
- 2.76.15, only first table key
- 2.76.14, internal table type refactoring
- 2.76.13, CALL TRANSFORMATION, refactoring
- 2.76.12, bugfixes
- 2.76.11, bugfix, required parameters
- 2.76.10, stricter check of constructor and method parameters
- 2.76.9
- 2.76.8
- use node 14, use c8 for coverage
abaplint/deps
13
merged
- add c_exceptn_by_table_entry
- add structure for scimessages
- remove duplicate method definition
- OPTIONAL fixes
- XML: optional fixes
- parameter fixes
- INFORM, more optional parameters
- more optional fixes
- more optional parameter fixes
- more optional
- P_COMMENTS as optional
- cl_ci_result_root implements if_ci_test
- interface implementation fixes
abapGit/abapGit
11
merged
- check exists() before changed_by()
- workaround changed_by
- update abaplint to latest
- LICENSE: Lars Hvam Petersen -> abapGit Contributors
- additional unit testing
- 1.109.0
- xml input: add basic unit test case
- docs: minor change, add ")"
- Enable unit test debugging in vscode
- get_null(), fix syntax error
- git transport: add unit test for parse()
sbcgua/ajson
4
merged
larshp/abapNTLM
2
merged
larshp/abap-advent-2020
2
merged
abaplint/abaplint-sci-client
2
merged
abaplint/vscode-abaplint
1
merged
SAP-samples/artifact-of-the-month
1
merged
SAP/node-hdb
1
merged
abap-openapi/abap-openapi-client
1
merged
sandraros/S-RTTI
1
merged
yoeo/guesslang
1
merged
larshp/abapOpenChecks
1
merged
larshp/abap-wasm
1
merged
larshp/mime_editor
1
merged
larshp/abap-advent-2020-template
1
merged
larshp/abapmerge
1
merged
Reviewed 14 pull requests in 6 repositories
abapGit/abapGit
4 pull requests
SAP/abap-file-formats
4 pull requests
abaplint/abaplint
3 pull requests
dotabap/dotabap-list
1 pull request
larshp/abapOpenChecks
1 pull request
abaplint/deps
1 pull request
Created an issue in abapGit/abapGit that received 5 comments
Unit testing and isolation: replace call to SVRS_COMPUTE_DELTA_REPS with custom code
Replace call to function module SVRS_COMPUTE_DELTA_REPS with custom diff logic
This will make it possible to run unit tests on github actions, plus…
5
comments
Opened 41 other issues in 7 repositories
SAP/abap-file-formats
9
open
7
closed
-
JSON schema:
requiredvsshowAlways - ENHO - Open Questions
- Arrays/internal tables, sorting
- Folder structure, suggest one folder per type
- Refactoring ENUMs
- Automation, validation of new object types
- DDLS, abapLanguageVersion missing?
- DDLS, the objectdependencies filename does not follow specification
- DDLS, look at the actual file contents
- DDLS, json schema missing for objectdependencies
- DDLS: is .objectdependencies.json valid for code review?
- abapLanguageVersion - document design decisions
- Adjust object definition filenames
- Schema generation - features - open questions
- Hvam Status - Object Formats
- NROB: open questions
abaplint/abaplint
5
open
7
closed
- unused variable, report if only CLEAR'ed
- syntax, constructor must call super constructor
- "blah" not found in structure
- give error if passing non compatible variable
- give error if INDEX is not simple
- issue syntax for READ without INTO
- unused_variables: add option to check only local variables
- should report error for identical method names
- more on method parameters
- bug, syntax error not reported, interfaces
- bug, constructor parameter names are not validated
- REDUCE, infer type
