Code-Inspect / flowr

A program slicer and dataflow analyzer for the R programming language.
https://github.com/Code-Inspect/flowr/wiki
GNU General Public License v3.0
14 stars 2 forks source link

Type-safe R entry parsing #740

Open bjthehun opened 3 months ago

bjthehun commented 3 months ago

Fixes #670. Use JsonEntry instead of XmlBasedJson, and remove type-unsafe accesses.

bjthehun commented 3 months ago

@EagleoutIce @Ellpeck I need someone of you to assist me with dealing with the conflict in cli/src/repl/commands/parse.ts, now that this file has been moved to its own repository.

Ellpeck commented 3 months ago

I thiiiink you'll just have to submit a separate pull request in the CLI repository once this one is merged and once an update for the flowr npm library (that contains this change) is released :)

EagleoutIce commented 2 months ago

No worries, take your time! And best of look to you!

EagleoutIce commented 1 month ago

After #785 this should be much easier again especially because the split is no longer necessary (changes :heart:), adapt whenever you have time!