Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Disable *transformer* variable inside a transformer call #247

Conversation

wandersoncferreira
Copy link
Contributor

Idea about how to solve #240 . The solution here is to disable the *transformer* dynamic variable when a transform function is called. I think this is a reasonable thing to do to avoid StackOverFlow scenarios.

There is more details in #240 thread.

Thanks

@miikka miikka changed the title Tdisable *transformer* variable inside a transformer call Disable *transformer* variable inside a transformer call Jan 12, 2021
@miikka
Copy link
Contributor

miikka commented Jan 12, 2021

@wandersoncferreira I merged #248 and took a look at this. The change looks good, so if you update ih to work with the latest master, I'd be happy to merge it. Thanks again for your work!

@wandersoncferreira
Copy link
Contributor Author

Great @miikka , thanks for taking the time to look at these PRs. I made the adjustments

@codecov-io
Copy link

Codecov Report

Merging #247 (1cefe6b) into master (b6bfa14) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #247      +/-   ##
==========================================
+ Coverage   87.99%   88.01%   +0.01%     
==========================================
  Files          16       16              
  Lines        2049     2052       +3     
  Branches      183      183              
==========================================
+ Hits         1803     1806       +3     
  Misses         63       63              
  Partials      183      183              
Impacted Files Coverage Δ
src/spec_tools/core.cljc 94.42% <100.00%> (+0.04%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6bfa14...1cefe6b. Read the comment docs.

@miikka miikka merged commit 6da1ed8 into metosin:master Jan 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants