Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / FluxML/IRTools.jl issues and pull requests

#124 - Remove Test from direct dependencies

Pull Request - State: closed - Opened by Pangoraw 2 months ago

#123 - fix doctests

Pull Request - State: closed - Opened by Pangoraw 3 months ago - 1 comment

#122 - Adapt to nightly linetable changes

Pull Request - State: closed - Opened by Pangoraw 3 months ago - 1 comment

#120 - Bump version to 0.4.12

Pull Request - State: closed - Opened by Pangoraw 5 months ago

#119 - handle nested try catches

Pull Request - State: closed - Opened by Pangoraw 7 months ago - 1 comment

#118 - Adjust to EnterNode change

Pull Request - State: closed - Opened by Pangoraw 7 months ago - 1 comment

#117 - fix ssa conversion for catch blocks

Pull Request - State: closed - Opened by Pangoraw 7 months ago - 1 comment

#116 - skip doctests on nightly

Pull Request - State: closed - Opened by simeonschaub 9 months ago

#115 - Use Core.throw("unreachable") for unreachables instead of `ReturnNode()`

Pull Request - State: closed - Opened by Pangoraw 9 months ago - 6 comments

#114 - Actions node 12 => node 16

Pull Request - State: closed - Opened by vnegi10 11 months ago - 1 comment

#113 - Method redefinitions in tests break docs

Issue - State: closed - Opened by maleadt about 1 year ago

#112 - make call to get IR object more direct

Pull Request - State: closed - Opened by vtjnash about 1 year ago - 4 comments

#111 - `code reflection cannot be used from generated functions` on Julia 1.10

Issue - State: closed - Opened by IanButterworth about 1 year ago - 4 comments

#110 - test master on latest nightly

Pull Request - State: closed - Opened by IanButterworth about 1 year ago - 1 comment

#109 - Fixes for julia v1.10

Pull Request - State: closed - Opened by IanButterworth about 1 year ago - 15 comments

#108 - replace_code_newstyle broken on v1.10

Issue - State: closed - Opened by vtjnash about 1 year ago - 1 comment

#107 - fix #106

Pull Request - State: closed - Opened by aviatesk over 1 year ago - 4 comments

#106 - Something in IRTools.jl is failing on Julia nightly

Issue - State: closed - Opened by bvdmitri over 1 year ago - 9 comments

#105 - LoadError on Julia nightly

Issue - State: closed - Opened by pat-alt over 1 year ago - 3 comments
Labels: bug, help wanted

#104 - Update for `Core.Compiler.VarState` change

Pull Request - State: closed - Opened by chriselrod over 1 year ago - 1 comment

#103 - Can `@code_ir` support kwargs

Issue - State: open - Opened by skyleaworlder over 1 year ago

#102 - Evaluating functional IR throws `unsupported or misplaced expression lambda`

Issue - State: open - Opened by rtjoa over 1 year ago
Labels: bug

#101 - adjust to JuliaLang/julia#46961

Pull Request - State: closed - Opened by aviatesk over 1 year ago - 1 comment

#100 - Calling `functional` with IR for `Dict` `getindex` raises `AssertionError`

Issue - State: open - Opened by rtjoa about 2 years ago - 2 comments

#99 - Adapt to https://github.com/JuliaLang/julia/pull/45204

Pull Request - State: closed - Opened by ToucheSir about 2 years ago - 3 comments

#98 - Add code coverage on CI

Pull Request - State: closed - Opened by ToucheSir about 2 years ago - 3 comments

#97 - Fix doctests with manifest bump

Pull Request - State: closed - Opened by ToucheSir about 2 years ago

#96 - remove incorrect optimization of phi blocks

Pull Request - State: closed - Opened by simeonschaub over 2 years ago

#95 - Explore precompilation

Issue - State: open - Opened by ToucheSir over 2 years ago

#94 - Incorrect `while` loop

Issue - State: closed - Opened by wazizian over 2 years ago - 1 comment

#93 - Q: IRTools as assembler input?

