Múltiplos diretórios de src
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 626
- Forks
- 103
- Avg merge
- 7d 2h
- Merged PRs (30d)
- 5
Description
Para trabalhar com pacotes para aplicações multiplataforma é necessário compilar o projeto em Release e Debug para cada plataforma (Win32, Win64, Androin32, ...). No fim das contas, todos os arquivos .dcu fazem a mesma coisa, mas cada um está relacionado a sua respectiva plataforma. Como eles precisam ficar organizados em diretórios diferentes (pois têm exatamente o mesmo nome), não é possível trabalhar com pacotes multiplataforma com o boss, a menos que inclua o código fonte (.pas) no pacote.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Begin by tracing how boss represents package source and compiled .dcu files for Win32, Win64, Android32, and other targets. Done means packages can keep platform-specific files with identical names without requiring the .pas source; the issue names no files or tests, so the relevant entry points must first be located.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100