Skip to content

issues Search Results · repo:lunduniversity/introprog-scalalib language:Scala

Filter by

33 results
 (65 ms)

33 results

inlunduniversity/introprog-scalalib (press backspace or delete to remove)

A suggestion to separate font handling from drawText to PixelWindow. Currently, the drawText method creates a new font on every call, fonts in java are allocated on the heap, which is generally quite ...
  • elongatedsquid
  • 2
  • Opened 
    on Aug 25
  • #52

Add more tests here: https://github.com/lunduniversity/introprog-scalalib/tree/master/src/test/scala The goal is to have at least one test per method for non-gui-related stuff. Currently, only the IO ...
good first issue
help wanted
  • bjornregnell
  • Opened 
    on Jun 11, 2024
  • #48

After reading though https://github.com/lunduniversity/introprog/issues/782 I think that some of the issues associated with Bank s saving and loading could be addressed by introducing a method that lets ...
  • trilleplay
  • 4
  • Opened 
    on Dec 12, 2023
  • #45

During the SnakeLab there s some confusion regarding how drawBlock() in BlockWindow works. This is partly due to the fact that if you instantiate a BlockWindow class in REPL (which students repeatedly ...
  • dixine55
  • 2
  • Opened 
    on Nov 23, 2023
  • #44

It might be better if we instead used composition for the BlockWindow instance in order to just provide the API and not the rest of the BlockWindow code during the SnakeLab. This would also follow the ...
enhancement
  • dixine55
  • 1
  • Opened 
    on Nov 23, 2023
  • #43

in current file dialog there is no file selected, and button says Ok
enhancement
  • bjornregnell
  • 1
  • Opened 
    on Jul 2, 2023
  • #42

There is no documentation for the method gameLoop(stopWhen: = Boolean): Unit on the api site. This makes the code hard to read for students when they work because the code calls on a method that they don ...
  • axelnilsson98
  • 1
  • Opened 
    on Nov 18, 2022
  • #41

Instructions can be copied from main readme
  • axelnilsson98
  • 2
  • Opened 
    on Sep 21, 2022
  • #39

add some test to check non-gui-stuff, to be executed with sbt testOnly or scala-cli test or something similar
  • bjornregnell
  • 1
  • Opened 
    on Jul 14, 2022
  • #38
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub