Skip to content
jaschdoc edited this page Aug 3, 2021 · 5 revisions

Add / Remove Data Structures

Add / Delete the data structure file from the library folder and add / remove the corresponding path / entry to / from main/src/ca/uwaterloo/flix/api/Flix.scala

Add / Remove Tests

Add / Delete the test file from the tests folder and add / delete an entry in the corresponding suite. When working on the std lib, adding / deleting a file with tests for a data structure requires updating LibrarySuite.scala, since the library suite obviously deals with the std lib data structures.

Pull Request Sizes

FYI: Mit mål er at prøve at holde commits 1. små, 2. uden død kode. En PR på 300-400 linjer med 2-4 funktioner er bedst :)

Clone this wiki locally