summaryrefslogtreecommitdiff
path: root/spec/syntax_suggest/integration
AgeCommit message (Collapse)Author
2023-08-20Bump up syntax_suggest-1.1.0Hiroshi SHIBATA
2022-12-23Removed the needless test guard for syntax_suggest.Hiroshi SHIBATA
It's resolved by https://github.com/ruby/ruby/commit/5bb43aeb890657ea586e3fabbf763e5b5670ffd7 Notes: Merged: https://github.com/ruby/ruby/pull/7006
2022-12-23[ruby/syntax_suggest] Remove debug printNobuyoshi Nakada
https://github.com/ruby/syntax_suggest/commit/4d53d31bc5
2022-12-23[ruby/syntax_suggest] Should not hardcode ruby nameNobuyoshi Nakada
https://github.com/ruby/syntax_suggest/commit/0d5201b24d
2022-12-09Merge syntax_suggest masterHiroshi SHIBATA
Pick from https://github.com/ruby/syntax_suggest/commit/daee74dcb06296fa69fe8595fdff5d93d432b30d Notes: Merged: https://github.com/ruby/ruby/pull/6890
2022-11-30Update SyntaxSuggest to use angle brackets `>`schneems
``` $ ruby tool/sync_default_gems.rb syntax_suggest Sync ruby/syntax_suggest ``` https://github.com/ruby/syntax_suggest/pull/161 Notes: Merged: https://github.com/ruby/ruby/pull/6831
2022-11-28[ruby/syntax_suggest] Failing test for #157schneems
https://github.com/ruby/syntax_suggest/commit/14e8cdc916 Notes: Merged: https://github.com/ruby/ruby/pull/6824
2022-08-26Skip examples to need installed ruby exeHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/6287
2022-08-26Added syntax_suggest cli and resolve failing exapmle with itHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/6287
2022-08-26Import spec examples from ruby/syntax_suggestHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/6287