From 1fbebe73ce457733c8c1352ec807346a038f373d Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 30 Jul 2015 19:28:29 -0700 Subject: 1902 Now fix the proximal cause of the write to address 0. --- 048typecheck.cc | 2 -- 1 file changed, 2 deletions(-) (limited to '048typecheck.cc') diff --git a/048typecheck.cc b/048typecheck.cc index 090e3033..5c22a436 100644 --- a/048typecheck.cc +++ b/048typecheck.cc @@ -80,5 +80,3 @@ recipe main [ x:number <- copy 2 ] +warn: missing type in 'x <- copy 1' -+warn: x <- copy 1: reagent not initialized: x -+warn: main: size mismatch in storing to x at 'x <- copy 1' -- cgit 1.4.1-2-gfad0 ='get'> Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/tests/unittests/test_cmd_join.h
blob: a96fa435b21ede87e10549cf029e9be1ff196128 (plain) (blame)
1
2
3
4
5
6
7
8
9