issues
search
kose-yusuke
/
minishell
1
stars
0
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
レビュー後に気がついた非対応事項
#116
skitheom
opened
1 month ago
0
レビュー 10/12
#115
skitheom
opened
1 month ago
0
`exit`のエラー処理
#114
skitheom
opened
1 month ago
1
環境変数のvalue更新の条件を修正
#113
skitheom
closed
1 month ago
0
ctrl + D の exit status 修正
#112
skitheom
closed
1 month ago
0
関数名の修正と、assert_errorの削除
#111
skitheom
closed
1 month ago
0
提出前の微修正
#110
kose-yusuke
closed
1 month ago
0
`exit` の終了ステータス処理の修正
#109
skitheom
closed
1 month ago
0
`exit` コマンドの引数処理の修正
#108
skitheom
closed
1 month ago
0
`.` コマンドの処理を `unsupported feature` として対応
#107
skitheom
closed
1 month ago
0
`echo`の`-n`オプション認識の修正
#106
skitheom
closed
1 month ago
0
`echo` の `-n` オプションの認識に関する修正
#105
skitheom
closed
1 month ago
0
展開後に空文字列になったコマンドの扱いを修正
#104
skitheom
closed
1 month ago
0
展開後のコマンド文字列が空の場合の処理修正
#103
skitheom
closed
1 month ago
0
環境変数名の抽出を修正
#102
skitheom
closed
1 month ago
0
環境変数名抽出の誤り
#101
skitheom
closed
1 month ago
0
builtinの挙動をbashと合わせる (対応の必要ない可能性あり)
#100
kose-yusuke
closed
1 month ago
4
command not foundのerrorMSG修正
#99
skitheom
closed
2 months ago
0
cdのerror msgを変更
#98
skitheom
closed
2 months ago
0
t_word -> t_arg へと名称変更
#97
skitheom
closed
2 months ago
0
環境変数の取り扱いをlinked list型に変更
#96
skitheom
closed
2 months ago
0
環境変数管理をハッシュテーブルから線形リストに変更
#95
skitheom
closed
2 months ago
1
get_path_value関数の追加とsearch_path関数の修正
#94
kose-yusuke
closed
2 months ago
0
lexer関数のエラー修正
#93
kose-yusuke
closed
2 months ago
0
norm対応
#92
skitheom
closed
2 months ago
0
-Werror -Wall -Wextra を有効化
#91
skitheom
closed
2 months ago
0
[refactor] -Werror -Wall -Wextra を有効にしてコンパイルする
#90
skitheom
closed
2 months ago
0
環境変数の再代入ができるようexpandを修正 close #88
#89
skitheom
closed
2 months ago
0
環境変数の再代入時の挙動が不正
#88
skitheom
closed
2 months ago
0
環境変数展開後の word split のバグを修正
#87
skitheom
closed
2 months ago
0
norm対応とstatus code処理の修正
#86
kose-yusuke
closed
2 months ago
0
バックスラッシュ(`\`)の扱い
#85
skitheom
opened
2 months ago
0
`\n`で区切られたコマンドがトークンエラーを引き起こす
#84
skitheom
opened
2 months ago
0
環境変数の展開後の分割が正しく行われない
#83
skitheom
closed
2 months ago
0
word分割のリファクタリング
#82
skitheom
closed
2 months ago
0
絶対パスのディレクトリを実行時の、ErrorMSGとexit status管理
#81
skitheom
closed
2 months ago
0
`.`, `/` コマンドの挙動に関する確認 (対応不要の可能性)
#80
skitheom
closed
1 month ago
1
signal handling, pipe処理, $?, 空白行の処理 など
#79
skitheom
closed
2 months ago
0
`enum e_status` の簡素化と不要なステータスコードの整理
#78
skitheom
opened
2 months ago
0
`cd` コマンドの `exit status` が適切に設定されていない
#77
skitheom
closed
2 months ago
0
heredocとexpand機能の統合と改善
#76
skitheom
closed
2 months ago
0
`word splitting` 関数のリファクタリングと, token系関数との統合
#75
skitheom
closed
2 months ago
0
ディレクトリを実行しようとした時に、適切なエラーメッセージが表示されない
#74
skitheom
closed
2 months ago
2
`heredoc`のデリミタが複数の`word_token`に分かれている場合、正しいデリミタが認識されない
#73
skitheom
closed
2 months ago
0
`heredoc`での`$?`展開で、pipeを含む場合の不正な出力
#72
skitheom
closed
2 months ago
0
非同期シグナル安全性の強化とMinishellのリファクタリング
#71
skitheom
closed
2 months ago
0
heredoc中のCtrl + D動作がBashと異なる
#70
skitheom
closed
1 month ago
2
[Signal Handling] 非同期シグナル安全なシグナルハンドラへの改善
#69
skitheom
closed
2 months ago
0
[Signal Handling] heredoc, pipe用のシグナルハンドリング
#68
skitheom
closed
2 months ago
0
[Syntax Error] pipeの前後にcmdがないcaseへの対応
#67
skitheom
closed
3 months ago
0
Next