question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Simplify dependencies

See original GitHub issue

Hi @mausch,

Not sure if this is a silly idea, but was wondering if it is possible to drop the FsControl and FSharpPlus dependencies from Fleece? Beyond map/apply/traverse for Choice<'a,'b> I’m not sure where else they are used?

I’m happy to try a PR if this sounds reasonable.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
gustycommented, Apr 24, 2018

I would say yes. I think it makes sense to keep using F#+ instead of getting dependencies in many other libraries. Also, if we decide to implement parsers, codecs, F#+ would be very helpful and maybe we can simplify a bit more the dependencies once we have a working parser and a “neutral” version of Fleece.

0reactions
wallymathieucommented, Apr 24, 2018

Since FsControl is merged into F#+, can we close this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is there an algorithm to 'simplify' a dependency graph?
In this article, we will explore the concept of simplifying a dependency graph and discuss algorithms that can help us achieve this goal....
Read more >
Simplify Gradle Dependency Management - Umang Chamaria
Before getting into how to simplify dependency management in gradle let's first look at the current approach and problems with the approach.
Read more >
Simplify Your Java Apps with Spring Boot
Learn how Spring Boot simplifies dependency management and application configuration for your Java-based applications. Streamline your development today.
Read more >
Is there an algorithm to "simplify" a dependency graph?
Is there an algorithm to "simplify" a dependency graph? ... The first graph is : D(A) = {B, C}, D(B) = {C}, D(C)...
Read more >
Simplify Code with Dependency Injection
Learn how dependency injection simplifies code and improves reusability in Java. Get started with this beginner-friendly guide by Corey ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found