Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdcce3f5

Browse files
authored
chore: updated ash to latest version, fix compiler warnings (ash-project#24)
1 parentad6f1ac commitdcce3f5

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

‎.credo.exs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{Credo.Check.Consistency.ExceptionNames,[]},
7272
{Credo.Check.Consistency.LineEndings,[]},
7373
{Credo.Check.Consistency.ParameterPatternMatching,[]},
74-
{Credo.Check.Consistency.SpaceAroundOperators,[]},
74+
{Credo.Check.Consistency.SpaceAroundOperators,false},
7575
{Credo.Check.Consistency.SpaceInParentheses,[]},
7676
{Credo.Check.Consistency.TabsOrSpaces,[]},
7777

‎.github/PULL_REQUEST_TEMPLATE.md‎

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
###Contributor checklist
22

3-
-[ ] My commit messages follow the[Conventional Commit Message Format](https://gist.github.com/stephenparish/9941e89d80e2bc58a153#format-of-the-commit-message)
4-
For example:`fix: Multiply by appropriate coefficient`, or
5-
`feat(Calculator): Correctly preserve history`
6-
Any explanation or long form information in your commit message should be
7-
in a separate paragraph, separated by a blank line from the primary message
83
-[ ] Bug fixes include regression tests
94
-[ ] Features include unit/acceptance tests
10-

‎lib/data_layer.ex‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ defmodule AshPostgres.DataLayer do
7272
}
7373

7474
aliasAsh.Filter
75-
aliasAsh.Filter.{Expression,Not,Ref}
75+
aliasAsh.Query.{Expression,Not,Ref}
7676

7777
aliasAsh.Query.Operator.{
7878
Eq,
@@ -884,7 +884,9 @@ defmodule AshPostgres.DataLayer do
884884
split_and_statements(expression)
885885
end
886886

887-
defpsplit_and_statements(%Not{expression:%Expression{op::or,left:left,right:right}})do
887+
defpsplit_and_statements(%Not{
888+
expression:%Expression{op::or,left:left,right:right}
889+
})do
888890
split_and_statements(%Expression{
889891
op::and,
890892
left:%Not{expression:left},

‎mix.lock‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
%{
2-
"ash":{:hex,:ash,"1.15.0","87e0002422e56689182f8726a279bc23a9231bd439833e1f8fe8dd1eca72e423",[:mix],[{:ecto,"~> 3.4",[hex::ecto,repo:"hexpm",optional:false]},{:ets,"~> 0.8.0",[hex::ets,repo:"hexpm",optional:false]},{:nimble_options,"~> 0.3.0",[hex::nimble_options,repo:"hexpm",optional:false]},{:picosat_elixir,"~> 0.1.5",[hex::picosat_elixir,repo:"hexpm",optional:false]}],"hexpm","ef0fae8e409fac288cc855952ec35a2d19a650ab0ec7df8b80e9fe28565c8272"},
2+
"ash":{:hex,:ash,"1.15.1","47ed03d631a695ba98e0e6e0ca655840286bf14457d8052fb5ff0a4160b50471",[:mix],[{:ecto,"~> 3.4",[hex::ecto,repo:"hexpm",optional:false]},{:ets,"~> 0.8.0",[hex::ets,repo:"hexpm",optional:false]},{:nimble_options,"~> 0.3.0",[hex::nimble_options,repo:"hexpm",optional:false]},{:picosat_elixir,"~> 0.1.5",[hex::picosat_elixir,repo:"hexpm",optional:false]}],"hexpm","6036a934f22e89a1e1e9d080af7eac6377b76260d591bcb70c830546163dd006"},
33
"bunt":{:hex,:bunt,"0.2.0","951c6e801e8b1d2cbe58ebbd3e616a869061ddadcc4863d0a2182541acae9a38",[:mix],[],"hexpm","7af5c7e09fe1d40f76c8e4f9dd2be7cebd83909f31fee7cd0e9eadc567da8353"},
44
"certifi":{:hex,:certifi,"2.5.2","b7cfeae9d2ed395695dd8201c57a2d019c0c43ecaf8b8bcb9320b40d6662f340",[:rebar3],[{:parse_trans,"~>3.3",[hex::parse_trans,repo:"hexpm",optional:false]}],"hexpm","3b3b5f36493004ac3455966991eaf6e768ce9884693d9968055aeeeb1e575040"},
55
"connection":{:hex,:connection,"1.0.4","a1cae72211f0eef17705aaededacac3eb30e6625b04a6117c1b2db6ace7d5976",[:mix],[],"hexpm","4a0850c9be22a43af9920a71ab17c051f5f7d45c209e40269a1938832510e4d9"},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp