scripts icon indicating copy to clipboard operation
scripts copied to clipboard

The exists method was removed on Ruby v3.2

Open cornerot opened this issue 1 year ago • 2 comments

Script info

  • Script name: 
  • Version: 
  • Requirements: 
  • Min WeeChat version: 
  • Script tags: 

Description

Checklist (new script)

  • [ ] Single commit, single file added
  • [ ] Commit message: New script name.py: short description…
  • [ ] No similar script already exists
  • [ ] Name: max 32 chars, only lower case letters, digits and underscores
  • [ ] Unique name, does not already exist in repository
  • [ ] No shebang on the first line
  • [ ] Comment in script with name/pseudo, e-mail and license
  • [ ] Only English in code/comments
  • [ ] Pure WeeChat API used, no extra API
  • [ ] Function hook_process is used for any blocking call
  • [ ] For Python script: works with Python 3 (Python 2 support is optional)
  • [ ] Score 100 / 100 displayed by weechat-script-lint

Checklist (script update)

  • [ ] Author has been contacted
  • [ ] Single commit, single file added
  • [ ] Commit message format: script_name.py X.Y: …
  • [x] Script version and Changelog have been updated
  • [ ] For Python script: works with Python 3 (Python 2 support is optional)
  • [ ] Score 100 / 100 displayed by weechat-script-lint

Checklist (script deletion)

  • [ ] Author has been contacted
  • [ ] Single commit, single file deleted
  • [ ] Commit message format: Remove script name.py with reasons in description

cornerot avatar Oct 07 '24 09:10 cornerot

Hi, Could you please bump script version (eg: 0.0.3), update the commit message to follow guidelines and fill the script update checklist? Thanks!

flashcode avatar Oct 15 '24 05:10 flashcode

Hi, Could you please bump script version (eg: 0.0.3), update the commit message to follow guidelines and fill the script update checklist? Thanks!

Hello! Done

cornerot avatar Oct 23 '24 12:10 cornerot

Thanks, squashed and merged.

flashcode avatar Nov 10 '24 15:11 flashcode