Skip to content

Commit

Permalink
Merge branch 'master' of github.com:forki/Audio
Browse files Browse the repository at this point in the history
# Conflicts:
#	paket.lock
#	yarn.lock
  • Loading branch information
forki committed Jun 28, 2019
2 parents 3c4bfd4 + f4e8b9e commit 9b4696a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ deploy
yarn-error.log
/src/PiServer/logs/clientlog.log
/src/PiServer/logs/
*.orig
8 changes: 5 additions & 3 deletions src/PiServer/Elmish.Audio.fs
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ module Program =
with _ -> ()
}

let setState model dispatch =
let (v:Audio) = program.view model dispatch
let mapSetState setState model dispatch =
let (v:Audio) = Program.view program model dispatch
match lastView with
| Some r when r = v -> ()
| Some r ->
Expand All @@ -96,5 +96,7 @@ module Program =
| _ -> ()

lastView <- Some v
setState model dispatch

{ program with setState = setState }
program
|> Program.map id id id mapSetState id
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2091,9 +2091,9 @@ [email protected]:
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=

electron-to-chromium@^1.3.164:
version "1.3.175"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.175.tgz#a269716af5e549f9f3989ae38ba484881dcb3702"
integrity sha512-cQ0o7phcPA0EYkN4juZy/rq4XVxl/1ywQnytDT9hZTC0cHfaOBqWK2XlWp9Mk8xRGntgnmxlHTOux4HLb2ZNnA==
version "1.3.176"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.176.tgz#df54c54386e0f205dc6d1f5582d9e8b0cd30532b"
integrity sha512-hsQ/BH6x2iCvJ7WOIbNTAlsT39vsVGIVoJJ9i6ZkGXUE2LdzWsNv0xJI2uZ5/Hkqv1oTTLxAYjbtGKVJzqYbjA==

elliptic@^6.0.0:
version "6.5.0"
Expand Down Expand Up @@ -3854,9 +3854,9 @@ node-pre-gyp@^0.12.0:
tar "^4"

node-releases@^1.1.23:
version "1.1.23"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.23.tgz#de7409f72de044a2fa59c097f436ba89c39997f0"
integrity sha512-uq1iL79YjfYC0WXoHbC/z28q/9pOl8kSHaXdWmAAc8No+bDwqkZbzIJz55g/MUsPgSGm9LZ7QSUbzTcH5tz47w==
version "1.1.24"
resolved "https://registry.yarnpkg.com/node-releases/-/node-releases-1.1.24.tgz#2fb494562705c01bfb81a7af9f8584c4d56311b4"
integrity sha512-wym2jptfuKowMmkZsfCSTsn8qAVo8zm+UiQA6l5dNqUcpfChZSnS/vbbpOeXczf+VdPhutxh+99lWHhdd6xKzg==
dependencies:
semver "^5.3.0"

Expand Down Expand Up @@ -3926,9 +3926,9 @@ npm-bundled@^1.0.1:
integrity sha512-8/JCaftHwbd//k6y2rEWp6k1wxVfpFzB6t1p825+cUb7Ym2XQfhwIC5KwhrvzZRJu+LtDE585zVaS32+CGtf0g==

npm-packlist@^1.1.6:
version "1.4.1"
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.1.tgz#19064cdf988da80ea3cee45533879d90192bbfbc"
integrity sha512-+TcdO7HJJ8peiiYhvPxsEDhF3PJFGUGRcFsGve3vxvxdcpO2Z4Z7rkosRM0kWj6LfbK/P0gu3dzk5RU1ffvFcw==
version "1.4.2"
resolved "https://registry.yarnpkg.com/npm-packlist/-/npm-packlist-1.4.2.tgz#a9d63153d4fb0547e6d4342e4102ba6c3bd2b2c7"
integrity sha512-pyJclkNoBBckB6K/XPcMp8fP60MaqSZBPQVsNY7Yyc9VP1TUnPMYwck5YaBejf0L7xYr8f4l16+IENeZ0by+yw==
dependencies:
ignore-walk "^3.0.1"
npm-bundled "^1.0.1"
Expand Down

0 comments on commit 9b4696a

Please sign in to comment.