Skip to content
Snippets Groups Projects
Select Git revision
  • cbbf958d1cedc84416e786130490f4c700c2f320
  • develop default protected
  • feature/advection
  • feature/composite-scheme-other-fluxes
  • origin/stage/bouguettaia
  • save_clemence
  • feature/local-dt-fsi
  • feature/variational-hydro
  • feature/gmsh-reader
  • feature/reconstruction
  • feature/kinetic-schemes
  • feature/composite-scheme-sources
  • feature/serraille
  • feature/composite-scheme
  • hyperplastic
  • feature/polynomials
  • feature/gks
  • feature/implicit-solver-o2
  • feature/coupling_module
  • feature/implicit-solver
  • feature/merge-local-dt-fsi
  • v0.5.0 protected
  • v0.4.1 protected
  • v0.4.0 protected
  • v0.3.0 protected
  • v0.2.0 protected
  • v0.1.0 protected
  • Kidder
  • v0.0.4 protected
  • v0.0.3 protected
  • v0.0.2 protected
  • v0 protected
  • v0.0.1 protected
33 results

pugs

  • Clone with SSH
  • Clone with HTTPS
  • Stephane Del Pino's avatar
    Stéphane Del Pino authored
    Additionally store position of the end of the declaration instruction so that
    when searching a symbol in a table one also check that the declaration point has
    been passed.
    
    This fix issues generated by the storage of symbol tables within node
    description. The following code is now interpreted correctly
    
    ``
    Z x = 1;
    {
      Z x = x + 1;
      cout << x << "\n";
    }
    cout << x << "\n";
    ``
    
    It now produces the expected output
    
    ``
    2
    1
    ``
    cbbf958d
    History
    Name Last commit Last update