File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 name : " Compile & Lint"
77 runs-on : " ubuntu-latest"
88 steps :
9+ - uses : actions/checkout@v1
910 - name : Setup elixir
1011 uses : erlef/setup-beam@v1
1112 with :
12- otp- version: 24.3.3
13- elixir- version: 1.16.3
13+ version-file : " .tool-versions "
14+ version-type : strict
1415
15- - uses : actions/checkout@v1
1616 - run : mix deps.get
1717
18- - uses : actions/cache@v2
18+ - uses : actions/cache@v3
1919 id : mix-cache
2020 with :
2121 path : |
Original file line number Diff line number Diff line change 1- erlang 24.3.3 24.3.4.14 24.3.4.17 system
2- elixir 1.16.3 -otp-24
1+ erlang 26.2.5.5 system
2+ elixir 1.19.1 -otp-26
Original file line number Diff line number Diff line change @@ -601,7 +601,7 @@ defmodule Desktop.Window do
601601 { :noreply , ui }
602602 end
603603
604- def handle_cast ( :rebuild_webview , ui ) do
604+ def handle_cast ( :rebuild_webview , ui = % Window { } ) do
605605 { :noreply , % Window { ui | webview: Fallback . webview_rebuild ( ui ) } }
606606 end
607607
Original file line number Diff line number Diff line change 1- # TODO: less stringy metaprogramming
21defmodule Desktop.Wx do
32 @ moduledoc """
43 Elixir version of the constants found in the wx.hrl file, reduced to what is needed in this sample only.
You can’t perform that action at this time.
0 commit comments