Giter VIP home page Giter VIP logo

Comments (5)

la10736 avatar la10736 commented on June 2, 2024 1

Ok, I decided for a breaking change and stop to support the #[macro_use]. Now I used the same approach used by macro-vis and hide the original macro by a random name.

Export at the root now works and I avoided to introduce a new wired syntax like #[no_local]. You can also export a template from a sub module but you should point it with the full path or reexport it at the root.

from rstest.

la10736 avatar la10736 commented on June 2, 2024

Playing with macros is tricky and I cannot recognize that the template is in a module or not in the procedural macro so I cannot change the behavior of #[export] annotation to fit this possibility. The only way to implement this behavior that I can see is to introduce a #[no_local] annotation that can be used to remove pub(crate) use #macro_name as #macro_name; trick used to have locally templates.

from rstest.

mauricelam avatar mauricelam commented on June 2, 2024

I see, that's a tricky situation. There are workarounds floating around like macro-vis and macro-pub which are based on name mangling. There are some caveats listed but overall looks like an improvement (both to avoid this particular issue and to allow the generated test case to be exported from the module namespace)

from rstest.

la10736 avatar la10736 commented on June 2, 2024

I hope to publish the new version for the end of the week....

from rstest.

la10736 avatar la10736 commented on June 2, 2024

Done 🎆

from rstest.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.