mirror of
				https://github.com/rm-dr/daisy
				synced 2025-11-03 15:04:25 -08:00 
			
		
		
		
	Compare commits
	
		
			11 Commits
		
	
	
		
			v1.1.4
			...
			a75f6197cd
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| a75f6197cd | |||
| 
						
						
							
						
						2f2c005c86
	
				 | 
					
					
						|||
| 
						
						
							
						
						ffebcf2e15
	
				 | 
					
					
						|||
| 4e1df2399b | |||
| 5a921cfc7b | |||
| 
						
						
							
						
						2531524ffd
	
				 | 
					
					
						|||
| 
						
						
							
						
						e5525adcca
	
				 | 
					
					
						|||
| 
						
						
							
						
						a61cbf29e5
	
				 | 
					
					
						|||
| 39ab47530e | |||
| 
						
						
							
						
						be28669416
	
				 | 
					
					
						|||
| 63d4a01095 | 
							
								
								
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										2
									
								
								Cargo.lock
									
									
									
										generated
									
									
									
								
							@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
[[package]]
 | 
					[[package]]
 | 
				
			||||||
name = "daisycalc"
 | 
					name = "daisycalc"
 | 
				
			||||||
version = "1.1.4"
 | 
					version = "1.1.5"
 | 
				
			||||||
dependencies = [
 | 
					dependencies = [
 | 
				
			||||||
 "cfg-if",
 | 
					 "cfg-if",
 | 
				
			||||||
 "num",
 | 
					 "num",
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
[package]
 | 
					[package]
 | 
				
			||||||
name = "daisycalc"
 | 
					name = "daisycalc"
 | 
				
			||||||
version = "1.1.4"
 | 
					version = "1.1.5"
 | 
				
			||||||
edition = "2021"
 | 
					edition = "2021"
 | 
				
			||||||
build = "buildscript/main.rs"
 | 
					build = "buildscript/main.rs"
 | 
				
			||||||
license = "GPL-3.0-only"
 | 
					license = "GPL-3.0-only"
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										5
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								Makefile
									
									
									
									
									
								
							@ -14,5 +14,6 @@ publish:
 | 
				
			|||||||
	cargo test
 | 
						cargo test
 | 
				
			||||||
	cargo publish
 | 
						cargo publish
 | 
				
			||||||
 | 
					
 | 
				
			||||||
docker:
 | 
					docker: wasm
 | 
				
			||||||
	docker build ./server -t git.betalupi.com/mark/daisy
 | 
						docker build ./server -t git.betalupi.com/mark/daisy --no-cache
 | 
				
			||||||
 | 
						docker push git.betalupi.com/mark/daisy
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								TODO.md
									
									
									
									
									
								
							@ -12,7 +12,6 @@
 | 
				
			|||||||
## Pre-release
 | 
					## Pre-release
 | 
				
			||||||
 - Tuple operations
 | 
					 - Tuple operations
 | 
				
			||||||
 - we don't need vectors as arguments to operators
 | 
					 - we don't need vectors as arguments to operators
 | 
				
			||||||
 - Fix linelocation when evaluating functions
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Parser
 | 
					## Parser
 | 
				
			||||||
 - Should functions be operators?
 | 
					 - Should functions be operators?
 | 
				
			||||||
 | 
				
			|||||||
@ -49,7 +49,7 @@ value = "1.602176634e-19 C"
 | 
				
			|||||||
enum_name = "ElectronMass"
 | 
					enum_name = "ElectronMass"
 | 
				
			||||||
pretty_name = "Electron mass"
 | 
					pretty_name = "Electron mass"
 | 
				
			||||||
strings = ["electronmass"]
 | 
					strings = ["electronmass"]
 | 
				
			||||||
value = "9.1093837015-31 kg"
 | 
					value = "9.1093837015e-31 kg"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[[constant]]
 | 
					[[constant]]
 | 
				
			||||||
enum_name = "ProtonMass"
 | 
					enum_name = "ProtonMass"
 | 
				
			||||||
@ -205,4 +205,4 @@ value = "TW * hour"
 | 
				
			|||||||
[[constant]]
 | 
					[[constant]]
 | 
				
			||||||
enum_name = "PWH"
 | 
					enum_name = "PWH"
 | 
				
			||||||
strings = "PWh"
 | 
					strings = "PWh"
 | 
				
			||||||
value = "PW * hour"
 | 
					value = "PW * hour"
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user