Issue - State: open - Opened by bardo84 over 2 years ago

#92 - fix usage of `replace_code_newstyle!`

Pull Request - State: closed - Opened by simeonschaub over 2 years ago - 2 comments

#91 - Adjustment needed for Julia 1.8

Issue - State: closed - Opened by martinholters over 2 years ago - 1 comment

#90 - Bugreport: Everything crashes when running an example from the docstring

Issue - State: open - Opened by schlichtanders almost 3 years ago - 2 comments

#89 - TagBot trigger issue

Issue - State: closed - Opened by JuliaTagBot about 3 years ago - 11 comments

#88 - add GHA CI

Pull Request - State: closed - Opened by DhairyaLGandhi about 3 years ago

#87 - add github workflows

Pull Request - State: closed - Opened by CarloLucibello about 3 years ago - 3 comments

#86 - fix isgenerated on nightly

Pull Request - State: closed - Opened by CarloLucibello about 3 years ago - 8 comments

#85 - Fix evaluation with module in func()

Pull Request - State: closed - Opened by dfdx over 3 years ago

#84 - needs new tag

Issue - State: closed - Opened by CarloLucibello over 3 years ago - 1 comment

#83 - fix IRTools on Julia 1.6

Pull Request - State: closed - Opened by simeonschaub over 3 years ago - 6 comments

#82 - optimization level 0

Pull Request - State: closed - Opened by CarloLucibello over 3 years ago - 1 comment

#81 - fix IRTools on latest master

Pull Request - State: closed - Opened by Roger-luo over 3 years ago - 4 comments

#80 - bump version

Pull Request - State: closed - Opened by DhairyaLGandhi almost 4 years ago

#79 - Got `Unreachable reached` error with modified IR

Issue - State: open - Opened by KDr2 almost 4 years ago - 1 comment

#78 - "argextype only works on argument-position values" on Julia 1.5

Issue - State: open - Opened by dfdx almost 4 years ago

#77 - IRTools dynamos + Zygote type issues

Issue - State: open - Opened by femtomc almost 4 years ago

#76 - README link to documentation broken

Issue - State: closed - Opened by treigerm almost 4 years ago

#75 - dynamo possibly corrupts memory for comparison in getindex

Issue - State: open - Opened by femtomc about 4 years ago - 1 comment

#74 - Dynamos possibly miss _apply_iterate?

Issue - State: open - Opened by femtomc about 4 years ago - 2 comments

#73 - don't test on OSX

Pull Request - State: closed - Opened by MikeInnes about 4 years ago

#72 - Inlining

Pull Request - State: closed - Opened by MikeInnes about 4 years ago

#71 - Core.Compiler removed required methods in 1.5 <

Issue - State: open - Opened by femtomc about 4 years ago - 11 comments

#69 - support do blocks in @code_ir

Pull Request - State: closed - Opened by MasonProtter about 4 years ago - 1 comment

#68 - Polish Printing API to allow custom printings on IR node

Pull Request - State: closed - Opened by Roger-luo about 4 years ago - 1 comment

#67 - Update .travis.yml

Pull Request - State: closed - Opened by CarloLucibello about 4 years ago - 3 comments

#65 - custom printers API

Issue - State: closed - Opened by Roger-luo about 4 years ago - 1 comment

#64 - @nospecialize slows down first time inference

Issue - State: open - Opened by Roger-luo about 4 years ago - 1 comment

#63 - support finding dependencies of a variable

Pull Request - State: open - Opened by Roger-luo about 4 years ago - 7 comments

#62 - Do dynamo call broken for calls inside of methods

Issue - State: open - Opened by femtomc about 4 years ago

#61 - Remove TypedMeta

Pull Request - State: closed - Opened by MikeInnes about 4 years ago

#60 - just_construct_ssa is gone in 1.5

Issue - State: closed - Opened by KristofferC about 4 years ago - 1 comment

#59 - RFC: allow more general SSA IR type

Issue - State: closed - Opened by Roger-luo about 4 years ago - 7 comments

#58 - v0.3.2 broke Meta.code.edges

