Rudro Samanta

Results 6 issues of Rudro Samanta

In the pull request : https://github.com/Azoy/Echo/pull/16, all of the KeyPaths.swift file was commented out. Was this related to documentation somehow (purpose of the patch) or were there other issues with...

**Description** ```swift import Foundation enum MySwitch { public var generatedExperimentKey: String { switch self { default: fatalError() } //return "" } } ``` **Steps to reproduce** Save the code above...

bug
compiler
SILGen
crash
enum
switch
expressions
swift 5.9
declarations
statements
self
assertion failure

I know there is an issue with async generation but the sync version is also now crashing in debug. This is with the current state of the repo, and no...

The total volume of code needle produces is O(average_number_of_items_in_the_dependency_protocols x total_number_of_paths_in_the_component_tree). At Uber, the first one is slightly high maybe, but the second part is really high in our flagship...

When a dependency is declared that is used by some Component in the system, it must directly inherit from `NeedleFoundation.Dependency`. You can't have some other dependency and then add to...

Not planned

- These methods are one-liners of the form "return dependency.propertyName"