mirror of https://github.com/rm-dr/daisy
Compare commits
No commits in common. "a75f6197cd89e7c31f0115a9ca9e36bd09885af4" and "39ab47530e5889766b8d0dd2de6cc0ca001a9e29" have entirely different histories.
a75f6197cd
...
39ab47530e
|
@ -28,7 +28,7 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|||
|
||||
[[package]]
|
||||
name = "daisycalc"
|
||||
version = "1.1.5"
|
||||
version = "1.1.4"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"num",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "daisycalc"
|
||||
version = "1.1.5"
|
||||
version = "1.1.4"
|
||||
edition = "2021"
|
||||
build = "buildscript/main.rs"
|
||||
license = "GPL-3.0-only"
|
||||
|
|
5
Makefile
5
Makefile
|
@ -14,6 +14,5 @@ publish:
|
|||
cargo test
|
||||
cargo publish
|
||||
|
||||
docker: wasm
|
||||
docker build ./server -t git.betalupi.com/mark/daisy --no-cache
|
||||
docker push git.betalupi.com/mark/daisy
|
||||
docker:
|
||||
docker build ./server -t git.betalupi.com/mark/daisy
|
||||
|
|
1
TODO.md
1
TODO.md
|
@ -12,6 +12,7 @@
|
|||
## Pre-release
|
||||
- Tuple operations
|
||||
- we don't need vectors as arguments to operators
|
||||
- Fix linelocation when evaluating functions
|
||||
|
||||
## Parser
|
||||
- Should functions be operators?
|
||||
|
|
|
@ -49,7 +49,7 @@ value = "1.602176634e-19 C"
|
|||
enum_name = "ElectronMass"
|
||||
pretty_name = "Electron mass"
|
||||
strings = ["electronmass"]
|
||||
value = "9.1093837015e-31 kg"
|
||||
value = "9.1093837015-31 kg"
|
||||
|
||||
[[constant]]
|
||||
enum_name = "ProtonMass"
|
||||
|
@ -205,4 +205,4 @@ value = "TW * hour"
|
|||
[[constant]]
|
||||
enum_name = "PWH"
|
||||
strings = "PWh"
|
||||
value = "PW * hour"
|
||||
value = "PW * hour"
|
Loading…
Reference in New Issue