index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
prism
/
errors_test.rb
Age
Commit message (
Expand
)
Author
2025-02-13
[ruby/prism] No writing to numbered parameters
Kevin Newton
2024-12-16
[ruby/prism] Blocks & kwargs are not valid in index assignments
Matt Valentine-House
2024-12-05
[ruby/prism] Fix error messages for unterminated ( and {
Aaron Patterson
2024-07-25
[ruby/prism] Sync from ruby/ruby
Kevin Newton
2024-07-11
[ruby/prism] Various cleanup for initializers and typechecks
Kevin Newton
2024-07-11
[ruby/prism] Reconfigure error tests
Kevin Newton
2024-06-26
[ruby/prism] Handle block exits under modifiers
Kevin Newton
2024-06-14
[ruby/prism] Ensure ranges are non-associative
Kevin Newton
2024-06-11
[ruby/prism] Match CRuby error message for unknown regexp options
Kevin Newton
2024-06-06
Remove circular parameter syntax error
Kevin Newton
2024-05-30
[ruby/prism] Tests overhaul
Kevin Newton
2024-05-23
[ruby/prism] Raise `void value expression` in begin clauses
eileencodes
2024-05-22
[ruby/prism] Fix support for 'it' implicit local variable
Kevin Newton
2024-05-21
[ruby/prism] Add error for numbered parameter used in inner block
Kevin Newton
2024-05-16
[ruby/prism] Update more escape error messages to match CRuby
Kevin Newton
2024-05-16
[ruby/prism] Update error message for invalid % at EOF
Kevin Newton
2024-05-16
[ruby/prism] Match CRuby error message for unknown % string
Kevin Newton
2024-05-16
[ruby/prism] Always go to string lex mode even if EOF
Kevin Newton
2024-05-15
[ruby/prism] Replace end of file with end-of-input
Kevin Newton
2024-05-10
[ruby/prism] Enhance parameter forwarding error messages
Kevin Newton
2024-05-07
[ruby/prism] Extend error message for unterminated HEREDOC
Kevin Newton
2024-05-03
[ruby/prism] Disallow keywords and blocks in index expressions
Kevin Newton
2024-05-01
[PRISM] Fix up error message expectations
Kevin Newton
2024-05-01
[ruby/prism] CRuby error message for trailing underscore in number
Kevin Newton
2024-04-26
[ruby/prism] Add a flag on returns when they are redundant
Kevin Newton
2024-04-12
[ruby/prism] Better error message on statement inside argument list
Kevin Newton
2024-04-12
[ruby/prism] Better error message on invalid def
Kevin Newton
2024-04-12
[ruby/prism] Syntax error for block argument on yield
Kevin Newton
2024-04-12
[ruby/prism] Fix up embdoc lexing on EOF
Kevin Newton
2024-04-09
[ruby/prism] Fix up invalid global variable error message
Kevin Newton
2024-04-05
[ruby/prism] Replace old circular parameter definition detection
Kevin Newton
2024-04-04
[ruby/prism] Change forwarding error messages to match CRuby
Kevin Newton
2024-04-03
[ruby/prism] Allow block exits in defined? and fix modifier while/until
Kevin Newton
2024-04-03
[ruby/prism] Check for syntax errors using RubyVM
Kevin Newton
2024-04-03
[ruby/prism] Fix up errors test
Kevin Newton
2024-04-03
[ruby/prism] Match circular parameter error message
Kevin Newton
2024-04-01
[ruby/prism] Match more error messages
Kevin Newton
2024-04-01
[ruby/prism] Do not track locals starting with _
Kevin Newton
2024-04-01
[ruby/prism] Use RubyVM::InstructionSequence instead of Ripper for validity c...
Kevin Newton
2024-04-01
[ruby/prism] Track duplicate hash keys for pattern matching
Kevin Newton
2024-04-01
[ruby/prism] Track captures in pattern matching for duplicates
Kevin Newton
2024-03-29
[PRISM] Fix error message for duplicate parameter name
Kevin Newton
2024-03-26
[ruby/prism] Fix an incorrect range of `Prism::Location` when `PM_ERR_RETURN_...
Koichi ITO
2024-03-25
[ruby/prism] Fix incorrect paring when using invalid regexp options
Koichi ITO
2024-03-12
[ruby/prism] Consolidate warnings for conditional predicates
Kevin Newton
2024-02-22
[ruby/prism] Add an IntegerField for parsing integer values
Kevin Newton
2024-02-16
[ruby/prism] Add warning for assignments to literals in conditionals
Haldun Bayhantopcu
2024-02-15
Temporarily update the error message format in prism
Yusuke Endoh
2024-02-12
[ruby/prism] Error messages closer to CRuby
Kevin Newton
2024-02-07
[ruby/prism] Support for Ruby 2.7
Kevin Newton
[next]