issues
search
usethesource
/
rascal
The implementation of the Rascal meta-programming language (including interpreter, type checker, parser generator, compiler and JVM based run-time system)
http://www.rascal-mpl.org
Other
407
stars
77
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
toJSON and fromJSON were deprecated and replaced by asJSON and parseJSON but the new functions do not pass the tests.
#2086
jurgenvinju
opened
14 hours ago
0
Type reification code does not support character class combinators such as `||` union
#2085
jurgenvinju
opened
3 days ago
0
Fixed the case where one of the alternative of an ambiguity is an emp…
#2084
PieterOlivier
opened
4 days ago
1
Add/update categories to Rascal grammar
#2083
sungshik
opened
5 days ago
4
Add method `getTagValue` that generalizes `getCategory`
#2082
sungshik
closed
5 days ago
1
Free newlines in string constants without margin character
#2081
jurgenvinju
opened
5 days ago
0
Fix excessive whitespace issue in `newRascalProject`
#2080
sungshik
closed
5 days ago
1
`RASCAL.MF` generated by `newRascalProject` triggers an error in VS Code
#2079
sungshik
closed
5 days ago
4
Renamed 'symbol' field in skipped production to 'def'
#2078
PieterOlivier
closed
1 week ago
1
Add keyword parameters to function type signatures
#2077
jurgenvinju
opened
1 week ago
0
need `memo` strategy modifier for `visit` to avoid exponential running times.
#2076
jurgenvinju
opened
1 week ago
8
Feat/remove auto disambiguation
#2075
PieterOlivier
opened
1 week ago
1
added a function that can filter error trees which are in optional positions in a grammar (list elements and optionals)
#2074
jurgenvinju
opened
2 weeks ago
1
feat/error recovery robust field projection
#2073
jurgenvinju
opened
2 weeks ago
2
Generalize `getCategory` in `ProductionAdapter` to get any tag value
#2072
sungshik
closed
5 days ago
1
False deprecation warning for overloaded constructor
#2070
jurgenvinju
opened
2 weeks ago
0
Fixed @<column> requirement implementation
#2069
PieterOlivier
closed
1 week ago
3
Added support for following prefix-shared productions when determining end matcher
#2068
PieterOlivier
opened
2 weeks ago
0
Identical inner functions are flagged as code clones
#2067
rodinaarssen
closed
2 weeks ago
1
Fix off-by-one issue in `isOverlapping`
#2066
sungshik
closed
2 weeks ago
7
Rascal srcs path changes resulting in unfindable modules
#2065
leegbestand
opened
3 weeks ago
0
Added '\n' end matcher so end-of-line is also seen as skip terminator
#2064
PieterOlivier
closed
3 weeks ago
1
Unsupported splice pattern causes NULL pointer exception inside interpreter
#2071
leegbestand
closed
2 weeks ago
1
Migrate to jline3
#2063
DavyLandman
opened
1 month ago
0
Fixed size inconsistency between allocating and enlarging
#2062
PieterOlivier
closed
1 month ago
1
Fix for crash bug: allocating and enlarging bitset should use the same size
#2061
PieterOlivier
closed
1 month ago
0
moved definitions of Message, Command and CodeAction from util::LanguageServer in rascal-lsp to standard library util::IDEServices
#2060
jurgenvinju
closed
1 month ago
1
IO exceptions sometimes have a null message, we should detect that and throw something else.
#2059
DavyLandman
opened
1 month ago
4
string for-loop interpolation with "separator" feature requested
#2058
jurgenvinju
opened
1 month ago
1
Trigger recovery when only recovery stacks are left
#2057
PieterOlivier
closed
1 month ago
1
Add-assign of incompatible set types does not raise error
#2056
toinehartman
closed
1 month ago
1
Missing a "info" or "warning" message at the call-site of @deprecated functions
#2055
jurgenvinju
closed
1 month ago
1
constructors with empty field names break
#2054
jurgenvinju
opened
1 month ago
0
Support for parsing input that forms a valid prefix
#2053
PieterOlivier
closed
1 month ago
1
deprecated module has squiqqlies over the entire file
#2052
jurgenvinju
closed
1 month ago
1
static types of defaults of common keyword parameters were lost
#2051
jurgenvinju
closed
1 month ago
1
`rascalTModelForLocs` does not return TModel
#2050
toinehartman
closed
1 month ago
1
(common) keyword field projecten out of ADT produces dynamic instead of static type for the static type result.
#2049
jurgenvinju
closed
1 month ago
0
Internal crash instead of static error for relation field projection on unlabeled relation types
#2048
jurgenvinju
closed
1 month ago
1
Using parallel again, faster build times
#2047
DavyLandman
closed
1 month ago
1
Typechecker fails to report error on invalid function return type
#2046
toinehartman
closed
1 month ago
1
"Expected set[void], but got set[int]" when assigning an empty set to an uninitialized variable
#2045
arthurrump
opened
1 month ago
1
Type checker reports undefined module after edit
#2044
toinehartman
closed
1 month ago
3
Reimplemented `findAllErrors` function in Java
#2043
PieterOlivier
closed
1 month ago
1
Moved error recovery functions from ParseTree to util::ErrorRecovery
#2042
PieterOlivier
closed
1 month ago
1
Fix small copy/paste error in Prelude.java regarding doc comment of the `last` function
#2041
leegbestand
closed
1 month ago
2
http loc scheme `exists` is always `true`
#2040
jurgenvinju
opened
1 month ago
0
Rascal check crashed unexpectedly with: MultipleKey at: |std:///Map.rsc|(2659,708,<109,0>,<130,54>)
#2039
toinehartman
closed
1 month ago
3
Error recovery
#2038
PieterOlivier
opened
1 month ago
1
Parser origin location was not forwarded properly
#2037
PieterOlivier
closed
1 week ago
6
Next