Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / fpinscala/fpinscala issues and pull requests

#697 - Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows

Pull Request - State: open - Opened by dependabot[bot] 2 months ago
Labels: dependencies

#695 - add solutions for datastructures

Pull Request - State: closed - Opened by Unzzy 3 months ago

#694 - update Scala-cli setup

Pull Request - State: open - Opened by spamegg1 4 months ago

#693 - Property based testing exercises

Pull Request - State: closed - Opened by heritamas 6 months ago - 1 comment

#691 - Remove unused imports from chapter 4,5,6

Pull Request - State: open - Opened by artemkorsakov 12 months ago

#690 - LazyList.takeWhileViaFoldRight

Pull Request - State: open - Opened by artemkorsakov 12 months ago

#689 - Remove 25 answer

Pull Request - State: open - Opened by artemkorsakov 12 months ago

#688 - Chapter 3 - List.zipWith refactor

Pull Request - State: open - Opened by artemkorsakov 12 months ago

#687 - Chapter 3 - remove unused imports, test refactor

Pull Request - State: open - Opened by artemkorsakov 12 months ago

#686 - Remove unused imports from Chapter 2 tests

Pull Request - State: closed - Opened by artemkorsakov 12 months ago

#685 - Datastructures

Pull Request - State: closed - Opened by paddymccall about 1 year ago

#684 - Change annotation on page 8 to match code

Issue - State: open - Opened by ghost about 1 year ago

#683 - Change dependency injection to dependency inversion

Issue - State: open - Opened by ghost about 1 year ago

#682 - Unnecessary extra case for takeViaUnfold

Issue - State: open - Opened by georgms about 1 year ago

#681 - Typo in Chapter 8.6 Exercise answers

Issue - State: open - Opened by spamegg1 about 1 year ago

#677 - first-edition-sbt-update: Bump sbt and Scala versions

Pull Request - State: closed - Opened by aaparent over 1 year ago

#676 - typo on p51

Issue - State: open - Opened by philipschwarz over 1 year ago

#675 - Scala Test Failing

Issue - State: closed - Opened by isarwarfp over 1 year ago - 2 comments

#673 - Pull.fold

Issue - State: open - Opened by cranst0n over 1 year ago

#672 - Reinstate missing exercises scaffolding for Tree

Pull Request - State: open - Opened by bigzijing over 1 year ago

#671 - First edition SBT update

Pull Request - State: closed - Opened by cruiztorresj almost 2 years ago - 1 comment

#670 - Unrecognized VM option when using JDK 17

Issue - State: closed - Opened by evanchaney almost 2 years ago - 2 comments

#669 - Answer 5.2 - Functional_Programming_in_Scala_Second__v7

Issue - State: closed - Opened by cruiztorresj almost 2 years ago - 1 comment

#668 - Use fewer braces

Pull Request - State: closed - Opened by mpilquist almost 2 years ago - 3 comments

#667 - Chapter 10: Bug in definition of foldLeft?

Issue - State: closed - Opened by chrdebru about 2 years ago - 3 comments

#666 - Introduce alternative solution to exercise 8.19

Pull Request - State: open - Opened by cavic19 about 2 years ago

#665 - Surround glob in quotes to avoid tripping up shells

Pull Request - State: closed - Opened by keynmol about 2 years ago

#664 - Readme command for unit test wrong

Issue - State: open - Opened by TikoyX about 2 years ago

#663 - Update README.md

Pull Request - State: closed - Opened by tongkahpauu about 2 years ago

#661 - Add toListFastImmutable implementation

Pull Request - State: open - Opened by VankaTaganai over 2 years ago - 1 comment

#660 - Update 12.hint.md

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#659 - Update Monoid.scala

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago - 1 comment

#658 - Fix chapter 8 syntax

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#657 - Update NonblockingSuite.scala

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#656 - Update Nonblocking.scala

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#655 - Add another answer to exercise 5.14

Pull Request - State: closed - Opened by cavic19 over 2 years ago

#654 - Stream has been replaced with LazyList

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#653 - Add signature for exercise 3.21

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#652 - add extension clause

Pull Request - State: closed - Opened by jlalbers over 2 years ago

#651 - Listing 1.3: explanation of List.fill(n)(x) is misleading. (2nd ed)

Issue - State: closed - Opened by chrdebru over 2 years ago - 1 comment

#650 - [E_3.11] Remove unused variable declaration

Pull Request - State: closed - Opened by KathrynN over 2 years ago - 1 comment

#649 - Cannot Make Listing 7.5 working with codes in section 7.1.3

Issue - State: closed - Opened by tjiptomangun over 2 years ago - 1 comment

