Skip to content
This repository has been archived by the owner on Mar 26, 2023. It is now read-only.

Syntax errors in kernel ruby code #386

Closed
zenspider opened this issue Apr 9, 2015 · 2 comments
Closed

Syntax errors in kernel ruby code #386

zenspider opened this issue Apr 9, 2015 · 2 comments
Assignees
Labels

Comments

@zenspider
Copy link
Contributor

I thought I was losing my mind testing parser changes... nope. not me:

% for f in $(find src/kernel -name \*.rb); do if ! ruby -c $f &> /dev/null; then echo $f; fi; done
src/kernel/common/ctype.rb
src/kernel/bootstrap/FileStat.rb
src/kernel/bootstrap/Hash.rb
src/kernel/bootstrap/Behavior.rb
808 % ruby -v
ruby 2.0.0p643 (2015-02-25 revision 49749) [x86_64-linux]
@zenspider
Copy link
Contributor Author

I've fixed this on my branch.

@zenspider zenspider self-assigned this Apr 9, 2015
@zenspider
Copy link
Contributor Author

This is fixed in my latest PR #391.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant