Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Issue #27: change non-0 return codes to exceptions #50

Merged
merged 10 commits into from
May 15, 2019

Commits on May 13, 2019

  1. Issue cyrille-artho#27: change return code in Dotify to exception (al…

    …so in Main)
    
    	modified:   src/main/scala/modbat/mbt/Dotify.scala
    	modified:   src/main/scala/modbat/mbt/Main.scala
    Alexandre Fournel committed May 13, 2019
    Configuration menu
    Copy the full SHA
    ce91d46 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Line 45, I replaced return 1 by throw e in Main.scala

    Alexandre Fournel committed May 14, 2019
    Configuration menu
    Copy the full SHA
    dd9e769 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6d32e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2019

  1. in file MBT.scala, System.exit changed by throw

    Alexandre Fournel committed May 15, 2019
    Configuration menu
    Copy the full SHA
    cd345d6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/cyrille-artho/modbat into…

    … cyrille-artho-master
    
    Conflicts: src/main/scala/modbat/mbt/Main.scala
    Alexandre Fournel committed May 15, 2019
    Configuration menu
    Copy the full SHA
    ac4d7f9 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cyrille-artho-master'

     Changes to be committed:
    	modified:   src/main/scala/modbat/mbt/Main.scala
    Alexandre Fournel committed May 15, 2019
    Configuration menu
    Copy the full SHA
    29c07e5 View commit details
    Browse the repository at this point in the history
  4. FIX: remove temporary files from repo.

    Alexandre Fournel committed May 15, 2019
    Configuration menu
    Copy the full SHA
    b94ad47 View commit details
    Browse the repository at this point in the history
  5. Ignore .DS_Store

    Alexandre Fournel committed May 15, 2019
    Configuration menu
    Copy the full SHA
    47d6d60 View commit details
    Browse the repository at this point in the history
  6. Ignore .DS_Store

    Alexandre Fournel committed May 15, 2019
    Configuration menu
    Copy the full SHA
    cadf453 View commit details
    Browse the repository at this point in the history
  7. Issue cyrille-artho#27: change exit to exception.

    	new file:   src/main/java/modbat/mbt/NoTransitionException.java
    	modified:   src/main/scala/modbat/mbt/MBT.scala
    Alexandre Fournel committed May 15, 2019
    Configuration menu
    Copy the full SHA
    e2d5593 View commit details
    Browse the repository at this point in the history