HashLoad / HashLoad/boss

Múltiplos diretórios de src

Open
#112 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.