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

Incorrect File Name(s) (Missing 's')

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

@sqrrrl がすでに取り組んでいます。

2023年6月9日 から。

評価

この issue はまだ評価されていません。

説明

Summary

TimeZone settings (& other attributes/dependencies) for some of the sub-packages or sub-modules for the apps-script-samples does not load properly due to improperly names manifest files.

operating-system@build-machine:~/Documents$ find . -type f -name 'appscript.json' 2>/dev/null

./apps-script-samples-main/solutions/automations/folder-creation/appscript.json
./apps-script-samples-main/slides/SpeakerNotesScript/appscript.json

TODO
Fix the file name(s) for these two Apps Script initialization JSON files (i.e. appsscript.json not appscript.json)!:

  • solutions/automations/folder-creation/appscript.json
  • slides/SpeakerNotesScript/appscript.json

CAVEAT:
It is realized that these files might be intentionally misspelled as a means to ignore the sub-project or sub-module while keeping version control on the files, but perhaps there is a better way to accomplish such exclusions while maintaining referential integrity.

Expected Behavior

Import of the sub-packages should reflect the proper time zones and/or other dependencies when loaded into Google Workspace's Apps Script editor.

Sample URL: https://developers.google.com/drive/v2/reference/files/insert
Description: Instructions for importing modules and/or projects into Apps Script for use with Google Workspace.

Actual Behavior

Import of the sub-packages does not reflect the proper time zones and/or other dependencies (e.g. included libraries) when loaded into Google Workspace's Apps Script editor.

Steps to Reproduce the Problem

  1. Traverse the source tree with your preferred tool(s).
  2. Determine the location of all files named appscript.json
  3. Rename the file(s) appsscript.json in the respective directories
  4. Import the files into the Apps Script environment within Google Workspaces
  5. Ensure that the Apps Script editor recognizes the file name(s) appropriately and applies the appropriate configuration to the subprojects.

NOTE: File name(s) should have 3 "p" characters & 3 "s" characters

主要言語
JavaScript
スター
5.2k
フォーク
2k
PR マージ指標
30日以内にマージされた PR はありません

環境構築

はじめの一歩

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

googleworkspace/apps-script-samples のほかの issue

googleworkspace/apps-script-samples の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

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

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