KtorZ
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								7abd76b6ad 
								
							 
						 
						
							
							
								
								Allow to trace expressions (and not only string literals)  
							
							 
							
							... 
							
							
							
							This however enforces that the argument unifies to a `String`. So this
  is more flexible than the previous form, but does fundamentally the
  same thing.
  Fixes  #378 . 
							
						 
						
							2023-02-15 21:07:56 +01:00  
						
					 
				
					
						
							
							
								 
								KtorZ
							
						 
						
							 
							
							
								
								
							
							
							
								
							
							
								8c19d4ec08 
								
							 
						 
						
							
							
								
								Fix and re-apply formatter on all acceptance tests  
							
							 
							
							... 
							
							
							
							Less noise, pretty tuples. Everyone's happy. 
							
						 
						
							2023-01-14 20:23:17 +01:00  
						
					 
				
					
						
							
							
								 
								rvcas
							
						 
						
							 
							
							
							
							
								
							
							
								0d0536f6c1 
								
							 
						 
						
							
							
								
								fix: rename test module to tests  
							
							 
							
							
							
						 
						
							2022-12-23 22:00:59 -05:00  
						
					 
				
					
						
							
							
								 
								rvcas
							
						 
						
							 
							
							
							
							
								
							
							
								429126e38f 
								
							 
						 
						
							
							
								
								feat: add trace  
							
							 
							
							
							
						 
						
							2022-12-21 14:39:46 -05:00  
						
					 
				
					
						
							
							
								 
								KtorZ
							
						 
						
							 
							
							
							
							
								
							
							
								9068c89c00 
								
							 
						 
						
							
							
								
								Show trace logs as part of the test output when any.  
							
							 
							
							... 
							
							
							
							```
  ┍━ test ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  │ PASS [mem: 6370, cpu: 2591822] trace_1
  │ ↳ is negative
  │ ↳ is non-negative
  ┕━━━━━━━━━ 1 tests | 1 passed | 0 failed
  ``` 
							
						 
						
							2022-12-21 14:39:46 -05:00  
						
					 
				
					
						
							
							
								 
								KtorZ
							
						 
						
							 
							
							
							
							
								
							
							
								5d459b25bd 
								
							 
						 
						
							
							
								
								Add new acceptance test scenario 032  
							
							 
							
							... 
							
							
							
							```
  Error: aiken::parser
    × Parsing
    ╰─▶ Unexpected "try"
     ╭─[032/lib/test.ak:3:1]
   3 │ test trace_1() {
   4 │   builtin.trace("foo", True)
     ·           ─────
   5 │ }
     ╰────
    help: Try removing it
  ``` 
							
						 
						
							2022-12-21 14:39:46 -05:00