mt-lang 0.3.4 → 0.3.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -158,7 +158,7 @@ module MilkTea
158
158
  end
159
159
 
160
160
  class StoredRefSupportedVisitor < TypeVisitor
161
- include TypePredicates
161
+ include Types::Predicates
162
162
 
163
163
  def initialize(allow_lifetimes: [])
164
164
  super()
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mt-lang
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.4
4
+ version: 0.3.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Long (Teefan) Tran
@@ -195,6 +195,7 @@ files:
195
195
  - lib/milk_tea/core/c_backend/control_flow_emission.rb
196
196
  - lib/milk_tea/core/c_backend/expressions.rb
197
197
  - lib/milk_tea/core/c_backend/feature_detection.rb
198
+ - lib/milk_tea/core/c_backend/format_helpers.rb
198
199
  - lib/milk_tea/core/c_backend/reachability.rb
199
200
  - lib/milk_tea/core/c_backend/reinterpret.rb
200
201
  - lib/milk_tea/core/c_backend/runtime_helpers.rb
@@ -601,7 +602,7 @@ metadata:
601
602
  homepage_uri: https://teefan.github.io/mt-lang/
602
603
  source_code_uri: https://github.com/teefan/mt-lang
603
604
  post_install_message: |
604
- Milk Tea 0.3.4 installed!
605
+ Milk Tea 0.3.5 installed!
605
606
 
606
607
  System requirements:
607
608
  - A C compiler (gcc or clang) must be available on PATH