Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Errors do not stop code execution

オープン
#1,700 コメント 9 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
55/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
静か
技術スタック
r, typescript, vscode
領域
tooling

調査の方向性

stop()の後に別の式が続くRファイルを使ってVSCodeで問題を再現し、すべてを選択してターミナルに送信します。選択されたコードの拡張機能による処理と、ターミナルでの実行を追跡します。エラーの後に実行が停止し、stop()の後の式が実行されなければ完了です。

索引モデルが issue の本文から書いたものです。

説明

feature-request

Describe the bug

Errors do not stop code execution. I use the default R console. (I cannot install Arf on my work computer.)

To Reproduce

  1. Create a R file with the following content:
x <- 2
stop("stop here!")
x * 2
  1. Select all (ctrl+A)
  2. Send to terminal (ctrl+enter)
  3. The line after stop() in executed anyway:
> x <- 2
> stop("stop here!")
Error: stop here!
> x * 2
[1] 4

Can you fix this issue by yourself? (We appreciate the help)

No

Expected behavior

Code execution should stop when an error is thrown.

Environment (please complete the following information):

  • OS: Windows
  • VSCode Version: VSCodium 1.112.01907
  • R Version: 4.4.0
  • vscode-R version: 2.8.8
主要言語
TypeScript
スター
1.2k
フォーク
139
平均マージ
22時間
マージ済み PR(30日)
23

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

REditorSupport/vscode-R のほかの issue

REditorSupport/vscode-R の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。