#647 - IDE setup example for module(s) in the readme.md

Issue - State: open - Opened by minnieshi over 2 years ago

#645 - foldRight's f must take both arguments by name

Pull Request - State: closed - Opened by jmgimeno over 2 years ago

#644 - Adding unit-tests for chapter 12

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#643 - Fixed an error in the applicative/03.answer.md

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#642 - Adding unit-tests for chapter 11

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#641 - NI - Fixed infinite loop

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago - 2 comments

#640 - 2nd Ed. : Wrong Signature For Exercise 7.2 ?

Issue - State: closed - Opened by Haidar0096 over 2 years ago - 1 comment

#639 - Adding unit-tests for chapter 10

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#638 - Fixed Exercise 10.9 answer

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago - 1 comment

#637 - Used tuple extractor for better readability

Pull Request - State: closed - Opened by artemkorsakov over 2 years ago

#636 - Update README.md

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#635 - Adding unit-tests for chapter 9

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#634 - Update link in 15.answer.md

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#633 - Add scala-cli build

Pull Request - State: closed - Opened by mpilquist almost 3 years ago

#632 - Fix Exercise 9.6 answers

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago - 2 comments

#631 - Chapter 7 - Both Edition - listing 7.3 - Program Trace for sum

Issue - State: open - Opened by Maatary almost 3 years ago - 2 comments

#630 - Adding unit-tests for chapter 8

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#629 - Unit-tests for chapter 7

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#628 - README: improve sbt usage examples

Pull Request - State: closed - Opened by juhp almost 3 years ago - 1 comment

#627 - Exercise 3.5

Issue - State: closed - Opened by fricaro almost 3 years ago - 2 comments

#626 - Unit-tests for chapters 5 and 6

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#625 - Updated ci process

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#624 - Update ci.yml

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago - 3 comments

#623 - Add munit

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago - 3 comments

#622 - Add Exercise 6.9 templates

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#621 - Exclude endless loop

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#620 - Add NotImplementedError catching

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#619 - [2nd Ed] Run method in the README.md file does not work: Not found: run

Issue - State: closed - Opened by w-r-z-k almost 3 years ago - 3 comments

#618 - [2nd Edition] Compile error in Data Structures answers

Issue - State: closed - Opened by w-r-z-k almost 3 years ago - 1 comment

#617 - Combine exercises and answers modules in to a single module?

Issue - State: closed - Opened by mpilquist almost 3 years ago

#616 - Add signatures for exercises 5.10 and 5.12

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#615 - Add unit-tests for gettingstarted

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago - 6 comments

#614 - Exercise 4.8

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#613 - zipWith signature defined

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago - 2 comments

#612 - Fix def concat

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#611 - Add lengthViaFoldLeft for Exercise 3.11

Pull Request - State: closed - Opened by artemkorsakov almost 3 years ago

#610 - Code from listings 2.3 and 2.4 (2nd edition) missing from repository

Issue - State: closed - Opened by jmgimeno almost 3 years ago - 1 comment

#608 - Wrong callback?

Pull Request - State: closed - Opened by javabean68 over 3 years ago - 2 comments

#605 - Laziness exercise 5 fix.

Pull Request - State: closed - Opened by elpatopedraza over 3 years ago - 1 comment

#604 - 5.2: Stream.apply is strict ...

Issue - State: closed - Opened by GrafDiffusore over 3 years ago - 1 comment
Labels: 1st edition

#566 - an easy way to implement startsWith method

Pull Request - State: open - Opened by XiaojiaZhang over 5 years ago

#564 - minor capitalization change

Pull Request - State: open - Opened by lezhangnet over 5 years ago

#523 - Remove redundant cases in take (5.2) and takeViaUnfold (5.13)

Pull Request - State: closed - Opened by guilload over 7 years ago - 1 comment

#486 - The answer for implement takeWhile base on foldRight seems not right

Pull Request - State: closed - Opened by cuihz about 8 years ago - 1 comment

#484 - Issue with statement in exercise 6.1

Issue - State: closed - Opened by dinox0r about 8 years ago - 4 comments

#458 - Fix out of bounds possible exception in:

Pull Request - State: closed - Opened by peterbecich over 8 years ago

#422 - Laziness chapter answers, a simpler zipAll

Pull Request - State: closed - Opened by LarsWestergren over 9 years ago

#416 - Suggestion to move answers files into their own package

Pull Request - State: closed - Opened by peterbecich over 9 years ago

#377 - Several references to "subsequence" actually mean "substring"

Issue - State: open - Opened by runarorama over 9 years ago - 1 comment
Labels: errata, 1st edition