Issue - State: closed - Opened by oxinabox about 4 years ago - 1 comment

#57 - push! doesn't work on BBs

Issue - State: open - Opened by femtomc about 4 years ago - 2 comments

#56 - branch! produces wrong target block numbers?

Issue - State: open - Opened by femtomc about 4 years ago

#54 - Cannot convert a functional IR to a function

Issue - State: closed - Opened by tkf about 4 years ago - 1 comment

#53 - Compile-time hacks

Pull Request - State: closed - Opened by MikeInnes about 4 years ago - 5 comments

#52 - Simple recursive dynamo does not like sin function

Issue - State: closed - Opened by MasonProtter about 4 years ago - 1 comment

#51 - UndefVarError when referring to struct in closure dynamo

Issue - State: open - Opened by femtomc over 4 years ago - 2 comments

#50 - Codegen assertion fails in 1.5.0-DEV.51

Issue - State: open - Opened by phipsgabler over 4 years ago - 3 comments

#49 - Install TagBot as a GitHub Action

Pull Request - State: open - Opened by JuliaTagBot over 4 years ago

#48 - Simple forward mode example

Pull Request - State: closed - Opened by MikeInnes over 4 years ago

#47 - Help Julia do type narrowing

Pull Request - State: closed - Opened by MikeInnes over 4 years ago - 1 comment

#46 - Make xcall greater

Pull Request - State: closed - Opened by phipsgabler over 4 years ago - 1 comment

#45 - Support creating IR from scratch

Pull Request - State: closed - Opened by MikeInnes over 4 years ago

#44 - Bounds error in dynamo with dummy metadata

Issue - State: open - Opened by phipsgabler over 4 years ago - 1 comment

#43 - Smarter fallthrough

Pull Request - State: closed - Opened by MikeInnes over 4 years ago

#42 - limited support for dynamos with types

Pull Request - State: closed - Opened by MikeInnes over 4 years ago

#41 - Dispatch doesn't work

Issue - State: open - Opened by MikeInnes over 4 years ago - 1 comment

#40 - Update dynamo refresh warning

Pull Request - State: closed - Opened by MasonProtter over 4 years ago - 1 comment

#39 - code_ir docstring missing

Issue - State: open - Opened by phipsgabler over 4 years ago

#38 - Add sneaky invoke example (from Slack)

Pull Request - State: closed - Opened by phipsgabler over 4 years ago - 2 comments

#37 - Key error in relooper

Issue - State: open - Opened by SimonDanisch over 4 years ago

#36 - Try/catch handling

Pull Request - State: closed - Opened by MikeInnes over 4 years ago - 1 comment

#35 - update to https://github.com/JuliaLang/julia/pull/34039

Pull Request - State: closed - Opened by aviatesk over 4 years ago - 1 comment

#34 - Fails to build codeinfo from an IR of function with `try/catch` control flow

Issue - State: closed - Opened by aviatesk over 4 years ago - 2 comments

#33 - fix #30

Pull Request - State: closed - Opened by simeonschaub over 4 years ago - 6 comments

#32 - update docs

Pull Request - State: closed - Opened by aviatesk over 4 years ago - 3 comments

#31 - Argument slots not preserved with slots = true?

Issue - State: open - Opened by phipsgabler over 4 years ago - 3 comments

#30 - ccall with two parameters called in a dynamo

Issue - State: closed - Opened by tshort almost 5 years ago - 5 comments

#29 - typo

Pull Request - State: closed - Opened by musm almost 5 years ago - 2 comments

#28 - Update index.md

Pull Request - State: closed - Opened by musm almost 5 years ago - 4 comments

#27 - Lambdas

Pull Request - State: closed - Opened by MikeInnes almost 5 years ago - 2 comments

#26 - `block!(ir, i)` wrongly relabels all other branches

Issue - State: closed - Opened by phipsgabler almost 5 years ago - 3 comments

#25 - Relooper Algorithm

Pull Request - State: closed - Opened by MikeInnes almost 5 years ago - 1 comment