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

Commit4e64a01

Browse files
committed
fix: typespecs, errant IO.inspect
1 parent8b3fdca commit4e64a01

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

‎lib/data_layer.ex‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -323,9 +323,6 @@ defmodule AshPostgres.DataLayer do
323323
List.update_at(query.joins,binding-1,fnjoin->
324324
aggregate_query=
325325
ifaggregate.authorization_filterdo
326-
# TODO: I bailed on this, need to thread this failure state through
327-
IO.inspect(aggregate.authorization_filter)
328-
329326
{:ok,filter}=
330327
filter(
331328
join.source.from.source.query,
@@ -402,7 +399,7 @@ defmodule AshPostgres.DataLayer do
402399

403400
current_path=[relationship|path]
404401

405-
ifhas_binding?(resource,query,Enum.reverse(current_path),:aggregate)do
402+
ifhas_binding?(resource,Enum.reverse(current_path),query,:aggregate)do
406403
query
407404
else
408405
joined_query=join_relationship(query,current_path,join_type)

‎mix.exs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ defmodule AshPostgres.MixProject do
6161
[
6262
{:ecto_sql,"~> 3.4"},
6363
{:postgrex,">= 0.0.0"},
64-
{:ash,"~> 0.13.0"},
64+
{:ash,"~> 0.13.1"},
6565
{:git_ops,"~> 2.0.0",only::dev},
6666
{:ex_doc,"~> 0.22",only::dev,runtime:false},
6767
{:ex_check,"~> 0.11.0",only::dev},

‎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,"0.13.0","c42fc7f156b72f78f4248ac0efd713da1cd46d44829744273976e5acd6f37a5e",[: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.4",[hex::picosat_elixir,repo:"hexpm",optional:false]}],"hexpm","fb35a15bef310a5ec894f82a48fd0927e381d0bf6471db2f14359b40729499e4"},
2+
"ash":{:hex,:ash,"0.13.1","c9d4b5dd9266406e10c83c912614c4bd863fbb2586f8936b3d6ceec1d91f7312",[: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.4",[hex::picosat_elixir,repo:"hexpm",optional:false]}],"hexpm","959c117b711892b5364a9850567ce68bba39a5feabb9c9ea676123e5c7c8270f"},
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