Skip to content
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

Add documentation in lib/shell.rb #516

Closed
wants to merge 13 commits into from
Closed

Conversation

reprah
Copy link

@reprah reprah commented Jan 25, 2014

Adds descriptions/examples for three class-level methods of Shell:

  • alias_command
  • def_system_command
  • install_system_commands

If you, @zzak, have time to review/suggest changes that's always appreciated. Thanks!

zzak and others added 13 commits January 24, 2014 06:15
  Patch by Giorgos Tsiftsis [Bug ruby#9429] [ci skip]


git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* test/ruby/test_process.rb (test_clock_getres): ignore if
  clock_getres is no supported, e.g., on old Linux.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* vm_backtrace.c (rb_backtrace_print_as_bugreport): initialize
  header-printed flag.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* class.c (rb_obj_methods): simplify without jump.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44700 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* class.c (rb_extract_keywords): treat nil keyword_hash same as 0,
  for the case rb_scan_args returns nil if no keyword hash.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* insns.def (opt_mod, opt_aset_with, opt_aref_with, opt_regexpmatch1):
  adjust style, do not cuddle else up.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* compile.c (iseq_compile_each): fstring is need marking.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* compile.c (iseq_compile_each): result of assignment should be
  its rhs instead of returned value from a method.
  [ruby-core:60071] [Bug ruby#9448]

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* process.c (send_child_error): retry write on EINTR to fix
  occasional Errno::EINTR from Process.spawn.
* process.c (recv_child_error): retry read on EINTR to fix
  occasional Errno::EINTR from Process.spawn.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
…ists.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@44707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
@zzak
Copy link
Member

zzak commented Feb 8, 2014

@reprah Could you rebase this? Something messed up on our svn+git sync.

@reprah
Copy link
Author

reprah commented Feb 9, 2014

@zzak Sure. So

$ git rebase trunk

on my feature branch and push that to my fork?

@zzak
Copy link
Member

zzak commented Feb 9, 2014

@reprah That should work, alternatively I can just look at reprah/ruby@a83f1cf but if you plan to make any more commits you should give it a rebase.

@reprah
Copy link
Author

reprah commented Mar 13, 2014

@zzak sorry for the delay in getting back to you on this! There are issues with rebasing my documentation onto the current trunk. I get several merge conflicts when running `git pull upstream trunk' to update my fork's trunk and can't proceed to rebasing... if you can use the file you mentioned in your comment above, that'd be great. Sorry for the inconvenience and thanks for your hard work.

@zzak
Copy link
Member

zzak commented Mar 14, 2014

@reprah No worries, I will try to merge this soon. I can merge it easily enough by hand :)

@ayumin
Copy link
Member

ayumin commented May 8, 2014

merged by r45881. Thanks.

@ayumin ayumin closed this May 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
6 participants