Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
4,026 contributions in the last year
Activity overview

Contribution activity
October 2020
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- 6 repositories not shown
- larshp/sap-devtoberfest-2020 JavaScript
- larshp/code-pal-for-abap ABAP
- larshp/jenkins-library Groovy
- larshp/opensap-cp13 ABAP
- larshp/abap-platform-rap-opensap
- larshp/FUGR4 ABAP
- larshp/S4HanaConnector Java
- larshp/actions-stats TypeScript
- larshp/ABAP-SDK-for-Azure ABAP
- larshp/head_branch_main
- larshp/abapGit-Repository-Notification ABAP
- larshp/node-mysql2 JavaScript
Created a pull request in abaplint/abaplint-sci-client that received 10 comments
skip SI_ TABL objects if they are empty
#219 @ed-holland can you help testing this change?
- regression test add open-abap/open-abap
- 2.58.26, unused_variables, fix false positive
- 2.58.25, downport APPEND VALUE #
- 2.58.24, downport, outline LOOP AT
- 2.58.23, downport, bugfixes
- 2.58.22, source expression refactoring
- 2.58.21, refactor definitions_top rule
- 2.58.20, downport CONV
- 2.58.19, add new attribute chain expression
- 2.58.18, downport, bug fixes
- 2.58.17, use_new, workaround for CREATE OBJECT
- 2.58.16, downport CAST
- 2.58.15, downport, add variable counter
- 2.58.14, bugfix
- 2.58.13, syntax check bugfix
- 2.58.12, definitions_top, quick fix
- 2.58.11, downport, outline READ TABLE INTO
- 2.58.10, downport, bugfixes
- 2.58.9, downport, fixes
- 2.58.8, downport, bugfixes
- 2.58.7, more cloudy, unused_types bugfixes
- 2.58.6, downport, find inferred type
- 2.58.5, keyword_case quick fix
- 2.58.4, downport, bugfixes
- 2.58.3, downport, bugfixes
- Some pull requests not shown.
- Update README.md, minor changes
- readme updates
- heureka, fibonacci
- start fibonacci
- inlining code
- adding more VM logic
- listing function exports
- pass results of parsing
- parsing sections
- conver the hex length to integer
- binary stream
- refactoring
- text stream, remove WAST comments
- implement i32 add
- start runtime
- read the first entry in the functions table
- assert one function returned
- move to new MODEL package
- start instructions
- updates
- run lint before unit test
- scaffolding
- scaffolding, downport and unit test
- update abaplint config
- update deps
- 0.5.40, refactor READ TABLE
- append structure to table
- 0.5.38, conversion of hex values
- fix web, update webpack to 5
- 0.5.37, loop at assigning, FIND, concat_lines_of
- 0.5.36, handle simple PERFORM, handle interfaced methods
- 0.5.35, delete internal table index
- 0.5.34, one output file per input file
- 0.5.33, add CP, add structured constants
- update deps
- update deps
- runtime 0.5.30
- wip
- updates
- bugfix, the selected commit is not the current commit
- rollback syntax highlighter changes
- remove INTERFACE LOAD statement
- issue #4032, downport
- docs: articles, fix years
- XSLT, fix syntax error
- VIEW file format updates
- update linter configuration
- remove more ALIASes
- delete ltcl_dangerous
- use HEAD symref as default branch
- update links
- ZCL_ABAPGIT_CONVERT additional unit tests
- 1.100.0
- Add selected commit to repo persistence
- ZCL_ABAPGIT_GUI_CHUNK_LIB: Determine commit hash to show current commit hash
- Disable sorting for action column
- ZCL_ABAPGIT_SERVICES_GIT: Add new method checkout_commit to let the user check out commits
- ZCL_ABAPGIT_REPO_ONLINE: Rename SHA1 related attribute and methods
- add user exit for commit display URL
- Fix state calculation for deleted objects
- ZCL_ABAPGIT_REPO_ONLINE: Change methods fetch_remote and push to be able to retrieve and push objects also by commit hash
- TABL: Skip data check for GTTs
- ZCL_ABAPGIT_REPO_ONLINE: Rename get_sha1_remote to get_branch_hash_remote
- Move commit-specific methods from ZCL_ABAPGIT_BRANCH_OVERVIEW to new class ZCL_ABAPGIT_GIT_COMMIT
- ZCL_ABAPGIT_GIT_PORCELAIN=>FULL_TREE: Rename iv_branch to iv_parent
- Add pull_by_commit
- Simplify Ignore Logic
- Refactor user persistence
- upload_pack_by_commit: Be able to get remote objects by any commit hash
- ZCL_ABAPGIT_HASH: Change FM call to method call
Created an issue in abapGit/abapGit that received 9 comments
Remote is not refreshed at refresh
Only when restarting abapGit but remote is at @mariusraht2
- syntax.abaplint.org: graphs for where used
- line_length, some option to allow long urls
- definitions_top quick fix, does not work on BEGIN OF
- prefer_inline, allow CASE positions
- bug, field-symbol is considered valid syntax
- monaco highlighting, bug collection
- downport, xsdbool -> boolc
- false positive, ComponentChain, not a structure (check_syntax) [E]
- cli --fix, output fix sequence/list to console
- dont apply CREATE OBJECT downport if class definition not found
- downport WITH EMPTY KEY -> WITH DEFAULT KEY
- unused type, false positive
- unit testing, quickfix for definitions_top
- use condense() instead of CONDENSE
- annotate rules with "valid from" version
- renaming, does not work well inside macros
- renaming, add support for environment variables
- renaming, friends reference missing
- renaming, add --rename option to the cli
- read table, 702
- Tokenizer, break tokens at "~"
- Hover PERFORM, show more information
- class void references
- VIEW fields without ROLLNAME
- check sy subrc: false positive, also ok if dbcnt is checked
- Some issues not shown.