zoukankan      html  css  js  c++  java
  • 菜鸡互啄队

    一、修复的bug

    • 修复使用commit命令出现的数字长度溢出问题

    • 修复在Windows端的编码问题

    二、场景测试

    本程序面向软件开发者等使用,只需要有python3的环境就可以运行使用,免去安装的烦恼,更加方便快捷。

    三、测试矩阵

    测试平台Python版本测试结果
    Windows Python3.6 成功
    Linux Python3.4 成功

    四、出口条件

    需要提高容错率,不发现异常的BUG

    五、Alpha版本发布说明

    1. 程序的功能

      command
      add       Add file contents to the index
      cat-file Display contents of object
      commit   Commit current state of index to master branch
      diff     Show differences of files changed (between index and working
                copy)
      hash-obj Hash contents of given path (and optionally write to object
                store)
      init     Create an empty Pit repository or reinitialize an existing one
      ls-files list files in index
      push     Update remote refs along with associated objects
      status   Show the working tree status

    2. 缺陷

    因为缺少pull命令,用法不当会引发BUG

    3. 运行环境

    Windows、Linux

    4. 安装

    无需安装,只需要Python解析器

    5.发布方式和发布地址

    github发布,release

    发布地址:https://github.com/BigBugWriters/pit.git

  • 相关阅读:
    无标题
    UVA 11987 并查集删点
    屯题 (bestcoder #62~#75)
    codeforces 293E Close Vertices 点分治+滑窗+treap
    hdu4670 Cube number on a tree 点分治
    hdu4812 D Tree 点分治
    poj2112 Boatherds 点分治
    HDU 4866 Shooting 二分+主席树
    poj1741 Tree 点分治
    关于点分治。。。
  • 原文地址:https://www.cnblogs.com/tworld/p/9942563.html
Copyright © 2011-2022 走看看