Skip to content

Commit

Permalink
update history and add some new test files (which are blank)
Browse files Browse the repository at this point in the history
  • Loading branch information
v0dro committed May 26, 2018
1 parent f715e34 commit fa012be
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# v0.1.2 (26 May 2018)

## Bug fixes

* Fixed bug that prevented proper loading of files from CLI.

## Features

* Added `no_gil` block support.
* Allow creating instance variables.
* Multiple file Rubex programs using `rubex_require`.
* Support multiple arguments in `[]` operator.
* New rake tasks for various options like debug, just compiling, compile + install etc.
* More CLI options for debug and force.

# v0.1.1

* Bugs fixes and internal code refactoring. Not much in terms of user-facing features.
Expand Down
Empty file.
Empty file.
Empty file.
4 changes: 2 additions & 2 deletions spec/string_literals_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
end
end

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

context "Black Box testing", hell: true do
context "Black Box testing" do
it "compiles and checks for valid output" do
setup_and_teardown_compiled_files(test_case) do |dir|
require_relative "#{dir}/#{test_case}.#{os_extension}"
Expand Down

0 comments on commit fa012be

Please sign in to comment.