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

ソースファイル周りの用語の整理 #82

Open
vain0x opened this issue Nov 18, 2019 · 0 comments
Open

ソースファイル周りの用語の整理 #82

vain0x opened this issue Nov 18, 2019 · 0 comments

Comments

@vain0x
Copy link
Owner

vain0x commented Nov 18, 2019

ソースファイル周りの用語に混乱があるので整理したいです。

変更前

以下のような単語が使われています。

  • ファイル参照名 (file_ref_name) : #include に指定された文字列 (1つのソースファイルに対して複数の参照名がありうる)
  • ファイル名・ファイルパス・絶対パス・ソースパス : ファイルの名前や絶対パス
  • スクリプトファイル・ソースファイル : .hsp のファイル
  • ソースファイルID : ソースファイルに割り振られた識別子(整数)
  • ソーステキスト・ソースコード : ソースファイルの中身

変更後

Debug Adapter Protocol に合わせて「ソースなんとか」で統一します。また、ソースファイルではなくソース参照名を基準とします。

  • ソース参照名 (source ref name) : #include に指定された文字列
  • ソース参照ID : ソース参照名に割り振られたID
  • ソースファイル : .hsp のファイル
  • ソースファイルID : ソースファイルに割り振られたID
  • ソースパス (source path) : ソースファイルへの絶対パス
  • ソースコード (source code) : ソースファイルの中身
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant