Hacktoberfest 2026:維護者為十月標記出來的 issue,仍然開放、適合新手。 瀏覽 Hacktoberfest issue

hyper-trace issues

未關閉
#404 0 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視

還沒有人認領這個 Issue。

評估

難度
4/5
預估耗時
3-5 天
新手友好度
25/100
Issue 類型
缺陷
描述清晰度
需要釐清
活躍度
停滯
技術堆疊
javascript, ruby

研究方向

檢查 Operations 和 hypertrace 的實作,然後檢視第 202 行附近的 map_with_specs。確認例外排除、*args 元數回報,以及缺少的參數或 JavaScript-undefined 參數的行為;完成表示在不改變現有行為的情況下處理好這三種情況。

由索引模型根據 Issue 內容生成。

描述

  1. Need to add exception exclusions to Operations... i.e. add this method:
def hypertrace_class_exclusions 
  [ list of expected internal exceptions ]
end

define at both class and instance level.

  1. Operations checks the arity of the method to decide whether to forward the parameters, but hypertrace accepts *args (arity -1) this confuses operations and ends up passing a value along. Have to have some way to tell hyperoperation what the real arity was.

  2. line 202 needs a guard so that if parameters is not available we leave well enough alone. (make sure return unless specs works when specs is javascript undefined)

    def map_with_specs(method, actual, show_blank_rest)
      specs = method.parameters
      return unless specs
主要語言
JavaScript
星號
538
分支
41
PR 合併指標
30 天內沒有已合併 PR

貢獻指南

開啟貢獻指南

從這裡開始

  1. 先讀完整個 Issue,再讀專案的貢獻指南。
  2. 在 Issue 下留言說明你要接手 —— 這能避免兩個人做同樣的事。
  3. Fork 儲存庫,在一個分支上完成修改。
  4. 送出 Pull Request,並在描述裡引用這個 Issue 編號。

hyperstack-org/hyperstack 的其他 Issue

查看 hyperstack-org/hyperstack 的全部 Issue

相似的 Issue

更多 JavaScript Issue

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。