Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Fails to build with implicit conversion of anonymous access parameter #19

@jpds

Description

@jpds

On a new empty project, AdaYaml appears to fail to build with errors:

$ alr init --bin example
...
$ alr with adayaml
ⓘ Synchronizing workspace...
Nothing to update.                                                       

Requested changes:                                                   

   ✓ adayaml ~0.3.0 (add)
                                                              
Changes to dependency solution:

   +  adayaml           0.3.0  (new)                                 
   +♼ gnat              12.1.1 (new,installed,gnat_external,indirect)
   +  libgnutls         3.7.7  (new,indirect)                        
   +  simple_components 4.62.0 (new,indirect)                        
   +  unixodbc          2.3.9  (new,indirect)
...
$ alr build
...
yaml-dom-sequence_data.adb:237:33: error: implicit conversion of anonymous access parameter not allowed
yaml-dom-node_memory.adb:9:32: error: access-to-constant operand type not allowed
yaml-dom-node_memory.adb:12:31: error: access-to-constant operand type not allowed
yaml-dom-node_memory.adb:20:28: error: access-to-constant operand type not allowed
yaml-dom-mapping_data.adb:147:33: error: implicit conversion of anonymous access parameter not allowed
yaml-dom-mapping_data.adb:147:38: error: implicit conversion of anonymous access parameter not allowed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions