mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 20:11:17 +00:00
Removing use of $assignable and deprecate it. Fix regression for stacktraces on MacOS. Added readline_to_stream. Regression: Chaining an optional together with contracts could in some cases lose the optional.
This commit is contained in:
@@ -159,7 +159,7 @@ fn void main()
|
||||
|
||||
String foo_tmpl = "<<{{foo}} | {{bar}}>>";
|
||||
FooTmpl ft;
|
||||
ft.init(foo_tmpl, using: allocator::temp())!!;
|
||||
ft.init(foo_tmpl, using: tmem)!!;
|
||||
defer ft.free()!!;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user