Giter Site home page Giter Site logo

42-minishell's People

Contributors

junyakosaka avatar tkoyasak avatar

Stargazers

 avatar

Watchers

 avatar  avatar

42-minishell's Issues

get_env_value

executionの中のgetenvを全てget_env_valueに変更

cd_pathname

  • getcwdを使わずに、pathnameを繋いでPWDを更新

  • ../が来たらその前のディレクトリを削除

fix makefile

  • subst ではなく patsubst を使うようにします.

execution_split_file

executionフォルダにあるファイルを分割して、関数を5以下にする

fix: export, env

  • export VARのように値を代入せずに定義した場合、exportで表示されない。
  • export A=1 123のようにexportの2つ目以降の引数がスルーされている。
  • unsetも2つ目以降の引数がスルーされている。

get_fullpath_cmd

  • カレントディレクトリに実行ファイルが存在して、PATHが通った時
  • .. のみの時はcommand not found

fix: analyzer

  • " "のようにクオートした空白文字だけをコマンドラインに入力すると、echo $?の出力が258に変わってしまう。
  • echo a " " b の出力はa b(4文字)であるべきだが、a b(3文字)になる。

shtest

shell_varをNULLとして、動くテストに
echo -n のテストケース追加

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.