Skip to content

Commit fa012be

Browse files
committed
update history and add some new test files (which are blank)
1 parent f715e34 commit fa012be

File tree

5 files changed

+17
-2
lines changed

5 files changed

+17
-2
lines changed

HISTORY.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
# v0.1.2 (26 May 2018)
2+
3+
## Bug fixes
4+
5+
* Fixed bug that prevented proper loading of files from CLI.
6+
7+
## Features
8+
9+
* Added `no_gil` block support.
10+
* Allow creating instance variables.
11+
* Multiple file Rubex programs using `rubex_require`.
12+
* Support multiple arguments in `[]` operator.
13+
* New rake tasks for various options like debug, just compiling, compile + install etc.
14+
* More CLI options for debug and force.
15+
116
# v0.1.1
217

318
* Bugs fixes and internal code refactoring. Not much in terms of user-facing features.

spec/fixtures/api/consumer.rubex

Whitespace-only changes.

spec/fixtures/api/implementation.rubex

Whitespace-only changes.

spec/fixtures/api/implementation.rubexd

Whitespace-only changes.

spec/string_literals_spec.rb

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@
1414
end
1515
end
1616

17-
context ".compile", hell: true do
17+
context ".compile" do
1818
it "compiles to C." do
1919
t, c, e = Rubex::Compiler.compile(@path + '.rubex', test: true)
2020
end
2121
end
2222

23-
context "Black Box testing", hell: true do
23+
context "Black Box testing" do
2424
it "compiles and checks for valid output" do
2525
setup_and_teardown_compiled_files(test_case) do |dir|
2626
require_relative "#{dir}/#{test_case}.#{os_extension}"

0 commit comments

Comments
 (0)