-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error recovery #2038
base: main
Are you sure you want to change the base?
Error recovery #2038
Commits on Mar 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9deefa3 - Browse repository at this point
Copy the full SHA 9deefa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1fdf89 - Browse repository at this point
Copy the full SHA d1fdf89View commit details
Commits on Mar 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9ae895c - Browse repository at this point
Copy the full SHA 9ae895cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e43070 - Browse repository at this point
Copy the full SHA 4e43070View commit details -
renamed recoverer and simplified to whitespace only and all context-f…
…ree non-terminals
Configuration menu - View commit details
-
Copy full SHA for ff99ac9 - Browse repository at this point
Copy the full SHA ff99ac9View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2a0b66 - Browse repository at this point
Copy the full SHA d2a0b66View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9439a4 - Browse repository at this point
Copy the full SHA d9439a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for d87b4b8 - Browse repository at this point
Copy the full SHA d87b4b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4897d88 - Browse repository at this point
Copy the full SHA 4897d88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5803411 - Browse repository at this point
Copy the full SHA 5803411View commit details -
wired boolean parameter for robustness from Rascal function down to p…
…arser implementation
Configuration menu - View commit details
-
Copy full SHA for 3adee6c - Browse repository at this point
Copy the full SHA 3adee6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7318e8f - Browse repository at this point
Copy the full SHA 7318e8fView commit details
Commits on Apr 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f6e13d8 - Browse repository at this point
Copy the full SHA f6e13d8View commit details
Commits on Apr 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ba0fb43 - Browse repository at this point
Copy the full SHA ba0fb43View commit details
Commits on Apr 14, 2022
-
Sometimes recovery nodes start before the current location where the parser failed to continue. Since the parser works with a short queue of schedulede TODO's around the current cursor, we might end up outside of this queue when recovering. This breaks several unspecified invariants of the SGTBF implementations. For now I added a detection that a recovery node is to be planned before the currently retained history and filter that recovery node. The next step will be to make sure backtracking over the current location is made possible.
Configuration menu - View commit details
-
Copy full SHA for 650224a - Browse repository at this point
Copy the full SHA 650224aView commit details
Commits on Apr 15, 2022
-
added possibility for recovered nodes to start back in time (at earli…
…er input locations)
Configuration menu - View commit details
-
Copy full SHA for 6d5d49b - Browse repository at this point
Copy the full SHA 6d5d49bView commit details -
fixed off-by-one: error nodes should be scheduled one character ahead…
… because the next parser loop iteration always wants to advance one character
Configuration menu - View commit details
-
Copy full SHA for 78ee76b - Browse repository at this point
Copy the full SHA 78ee76bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9f8fc9 - Browse repository at this point
Copy the full SHA d9f8fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 685198d - Browse repository at this point
Copy the full SHA 685198dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d5435b - Browse repository at this point
Copy the full SHA 1d5435bView commit details
Commits on Apr 19, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 50edd09 - Browse repository at this point
Copy the full SHA 50edd09View commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5265ef0 - Browse repository at this point
Copy the full SHA 5265ef0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2162c9 - Browse repository at this point
Copy the full SHA a2162c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 91fb32b - Browse repository at this point
Copy the full SHA 91fb32bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 018826f - Browse repository at this point
Copy the full SHA 018826fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b6e8b8 - Browse repository at this point
Copy the full SHA 7b6e8b8View commit details -
make sure that (a) BasicIDEServices are registered for the commandlin…
…e version of Rascal and (b) the edit command is wired to the edit IDEService
Configuration menu - View commit details
-
Copy full SHA for 4aefd52 - Browse repository at this point
Copy the full SHA 4aefd52View commit details -
basic IDE services can now also browse contents of files which are no…
…t in the scheme by copyinhthe contents to a tmp file
Configuration menu - View commit details
-
Copy full SHA for dde9bd9 - Browse repository at this point
Copy the full SHA dde9bd9View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6f9b2b9 - Browse repository at this point
Copy the full SHA 6f9b2b9View commit details
Commits on Jun 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d88ac77 - Browse repository at this point
Copy the full SHA d88ac77View commit details
Commits on Jun 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 517df9c - Browse repository at this point
Copy the full SHA 517df9cView commit details
Commits on Jun 17, 2024
-
Added 'toString' methods and fixed issue in recoverer.
- Added a lot of toString methods to help understading when debugging as VSCode uses toString to display the value of objects - Fixed iteration order in recoverer. I am not sure if the incoming nodes are always ordered by location, if not we might need to sort them in the future.
Configuration menu - View commit details
-
Copy full SHA for c779820 - Browse repository at this point
Copy the full SHA c779820View commit details
Commits on Jun 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 13ffcef - Browse repository at this point
Copy the full SHA 13ffcefView commit details -
Removed 'Reflective' prefix from StackNodeIdDispenser class name
Reflective is just the way the dispenser is implemented. No need for users of this class to be aware of this.
Configuration menu - View commit details
-
Copy full SHA for b8eb72e - Browse repository at this point
Copy the full SHA b8eb72eView commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f82006c - Browse repository at this point
Copy the full SHA f82006cView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c8faf66 - Browse repository at this point
Copy the full SHA c8faf66View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88cddc3 - Browse repository at this point
Copy the full SHA 88cddc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d19281 - Browse repository at this point
Copy the full SHA 6d19281View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd5914 - Browse repository at this point
Copy the full SHA bcd5914View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb6ffe5 - Browse repository at this point
Copy the full SHA fb6ffe5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27f1afc - Browse repository at this point
Copy the full SHA 27f1afcView commit details
Commits on Jul 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 15fedbf - Browse repository at this point
Copy the full SHA 15fedbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0eed9a1 - Browse repository at this point
Copy the full SHA 0eed9a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b044fd - Browse repository at this point
Copy the full SHA 2b044fdView commit details
Commits on Aug 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d5dbe8c - Browse repository at this point
Copy the full SHA d5dbe8cView commit details
Commits on Aug 8, 2024
-
In addition to using whitespace we now also skip until after the last…
… token in the production
Configuration menu - View commit details
-
Copy full SHA for 2246e06 - Browse repository at this point
Copy the full SHA 2246e06View commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b11450 - Browse repository at this point
Copy the full SHA 4b11450View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8ef03b4 - Browse repository at this point
Copy the full SHA 8ef03b4View commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d82f20 - Browse repository at this point
Copy the full SHA 7d82f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 706662b - Browse repository at this point
Copy the full SHA 706662bView commit details
Commits on Aug 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7d68129 - Browse repository at this point
Copy the full SHA 7d68129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b2939c - Browse repository at this point
Copy the full SHA 6b2939cView commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ff350ca - Browse repository at this point
Copy the full SHA ff350caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d3d58d - Browse repository at this point
Copy the full SHA 6d3d58dView commit details
Commits on Aug 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d765aaa - Browse repository at this point
Copy the full SHA d765aaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a4c4494 - Browse repository at this point
Copy the full SHA a4c4494View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34dccde - Browse repository at this point
Copy the full SHA 34dccdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eceab2 - Browse repository at this point
Copy the full SHA 7eceab2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e8f4cb - Browse repository at this point
Copy the full SHA 8e8f4cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70d04cc - Browse repository at this point
Copy the full SHA 70d04ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for defa9ae - Browse repository at this point
Copy the full SHA defa9aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8194e6 - Browse repository at this point
Copy the full SHA a8194e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6feaf4d - Browse repository at this point
Copy the full SHA 6feaf4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b95e14e - Browse repository at this point
Copy the full SHA b95e14eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f185e70 - Browse repository at this point
Copy the full SHA f185e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4c9664f - Browse repository at this point
Copy the full SHA 4c9664fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 154a0b8 - Browse repository at this point
Copy the full SHA 154a0b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e19cd9 - Browse repository at this point
Copy the full SHA 6e19cd9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ada22e9 - Browse repository at this point
Copy the full SHA ada22e9View commit details
Commits on Aug 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b4ac5ee - Browse repository at this point
Copy the full SHA b4ac5eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a9734d - Browse repository at this point
Copy the full SHA 2a9734dView commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 72324dc - Browse repository at this point
Copy the full SHA 72324dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a6c089 - Browse repository at this point
Copy the full SHA 8a6c089View commit details -
Added 'recovery' tests and introduced artificial failure to see if te…
…sts are executed
Configuration menu - View commit details
-
Copy full SHA for fe4a633 - Browse repository at this point
Copy the full SHA fe4a633View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c1355 - Browse repository at this point
Copy the full SHA b5c1355View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80307f2 - Browse repository at this point
Copy the full SHA 80307f2View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2fcbf59 - Browse repository at this point
Copy the full SHA 2fcbf59View commit details -
Configuration menu - View commit details
-
Copy full SHA for cacf744 - Browse repository at this point
Copy the full SHA cacf744View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4962772 - Browse repository at this point
Copy the full SHA 4962772View commit details
Commits on Sep 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1c3f65d - Browse repository at this point
Copy the full SHA 1c3f65dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ce5f1c - Browse repository at this point
Copy the full SHA 6ce5f1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 346f1d9 - Browse repository at this point
Copy the full SHA 346f1d9View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3675201 - Browse repository at this point
Copy the full SHA 3675201View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbc7fb5 - Browse repository at this point
Copy the full SHA dbc7fb5View commit details
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b11ea45 - Browse repository at this point
Copy the full SHA b11ea45View commit details -
Configuration menu - View commit details
-
Copy full SHA for 622d406 - Browse repository at this point
Copy the full SHA 622d406View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0679ca7 - Browse repository at this point
Copy the full SHA 0679ca7View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 74362f8 - Browse repository at this point
Copy the full SHA 74362f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e2ac44 - Browse repository at this point
Copy the full SHA 5e2ac44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7131d5f - Browse repository at this point
Copy the full SHA 7131d5fView commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fc8dd1 - Browse repository at this point
Copy the full SHA 4fc8dd1View commit details -
Merge pull request #2020 from usethesource/to-token-recoverer
Implement basic error recovery
Configuration menu - View commit details
-
Copy full SHA for b415e7a - Browse repository at this point
Copy the full SHA b415e7aView commit details
Commits on Sep 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc076d3 - Browse repository at this point
Copy the full SHA fc076d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9d1b403 - Browse repository at this point
Copy the full SHA 9d1b403View commit details -
Configuration menu - View commit details
-
Copy full SHA for a98a96b - Browse repository at this point
Copy the full SHA a98a96bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 61ab83b - Browse repository at this point
Copy the full SHA 61ab83bView commit details -
Configuration menu - View commit details
-
Copy full SHA for de0bfca - Browse repository at this point
Copy the full SHA de0bfcaView commit details
Commits on Sep 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1397669 - Browse repository at this point
Copy the full SHA 1397669View commit details -
Configuration menu - View commit details
-
Copy full SHA for c48a010 - Browse repository at this point
Copy the full SHA c48a010View commit details
Commits on Sep 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4b763e9 - Browse repository at this point
Copy the full SHA 4b763e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a53c90 - Browse repository at this point
Copy the full SHA 2a53c90View commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b1c5e - Browse repository at this point
Copy the full SHA e9b1c5eView commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2a47f44 - Browse repository at this point
Copy the full SHA 2a47f44View commit details -
Configuration menu - View commit details
-
Copy full SHA for 191b9c5 - Browse repository at this point
Copy the full SHA 191b9c5View commit details -
Fixed problem where allocated array was too small
This problem only surfaces when doing error recovery.
Configuration menu - View commit details
-
Copy full SHA for 2c4cfdf - Browse repository at this point
Copy the full SHA 2c4cfdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c8cccf - Browse repository at this point
Copy the full SHA 2c8cccfView commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 495fcdc - Browse repository at this point
Copy the full SHA 495fcdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2abd6b5 - Browse repository at this point
Copy the full SHA 2abd6b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3177361 - Browse repository at this point
Copy the full SHA 3177361View commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cd6528d - Browse repository at this point
Copy the full SHA cd6528dView commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f818086 - Browse repository at this point
Copy the full SHA f818086View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b97a9 - Browse repository at this point
Copy the full SHA c2b97a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9cb9e17 - Browse repository at this point
Copy the full SHA 9cb9e17View commit details
Commits on Oct 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 52ea339 - Browse repository at this point
Copy the full SHA 52ea339View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03a4620 - Browse repository at this point
Copy the full SHA 03a4620View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31080c5 - Browse repository at this point
Copy the full SHA 31080c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54e4e0f - Browse repository at this point
Copy the full SHA 54e4e0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2b7d68 - Browse repository at this point
Copy the full SHA c2b7d68View commit details -
Merge pull request #2034 from usethesource/recovery/testing
Test support for error recovery
Configuration menu - View commit details
-
Copy full SHA for 76311db - Browse repository at this point
Copy the full SHA 76311dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4144103 - Browse repository at this point
Copy the full SHA 4144103View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e1b128 - Browse repository at this point
Copy the full SHA 6e1b128View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7641ec - Browse repository at this point
Copy the full SHA f7641ecView commit details
Commits on Oct 3, 2024
-
Error disambiguation can actually return a tree without errors.
Also, optimized the case where no changes are detected in subtrees.
Configuration menu - View commit details
-
Copy full SHA for 92a0570 - Browse repository at this point
Copy the full SHA 92a0570View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa104b - Browse repository at this point
Copy the full SHA 0aa104bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f70dc3b - Browse repository at this point
Copy the full SHA f70dc3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 323c330 - Browse repository at this point
Copy the full SHA 323c330View commit details -
Configuration menu - View commit details
-
Copy full SHA for 826eb29 - Browse repository at this point
Copy the full SHA 826eb29View commit details -
Merge pull request #2036 from usethesource/recovery/optimize-fix-errors
Optimized fixErrorAppl
Configuration menu - View commit details
-
Copy full SHA for 1f1c70a - Browse repository at this point
Copy the full SHA 1f1c70aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 790a590 - Browse repository at this point
Copy the full SHA 790a590View commit details -
Configuration menu - View commit details
-
Copy full SHA for c78ad6f - Browse repository at this point
Copy the full SHA c78ad6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c562109 - Browse repository at this point
Copy the full SHA c562109View commit details -
Configuration menu - View commit details
-
Copy full SHA for d548012 - Browse repository at this point
Copy the full SHA d548012View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd25ac7 - Browse repository at this point
Copy the full SHA bd25ac7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7c2e99 - Browse repository at this point
Copy the full SHA c7c2e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfbf752 - Browse repository at this point
Copy the full SHA bfbf752View commit details
Commits on Oct 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b62fec8 - Browse repository at this point
Copy the full SHA b62fec8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c96712 - Browse repository at this point
Copy the full SHA 3c96712View commit details -
Fixed end-of-line sequence to the source end-of-lines
This should make the tests succeed on the Windows CI machine
Configuration menu - View commit details
-
Copy full SHA for 1796da6 - Browse repository at this point
Copy the full SHA 1796da6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c039de5 - Browse repository at this point
Copy the full SHA c039de5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fac588f - Browse repository at this point
Copy the full SHA fac588fView commit details
Commits on Oct 7, 2024
-
Implemented preservation of sharing
Both when introducing error nodes and when disambiguating errors
Configuration menu - View commit details
-
Copy full SHA for 477552f - Browse repository at this point
Copy the full SHA 477552fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9827f5a - Browse repository at this point
Copy the full SHA 9827f5aView commit details
Commits on Oct 8, 2024
-
Merge pull request #2035 from usethesource/error-disambiguation-in-java
Reimplemented error tree disambiguation in Java
Configuration menu - View commit details
-
Copy full SHA for b0e4514 - Browse repository at this point
Copy the full SHA b0e4514View commit details -
Configuration menu - View commit details
-
Copy full SHA for cec954c - Browse repository at this point
Copy the full SHA cec954cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 340fc0f - Browse repository at this point
Copy the full SHA 340fc0fView commit details -
Merge pull request #2042 from usethesource/recovery/recovery-func-to-…
…own-module Moved error recovery functions from ParseTree to util::ErrorRecovery
Configuration menu - View commit details
-
Copy full SHA for b5561a7 - Browse repository at this point
Copy the full SHA b5561a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad2988f - Browse repository at this point
Copy the full SHA ad2988fView commit details -
Update src/org/rascalmpl/library/util/ErrorRecovery.java
Co-authored-by: sungshik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 740bbe2 - Browse repository at this point
Copy the full SHA 740bbe2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 399eaf1 - Browse repository at this point
Copy the full SHA 399eaf1View commit details -
Merge pull request #2043 from usethesource/recovery/find-all-errors-j…
…ava-impl Reimplemented `findAllErrors` function in Java
Configuration menu - View commit details
-
Copy full SHA for e28ea9a - Browse repository at this point
Copy the full SHA e28ea9aView commit details
Commits on Oct 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9ef4026 - Browse repository at this point
Copy the full SHA 9ef4026View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1547f5 - Browse repository at this point
Copy the full SHA e1547f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31e5407 - Browse repository at this point
Copy the full SHA 31e5407View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf6704 - Browse repository at this point
Copy the full SHA adf6704View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa95103 - Browse repository at this point
Copy the full SHA aa95103View commit details
Commits on Oct 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e58aefc - Browse repository at this point
Copy the full SHA e58aefcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46b707a - Browse repository at this point
Copy the full SHA 46b707aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40fabd6 - Browse repository at this point
Copy the full SHA 40fabd6View commit details
Commits on Oct 15, 2024
-
Update src/org/rascalmpl/library/lang/rascal/tests/concrete/recovery/…
…RecoveryTestSupport.rsc Co-authored-by: sungshik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2921bdc - Browse repository at this point
Copy the full SHA 2921bdcView commit details -
Update src/org/rascalmpl/library/lang/rascal/tests/concrete/recovery/…
…RecoveryTestSupport.rsc Co-authored-by: sungshik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d8c2ca - Browse repository at this point
Copy the full SHA 3d8c2caView commit details -
Merge pull request #2053 from usethesource/recovery/multi-errors
Support for parsing input that forms a valid prefix
Configuration menu - View commit details
-
Copy full SHA for 06eb325 - Browse repository at this point
Copy the full SHA 06eb325View commit details
Commits on Oct 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6528e77 - Browse repository at this point
Copy the full SHA 6528e77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2683d8c - Browse repository at this point
Copy the full SHA 2683d8cView commit details
Commits on Oct 23, 2024
-
Started working on multi-error support
Experimented with max skip length
Configuration menu - View commit details
-
Copy full SHA for 1616898 - Browse repository at this point
Copy the full SHA 1616898View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c1277 - Browse repository at this point
Copy the full SHA 93c1277View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9df7f4a - Browse repository at this point
Copy the full SHA 9df7f4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0637b14 - Browse repository at this point
Copy the full SHA 0637b14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1700d1b - Browse repository at this point
Copy the full SHA 1700d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for af5ab3a - Browse repository at this point
Copy the full SHA af5ab3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c7398f - Browse repository at this point
Copy the full SHA 5c7398fView commit details -
Merge branch 'recovery/only-recovery-stacks-left' into recovery/no-ws…
…-merge-experiment
Configuration menu - View commit details
-
Copy full SHA for e764a94 - Browse repository at this point
Copy the full SHA e764a94View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa0ed1d - Browse repository at this point
Copy the full SHA fa0ed1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 90c3f23 - Browse repository at this point
Copy the full SHA 90c3f23View commit details -
Consolidated multi-error issue encountered in Rascal.
MultiErrorBug condenses the Rascal syntax to only cover the problematic issue. The issue itself is of yet unsolved.
Configuration menu - View commit details
-
Copy full SHA for b1622c0 - Browse repository at this point
Copy the full SHA b1622c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68c7538 - Browse repository at this point
Copy the full SHA 68c7538View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d94b28 - Browse repository at this point
Copy the full SHA 4d94b28View commit details
Commits on Oct 24, 2024
-
Merge pull request #2057 from usethesource/recovery/only-recovery-sta…
…cks-left Trigger recovery when only recovery stacks are left
Configuration menu - View commit details
-
Copy full SHA for c75cba6 - Browse repository at this point
Copy the full SHA c75cba6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 803724c - Browse repository at this point
Copy the full SHA 803724cView commit details -
Configuration menu - View commit details
-
Copy full SHA for eadc959 - Browse repository at this point
Copy the full SHA eadc959View commit details -
Merge pull request #2062 from usethesource/recovery/prop-prefix-bug
Fixed size inconsistency between allocating and enlarging
Configuration menu - View commit details
-
Copy full SHA for 1633109 - Browse repository at this point
Copy the full SHA 1633109View commit details
Commits on Oct 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e123bdc - Browse repository at this point
Copy the full SHA e123bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 32db7de - Browse repository at this point
Copy the full SHA 32db7deView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1c2f56 - Browse repository at this point
Copy the full SHA e1c2f56View commit details
Commits on Oct 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 93b4205 - Browse repository at this point
Copy the full SHA 93b4205View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff5f36d - Browse repository at this point
Copy the full SHA ff5f36dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 377cb8c - Browse repository at this point
Copy the full SHA 377cb8cView commit details
Commits on Oct 31, 2024
-
Merge pull request #2064 from usethesource/recovery/end-of-line-token
Added '\n' end matcher so end-of-line is also seen as skip terminator
Configuration menu - View commit details
-
Copy full SHA for 79267ce - Browse repository at this point
Copy the full SHA 79267ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54a9c53 - Browse repository at this point
Copy the full SHA 54a9c53View commit details
Commits on Nov 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8d35fc9 - Browse repository at this point
Copy the full SHA 8d35fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37ce549 - Browse repository at this point
Copy the full SHA 37ce549View commit details
Commits on Nov 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 415773f - Browse repository at this point
Copy the full SHA 415773fView commit details
Commits on Nov 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 79be4a0 - Browse repository at this point
Copy the full SHA 79be4a0View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e523ce2 - Browse repository at this point
Copy the full SHA e523ce2View commit details -
Merge pull request #2078 from usethesource/recovery/symbol-to-def
Renamed 'symbol' field in skipped production to 'def'
Configuration menu - View commit details
-
Copy full SHA for c861e93 - Browse repository at this point
Copy the full SHA c861e93View commit details
Commits on Nov 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e8bed22 - Browse repository at this point
Copy the full SHA e8bed22View commit details
Commits on Nov 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea5658f - Browse repository at this point
Copy the full SHA ea5658fView commit details
Commits on Nov 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e848bb5 - Browse repository at this point
Copy the full SHA e848bb5View commit details