-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
24 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
.. _v1_6_0: | ||
|
||
1.6.0 | ||
===== | ||
|
||
September 17, 2017 | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- Fixed a bug where **tcframe** crashed when grading spec with multiple test cases mode, which has no sample test cases. | ||
- Fixed a bug where a ``LINE()`` with only jagged vector contained an extra leading space. | ||
- Fixed a bug where a ``LINES()`` with empty vectors contained extra spaces. | ||
|
||
Enhancements | ||
------------ | ||
|
||
- Disallow specifying ``SIZE()`` after ``LINE()`` and ``RAW_LINE()`` instead of silently ignoring it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
1_6_0 | ||
1_5_0 | ||
1_4_0 | ||
1_3_0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ build() { | |
} | ||
|
||
version() { | ||
echo "tcframe 1.5.0" | ||
echo "tcframe 1.6.0" | ||
} | ||
|
||
if [ -z "$TCFRAME_HOME" ]; then | ||
|