Skip to content

Replacing rvrv code pattern#94

Open
quffaro wants to merge 3 commits intomainfrom
cm/rvrv
Open

Replacing rvrv code pattern#94
quffaro wants to merge 3 commits intomainfrom
cm/rvrv

Conversation

@quffaro
Copy link
Member

@quffaro quffaro commented Mar 1, 2025

This PR addresses a TODO in acsets.jl for replacing an array of incident calls with an ACSet query.

chain_starts = (From(:Op1) |> 
  Where(:src, d[:res]  d[:sum]  filter(!isnothing, infer_states(d))) |
  Where(:src, From(:Op1=>:tgt) |> Where(:op1, collect(black_list))))(d)

This PR depends on FunSQL-like querying an ACSet.

@quffaro quffaro self-assigned this Mar 1, 2025
@quffaro quffaro added the enhancement New feature or request label Mar 1, 2025
@lukem12345 lukem12345 marked this pull request as ready for review May 15, 2025 23:38
@lukem12345
Copy link
Member

@quffaro The query is failing due to trying to read something at index 1 from an empty buffer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants